a {
	color: #006327;
	text-decoration: underline;
}
a:hover {
	color: #888888;
	text-decoration: none;
}
acronym{
	border-bottom: 1px dotted #5F6062;
	cursor: help;
}
body{
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin: 10px;
	padding: 0px;
}
h1,h1.section_header{
	color:#5F6062;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;	
	line-height: 13px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
h2{
	color:#5F6062;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;	
	line-height: 13px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	text-align:right;
}
h2.main_p{
	color:#5F6062;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;	
 line-height: 20px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	text-align:left;
	padding-left: 20px;
}
h3{
	color:#5F6062;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;	
	line-height: 14px;
	margin: 10px 0px 3px 0px;
	padding: 0px;
	text-align:left;
}
.contentleft{
	width: 77%;
}
.contentmain{
	background-color:#F9F8F7; 
	padding:5px;
}
.contentright{
	width: 23%;
}
.greybox{
	background-color: #DEDEDE;
	color:#5F6062;
	font-size: 12px;
}
.header{
	background: #E6E6E6 url(img/header.jpg) no-repeat;left;
	font-size: 36px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #006327;
	line-height: 24px;
	font-weight: bold;
}
.menubox{
	background-color: #484848;/* 484848 */
	color:#F9F8F7;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
.menubox a{
	color:#BDBDBD;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
.menubox a:hover{
	color:#BFB678;
	font-size: 18px;
	line-height: 30px;
	text-decoration: none;
}
.menubox a.selected{
	color:#BFB678;
}
.searchbox {
	font-size: 11px;
	padding:1px 2px 1px 2px;
	border:1px solid #999999;
	color:#5F6062;
	background:#F6F6F6;
	text-align:right;
}
.subheader{
	background-color: #006327; /*D6C43A;*/
}
.whitebox{
	background-color: #FFFFFF;
	color:#5F6062;
	font-size: 13px;
}
.whitebox_topleft{
	background: url(img/1-topleft.gif);
	width:9px;
}
.whitebox_bottomright{
	background: url(img/1-bottomright.gif);
	width:9px;
}


/*
jrh
*/
h1.section_header{
	color: #006327;
}

.section_bold_link,.section_bold_link a{
	font-weight:bold;
	padding-bottom:5px;
	text-transform: uppercase;
	color:#006327;
}
.section_link,.section_link a{
	font-weight:normal;
	padding-bottom:5px;
	text-transform: capitalize;
	color:#006327;

}
.img_caption{
	font-size: 10px;font-style: italic;
}
/* POP UP WINDOWS */
.cs_info_holder,.cs_info_holder_am{border: 1px dotted #AFAF8E;position: absolute;visibility: visible;background-color: #FFFFFF;padding: 3px;}
.cs_info_holder_am{background-color: #FFFFB3; width: 300px;}
.cs_info_hidden{position: absolute;visibility: hidden;}

textarea, input, SELECT {
	background-color: #D9E3ED;
	color: #000000;
	font-family: arial, verdana, ms sans serif;
	font-weight: normal;
	font-size: 10pt;
	width: 250px;
}
textarea.selectedValue, input.selectedValue {
	background-color : #EFF3F8;

}