@charset "UTF-8";
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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.oneColFixCtrHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #C7D829;
}
#sidebar a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #header {
	background-color: #DDDDDD;
	background-image: url(../images/rgt_header_bg.jpg);
	background-repeat: no-repeat;
	height: 260px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
#header .rgt_logo {
	float: right;
	margin-top: 20px;
	padding: 0px;
	height: 170px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainnav ul li {
	list-style-type: none;
	width: 160px;
	background-color: #FFF;
	margin: 3px;
	padding: 5px;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}
#mainnav ul li a {
	color: #000;
}
#mainnav {
	margin-bottom: 10px;
}
.current {
	background-color: #F90;
	display: block;
}
.content h2 {
	font-size: 16px;
}
#mainnav ul {
	margin: 0px;
	padding: 0px;
}
#header .header_strip {
	background-image: url(../images/header_transparent_strip.png);
	height: 30px;
	vertical-align: bottom;
	position: relative;
	bottom: 0px;
	margin-right: -20px;
	margin-left: -20px;
	width: 900px;
	display: block;
	top: 38px;
}
#header .header_strip h2 {
	font-size: 18px;
	float: right;
	padding: 0px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	position: relative;
}
.clear {
	clear: both;
}
#header .header_strip .date {
	font-size: 11px;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: left;
	font-weight: bold;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #C7D829;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar {
	float: right;
	width: 175px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #FFF;
	font-size: 18px;
}
#mainContent .content {
	background-color: #FFF;
	width: 600px;
	margin-top: 20px;
	position: relative;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-bottom: 20px;
}
.oneColFixCtrHdr #footer {
	background-color: #C7D829;
	margin-right: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
.footer_block {
	background-color: #FFF;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 10px;
}
.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 */
}
.clear {
	clear: both;
}
#header .rgt_logo img {
	border: 1px solid #D2E000;
}
.content h1 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.content ul li {
	list-style-image: url(../images/bullet_blue.gif);
	line-height: 16px;
}
.content a img {
	border: 1px solid #666;
	float: right;
	margin-left: 20px;
}

