@charset "UTF-8";
/* CSS Document */

a {
	color: #0E4433;

}


body {background-color: #666666;
	margin: 0px;
	}

#container {
	margin: 0 auto;
	
	text-align:center;
	height: auto;
	
	width:760px;
	
}

#topNav a {
	color: #ffffff;
	text-decoration: none;
}

#topNav a:hover {
	text-decoration: none;

}	

#topNav a.active {

	text-decoration: none;
}

#bottomNav a {
	color: #ffffff;
	text-decoration: none;
}

#bottomNav a:hover {
	text-decoration: none;

}	

#bottomNav a:active {

	text-decoration: none;
}

#header {
	height: 81px;
	width: 100%;
	background-color: #ffffff;
	background-image:url(/images/gradient.jpg);
	background-repeat: repeat-y;

}

#header .quote{

	float: right; 
	font-weight: normal;
	font-size: 18px ;
	padding: 25px 40px 0px 0px; 
	vertical-align:middle; 
	color: #003333; 
	font-family: Arial, Helvetica, sans-serif;
	
}

#topNav {
	background-color: #669900;
	width: 100%;
	height: 30px;
	color: #ffffff;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}

#topNav .menuHeading {
	
	float: left;
	padding: 0px 0px 0px 5px;
	
	
	
	
}

.clear {

	clear: both;
}

#leftNav {
	background-image: url(/images/leftnavBG.gif);
	
	background-repeat: repeat-y;
	/*float: left;*/
	width: 193px;
	height: 100%;
	vertical-align: top;
	
	border-right: 1px solid #669900;
	
	
}

#topNav .menuHeading {
	
	float: left;
	margin: 10px 8px 0px 8px;
	
	
}

#leftNav .links {

	padding-left: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
}

#leftNav .selectedPage {
	color: #669900;
}


#leftNav a {
	color: #666666;
	text-decoration: none;
}

#leftNav a:hover {
	text-decoration: none;

}	

#bottomNav a:active {

	text-decoration: none;
}


#bottomNav {
	background-color: #336633;
	height: 33px;
	width: 100%;
	margin-bottom: 15px;
	color: #ffffff;
	font-size: 9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#contentBlock {
	background-color: #ffffff;
	/*float:left;*/
	width: 566px;
	
	
	
	
}

#contentBlock .content {
	
	padding-top: 30px;
	padding-left: 25px;
	padding-right: 3px;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.content h1 {
	text-decoration:underline;
	font-size: 16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:  #336633;
}

.content h2 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336633;
	text-decoration: underline;

}


.dotted_line {
	background-image:url(../images/green_dot.gif); 
	background-repeat:repeat-x
}

.boldText {
	font-weight:bold;
	color:  #336633;
	
}