@charset "utf-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCC99;
	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;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 135px;
	background-color: #9596ab;
	background-image: url(images/site_head_01.jpg);
}
.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 {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	background:#DDDDDD;
}
.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 */
	background-color: #9596ab;
}
#mNavContainer{
	width: 780px;
	height: 23px;
	font-size: 11px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000066;
	border-bottom-color: #000066;
	background-color: #999999;
}


#mainNav ul {
	margin: 0px;
	padding: 0px;
}

#mainNav li {/* top level buttons */
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
 	height: 23px;

}

#mainNav a {
	text-decoration: none;
	line-height: 23px;
	height: 23px;
	display: block;
	float: left;
	padding-right: 11px;
	padding-left: 11px;
	font-weight: bold;
	overflow: hidden;
	cursor: pointer;

}	 



#mainNav li li {
	padding: 0;
	background: none;
}

#mainNav li li a{
	font-weight: normal;
	float: left;
}



#mainNav ul ul a {/* sub level links */
	display: block;
	text-decoration: none;
	width: 145px;
	text-transform: none;
	border: none;
	color: #000066;
	font-weight: bold;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000066;

}



#mainNav ul li {
	position: relative;
}

#mainNav li ul { /* hides submenu */
	top: 23px;
	position: absolute;
	left: -1999px;
	height: auto;

}
	

#mainNav li:hover ul ul, 
#mainNav li:hover ul ul ul,
#mainNav li:hover ul ul ul ul,  
#mainNav li.sfhover ul ul, 
#mainNav li.sfhover ul ul ul, 
#mainNav li.sfhover ul ul ul ul {
	left: -1999px;
}

#mainNav li:hover ul, 
#mainNav li li:hover ul, 
#mainNav li li li:hover ul, 
#mainNav li li li li:hover ul,
#mainNav li.sfhover ul, 
#mainNav li li.sfhover ul, 
#mainNav li li li.sfhover ul,
#mainNav li li li li.sfhover ul{
	left: 0;
	background-color: #CCCC99;
}

#mainNav li:hover, #nav li.sfhover {
      left: 0;
}

#mainNav ul ul a {
	background: none;
}

#mainNav ul ul a:hover {
	background: none;
	border: none;


}


#nav li a {
	color: #FFFFFF;
	background-color: #336600;
	border-right: solid #000033 2px;
}

#nav li a:hover {
	color: #000066;
	background-color: #669900;
	border-right: solid #000033 2px;
}

#nav ul li a:hover,
#nav ul li ul li a:hover,
#nav ul li ul li ul li a:hover {
	color: #000033;
	background-color: #669900;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000066;
	
}



.content {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.copyright {
	font-size: 10px;
	font-style: italic;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000033;

}
.required {
	color: #FF0000;
}
h2 {
	font-size: 15px;
	font-weight: bold;

}
.homeTh {
	background-image: url(/images/home_thed.jpg);
	color: #000033;
	font-size: 13px;
	font-weight: bold;
	background-repeat: no-repeat;


}
.highLight {
	font-size: 14px;
	color: #336600;
	font-weight: bold;
	text-transform: capitalize;
	font-style: italic;

}



a:link,a:active,a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: underline;
}

a.mNav:link,a.mNav:active,a.mNav:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #CCCCCC;
	text-decoration: none;
}
a.mNav:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #CCCC99;
	text-decoration: underline;