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

#wrapper {
	width: 978px;
}
body {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
/*	background-image: url(../images/backgrnd.gif);
	background-repeat: repeat-x;
*/
}
#header {
	background-image: url(../images/header_blank_with_rays_and_logo_978.gif);
	background-repeat: no-repeat;
	height: 191px;
}
#headerlogos {
	padding-top: 40px;
	float: right;
}
#content {
	width:978px;
	font-size: 0.95em;
}
.black {color:000000;}
#footer2 {
	height: 23px;
	width: 972px;
	margin-left:12px;
	text-align: center;
	padding-top: 4px;
	color: #ffffff;
	font-weight:bold;
	background-color:#cc962c;
}
.greentitle {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.pagetitle {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
	color: #000000;
	align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.sectiontitle {
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
	color: #222;
	align:left;
	margin-bottom:2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	color: #222;
	align:left;
	margin-bottom:4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
.greentitleright {
	font-size: 18px;
	font-weight:bold;
	text-transform: uppercase;
	text-decoration:none;
	color: #000000;
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.blacktext {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.blacktext2 {
	font-weight:normal;
	color: #000000;
	text-decoration: none;
}
#right ul {
	margin: 0;
	padding-left: 12px;
}
.greenunderline {
	color: #009900;
	text-decoration: underline;
}

a:link { 
	color: #333333;
	text-decoration: none;
	line-height:16px;
	}
a:visited { 
	color: #030;
	text-decoration: none;
	line-height:16px;
}
a:hover { 
	color: #804400;
	text-decoration: none;
	line-height:16px;
}
a:active { 
	color: #333333;
	text-decoration: none;
	line-height:16px;
	}
li { line-height:20px; }

a.navigation { 
color:#060;
border-width: 0 3px 0 3px;
border-color: #FFFFCB;
border-style: solid;
text-decoration:none;
display: block;
padding: 2px 0px 0px 2px;
text-align: left;
font-weight: bold;
width: 220px;
}
a.navigation:hover {
	border-color: #000;
	backgroung-color: #fff;
	color:#960;
}
