/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#304240;
	text-align: left;
	background-color: #333365;
	background-image: url(/images/backdrop-a.jpg);
	background-repeat: repeat-x;
	margin-top: 23px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1, .subhead {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#006600;
}

p {
	margin-right: 10px;	
}

.em {
	font-style:italic;
	color:#666666;
}

img#headerimage {
	margin: 10px 0px 0px 0px;
	clear: right;
}

img.padleft {
	margin: 3px 0px 3px 10px;
}

img.padright {
	margin: 3px 10px 3px 0px;
}
.quote {
	font-size: 12px;
	font-weight:bold;
	color: 006600;
}

.bodybold {
	font-size: 11px;
	color: #1D1C4E;
	font-weight: bold;
}

.highlight {
	color: #586CB4;
}


td#whitetextlinks {
	font-size: 10px;
	color:#FFF;
	text-decoration: none;
}

td#whitetextlinks a {
	font-size: 10px;
	color:#FFF;
	text-decoration: none;
}

td#whitetextlinks a:hover {
	font-size: 10px;
	text-decoration: underline;
}

td#greentextlinks {
	font-size: 10px;
	color:#003300;
	text-decoration: none;
	margin: 10px;
}

td#greentextlinks img {
	padding-right: 10px;
	padding-left: 40px;
}

td#greentextlinks a {
	font-size: 10px;
	color:#003300;
	text-decoration: none;
}

td#greentextlinks a:hover {
	font-size: 10px;
	text-decoration: underline;
}

td#greytextlinks {
	font-size: 10px;
	color:#666666;
	text-decoration: none;
	margin: 10px;
}

td#greytextlinks a {
	font-size: 10px;
	color:#666666;
	text-decoration: none;
}

td#greytextlinks a:hover {
	font-size: 10px; 
	color:#999999;
}
	
#homeleft {
	line-height: 18px;
	width:182px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	float: left;
	background-image:url(/images/conveyor_belt.jpg);
	background-repeat:no-repeat;
	background-color:#E4E8F6;

}

#bodyleft {
	line-height: 18px;
	width:182px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	float: left;
	background-image:url(/images/repeat_body_lt.jpg);
	background-repeat:repeat-x;
}

#bodymiddle {
	line-height:12px;
	font-size: 10px;
	width:230px;
	padding-right: 10px; padding-left: 10px; padding-top: 10px;
	float: left;
}

#bodyright {
	line-height:12px;
	font-size: 10px;
	width:240px;
	padding-right: 10px; padding-left: 10px; padding-top: 10px;
	float: right;
}

#bodyright img {
	padding-bottom: 5px;
}
	
.copyright {
	color:#CCCCFF;
	font-size:9px;
}
/*secondary page main content div*/

#maincontent {
	background-image:url(/images/section_header_gradient.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	width:491px;
	padding-right: 0px; 
	padding-left: 20px;
	float: right;
}

#maincontent p{
	padding-right: 20px;
}

#maincontent ul {
	color:#333333;
}

#maincontent ul li {
	color:#006600;
	list-style-image:url(/images/bullet_img.gif);
	padding-top: 3px;
}
	

#bodyback {
	background-color: #FFFFFF;
	background-image:url(/images/repeat_body_leftcol.gif);
	background-repeat:repeat-y;
}
#bodyfooter {
	float:left;
	text-align:center;
	padding:0px;
}

.floatright {
	float: right;
	padding-left: 15px;
}

/*secondary page navigation*/

#leftnav {
	font-size:11px;
	color: #B5B4BF;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 182px;
	border-bottom-color:#CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style:solid;
}

#leftnav a:link, #leftnav a:active, #leftnav a:visited {
	color: #666;
	text-decoration: none;
}

#leftnav a:hover {
	background-color: #FFF;
	color: #333366;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
}


/*styles for form response message*/
#coloredtables {
	margin-bottom:10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #E4E8F6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E4E8F6;
	border-right-color: #E4E8F6;
	border-left-color: #E4E8F6;
}

#coloredtables td {
	padding-top:10px;
	padding-bottom: 10px;
	padding-right: 50px;
	padding-left: 50px;
}a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #2F2F61;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}