@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 850px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 850px;
	height: 150px;
	position: relative;
}
.oneColFixCtrHdr #header h1 img{
	margin: 0 0;
	width:850px;
	position: relative;
	}
.oneColFixCtrHdr #mainContent {
	position:relative;
}
.oneColFixCtrHdr #mainContent h1 img{
	background: #FFFFFF;
	margin: 0;
	padding:0;
	}
#header ul{
	margin:0;
	padding:0;
	list-style:none;
	float: left;
	position: absolute;
	right: 1em;
	bottom: -1px;
}
#header li {
	float: left;
}
#header li a:link,#header li a:visited {
	background-color:#55bbdd;
	padding:.2em 1em;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.90em;
	color:#fff;
	text-decoration:none;
	line-height:1.2em;
	margin-right:0.5em;
}
#header li a:hover {
	color:#333;
	background:#C0F655;
}
#header li a.current,#header li a.current.hover,#header li a.current:active {
	color:#333;
	background:#fff;
	cursor:default;
	font-weight: bold;
}
	/*sidebar starts here:*/
#sidebar {
	position: absolute;
	left: 30px;
	top: 40px;
	width: 160px;
	margin: 0;
	padding: 0;
}
sidebar h1 {
	background: url(../images/workshops.png) no-repeat;
	margin: 0px;
	padding: 0px;
}
#sidebar ul {
	list-style:none;
	padding: 0;
	margin: 0;
}
#sidebar ul li {
	padding:0;
	z-index: 10;
	margin: 0;
	/*background:url(images/rollover.png) no-repeat left center;*/
}
#sidebar ul a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:0.75em;
	color:#fff;
	text-decoration:none;
	line-height:24px;
	margin:0em;
	border-bottom:1px solid #fff;
	display:block;
	width:150px;
	padding-left:10px;
	/*background:url(images/rollover.png) no-repeat left center;*/
}
.sidebarbordertop{
	border-top:1px solid #fff;
}


#sidebar ul a:hover {
	background-position:-160px 0px;
	color:#333;
	background-color:#C0F655;
}
#sidebar ul a.current {
	background-position:right top;
	color:#C26E21;
	cursor: default;
}
#sidebar ul li a.last {
	border-bottom:none;
}
/*sidebar ends here*/

/*sidebar2 starts here*/
#sidebar2 {
	position: absolute;
	left: 30px;
	top: 165px;
	width: 160px;
	padding: 0;
}
#sidebar2 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar2 oneonone {
	background: url(../images/oneoneone.png) no-repeat;
	margin: 0;
	padding: 0;
}
#sidebar2 ul li {
	padding:0;
	z-index: 10;
	margin: 0;
	/*background:url(images/rollover.png) no-repeat left center;*/
}
#sidebar2 ul a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:0.75em;
	color:#fff;
	text-decoration:none;
	line-height:24px;
	margin:0em;
	border-bottom:1px solid #fff;
	display:block;
	width:150px;
	padding-left:10px;
/*	background:url(images/rollover.png) no-repeat left center;*/
}
#sidebar2 ul a:hover {
	background-position:-160px 0px;
	color:#333;
	background-color:#C0F655;
}
#sidebar2 ul a.current {
	background-position:right top;
	color:#C26E21;
	cursor: default;
}
#sidebar2 ul li a.last {
	border-bottom:none;
}
/*sidebar2 ends here*/

/*sidebar3 starts here*/
#sidebar3 {
	position: absolute;
	left: 30px;
	top: 290px;
	width: 160px;
	padding: 0;
}
#sidebar3 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar3 events {
	background: url(../images/oneoneone.png) no-repeat;
	margin: 0;
	padding: 0;
}
#sidebar3 ul li {
	padding:0;
	z-index: 10;
	margin: 0;
	/*background:url(images/rollover.png) no-repeat left center;*/
}
#sidebar3 ul a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:0.75em;
	color:#fff;
	text-decoration:none;
	line-height:24px;
	margin:0em;
	border-bottom:1px solid #fff;
	display:block;
	width:150px;
	padding-left:10px;
/*	background:url(images/rollover.png) no-repeat left center;*/
}
#sidebar3 ul a:hover {
	background-position:-160px 0px;
	color:#333;
	background-color:#C0F655;
	font-weight: bold;
}
#sidebar3 ul a.current {
	background-position:right top;
	color:#333;
	cursor: default;
	font-weight: bold;
}
#sidebar3 ul li a.last {
	border-bottom:none;
}
/*sidebar3 ends here*/

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 30px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	color:#666;
	text-align: center;
}
.oneColFixCtrHdr #footer p a {
	text-decoration: none;
	color: #666;
}
