@charset "utf-8";
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #ffffff;
	color: #016001;
	background: url(images/background.gif);
}
.twoColFixLtHdr #container {
	width: 820px;
	margin: 0 auto 20px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 5px;
} 
.twoColFixLtHdr #subHeader {
	background-image: url(images/header.jpg);
	height: 104px;

}
.twoColFixLtHdr #homeHeader {
	background-image: url(images/home.jpg);
	height: 310px;
	padding: 20px;
	margin-bottom: 20px;

}
.twoColFixLtHdr #placement {
	padding:10px 100px 40px 20px;
} 
.twoColFixLtHdr #homeplacement {
	padding:10px 20px 0px 20px;
}
.twoColFixLtHdr #subHeader 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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 200px;
	padding: 4px;
	border: 1px solid #dbdada;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #homeContent {
	margin: 0 0 0 200px;
	padding: 4px;
	border: 1px solid #dbdada;
	background-color: #FFFFFF;
	height: 350px;
	width: 600px;

}
.twoColFixLtHdr #border {
	padding: 0px;
	border: 1px solid #dbdada;
	background-image: url(images/content_body.jpg);
	background-repeat: repeat-y;
}
.twoColFixLtHdr #footer {
	background-image: url(images/content_footer.gif);
	height: 60px;
	clear: inherit;
} 
.twoColFixLtHdr #footer p {
	margin: 40px 0 0 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	color: #990000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding-bottom: 170px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.navLeft, #navRight {
margin: 0;
padding: 0;
width: 180px;
list-style: none;
overflow: hidden;
}

.navLeft li, #navRight li {
	width: 180px;
	overflow: hidden;
	text-transform: uppercase;
	font-size:9px;
	font-weight:bold;
	margin: 0px;
}

.navLeft a, #navRight a {
color:#fff;
}

.li_nav_header a  {
display: block;
width: 180px;
height: 20px;
background: url(images/nav_header.gif) no-repeat;
}

.li_nav_body a  {
display: block;
width: 180px;
height: 20px;
background: url(images/nav_body.gif) no-repeat;
padding-left: 25px;
line-height:20px;
}
.li_nav_body2 a  {
display: block;
width: 180px;
height: 20px;
background: url(images/nav_body2.gif) no-repeat;
padding-left: 25px;
line-height:20px;
color:#FF0000;
}
.li_nav_footer a  {
display: block;
width: 180px;
height: 33px;
background: url(images/nav_footer.gif) no-repeat;
}

.li_nav_body a:hover
{
background-position:  0 -20px;
color:#016001;
}

.li_active a:active  {
background: url(images/nav_body.gif) no-repeat;
background-position:  0 -40px;
color:#fff;
}
a {
	text-decoration: none;
	color: #0000CC;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	padding-left:14px;
	right: 9px;
}

a:hover {
text-decoration: none;
}
a img{
border: none;
}
.intro{
	font-weight:bold;
	color: #006600;
}
.green {
	color:#016001;
	font-weight: bold;
}

.date {
color:#016001;
text-decoration:overline;
padding: 10px 0 20px 0;
}

.light_green {
	color:#85B285;
	font-weight: bold;
	font-size: 12px;
}
.mini{
	color: #990000;
	margin:0px;
	}
.space{
padding-right:10px;
}
h2{
	font-size:18px;
	color: #0099CC;
}
h2 em{
	font-size:12px;
	color: #0099CC;
	display:block;
	font-style: normal;
}
h3{
	font-size:22px;
	color: #ffffff;
}
form{
	margin:0px;
	padding: 0px;
}
.wrap{
	width:280px;
}
.wrap li{
	padding-left: 10px;
	list-style-image: url(images/bullet.jpg);
	margin: 0px;
}
