@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

html { overflow-y:scroll; }

body {
	background-color: #415F42;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
	color: #415F42;
	font-size: 19px;
	font-weight: bold;
	line-height: 28px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	margin-bottom: 15px;
}
h2 {
	color: #415F42;
	font-size: 18px;
	font-weight: normal;
	line-height: 23px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 25px;
	margin-bottom: 15px;
}
h3 {
	color: #415F42;
	font-size: 12px;
	font-weight: normal;
	line-height: 23px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 25px;
	margin-bottom: 15px;
}
a, a:link {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:focus {
	color: #000;
}
a:active {
	color: #999;
}
#outerWrapper {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 880px;
}
#topDiv {
	background-color: #ddd;
}
#headerwrapper {
	background-color: #FFFFFF;
	background-image: url(images/head-wrap-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
}
#search {
	width: 140px;
	float: left;
	padding-top: 6px;
	padding-left: 45px;
	display: block;
	color: #CCC;
	font-weight: normal;
}
#searchbox {
	background-color: #DADACF;
	border: 1px solid #083F54;
	font-size: 11px;
	font-weight: bold;
	color: #415F42;
	padding-right: 2px;
	padding-left: 4px;
	margin: 0px;
	float: left;
	height: 18px;
	padding-top: 4px;
}
#go {
	float: right;
}
#topimage {
	float: right;
}
#header {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left 49px;
	text-align: left;
}
#navwrapper {
	background-color: #EEB642;
	z-index: 10;
}
#nav {
	height: 35px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	z-index: 10;
}
.menu {
	width: 880px;
}
.menu ul {
	margin: 0;
	padding: 0;
	float: left;
}
.menu ul li {
	display: inline;
}
.menu ul li a {
	float: left;
	text-decoration: none;
	color: white;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 35px;
	text-align: center;
	padding: 0px;
}
.menu ul li a:visited {
	color: white;
}
.menu ul li a:hover, .menu ul li .current {
	color: #fff;
	background-color:#004059;
	text-decoration: none;
}
#contentWrapper {
	background-image: url(images/content-faux-column.jpg);
	background-repeat: repeat-y;
	background-position: right;
	height: 100%;
	clear: left;
}
#leftColumn {
	float: left;
	padding: 15px 0px 10px 0px;
	width: 202px;
	line-height: 16px;
}
#leftColumn h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/top-menu-title.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 39px;
	padding-left: 18px;
	text-transform: uppercase;
}
#leftColumn ul {
	list-style-type: none;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-left: 25px;
}
#leftColumn h4 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/sub-menu-title.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 37px;
	padding-left: 20px;
	text-transform: uppercase;
}
#leftColumn ul li {
	background-image: url(images/li-dot.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
}
#leftColumn ul li a:link, #leftColumn ul li a {
	font-weight: bold;
}
#leftColumn ul ul {
	padding-left: 15px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#leftColumn ul ul li {
	background-image: url(images/li-sub-dots.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 11px;
}
#leftColumn ul ul li a:link, #leftColumn ul ul li a {
	font-weight: normal;
}
#leftColumn a, #leftColumn a:link {
	color: #D0D0C4;
	font-weight: normal;
	font-size: 12px;
}
#leftColumn a:hover {
	color: #FFF;
	text-decoration: none;
}
#rightColumn {
	float: right;
	padding: 8px 20px 20px 10px;
	width: 162px;
}
#rightColumn a:link, #rightColumn a:visited, #rightColumn a:active {
	color: #004059;
}
#rightColumn a:hover {
	color: #EEB642;
	text-decoration: none;
}
#rightColumn h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #004059;
	letter-spacing: -1px;
	margin-top: 15px;
	line-height: 22px;
	margin-bottom: 10px;
}
#rightColumn h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #415F42;
	letter-spacing: -1px;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D7C8;
	padding-bottom: 3px;
	line-height: 22px;
}
#rightColumn h3 strong {
	font-size: 21px;
	font-weight: bold;
}
#rightColumn p {
	margin-top: 8px;
	margin-bottom: 0px;
}
#rightColumn ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
.bullet {
}
#rightColumn .bullet a:after {
	content: url(images/bullet.gif);
}
#content {
	margin: 0px 205px 0 220px;
	padding: 20px 0px 30px 0px;
	line-height: 18px;
	color: #666666;
}
.clearFloat {
	clear: both;
	display: block;
}
#footer {
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 10px;
	padding-right: 28px;
	padding-bottom: 10px;
	padding-left: 220px;
	color: #D7D7CC;
	height: 71px;
	line-height: 16px;
}
#footer-right {
	float: right;
	width: 275px;
	text-align: right;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #FFFFFF;
	font-weight: normal;
}
#footer a:hover {
	color: #BCBCA9;
}
#credit {
	text-align: center;
	padding: 0px 0px 8px 220px;
	;
	font-size: 10px;
	color: #525340;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
}
#credit a, #credit a:hover, #credit a:visited, #credit a:active, #credit a:focus {
	color: #525340;
	font-weight: normal;
}
#jumpMenu {
	width: 110px;
	font-size: 90%;
}
#jumpMenu2 {
	width: 110px;
	font-size: 90%;
}
#jumpMenu3 {
	width: 75px;
	font-size: 99%;
}
#jumpMenu4 {
	width: 350px;
	font-size: 99%;
}
#jumpMenu5 {
	width: 350px;
	font-size: 99%;
}
#jumpMenufmp {
	font-size: 90%;
}
#jumpMenufmp2 {
	font-size: 90%;
}
#jumpMenufmp3 {
	font-size: 90%;
}
#jumpMenufmp4 {
	font-size: 90%;
}
#jumpMenufmp5 {
	font-size: 90%;
}
#jumpMenufmp6 {
	font-size: 90%;
}
#jumpMenufmp7 {
	font-size: 90%;
}
#jumpMenufmp8 {
	font-size: 90%;
}
#jumpMenufmp9 {
	font-size: 90%;
}
#jumpMenufmp20 {
	font-size:90%;
}
#jumpMenufmp30 {
	font-size:90%;
}
#jumpMenuplan {
	font-size: 90%;
}
#jumpMenuplan2 {
	font-size: 90%;
}
#jumpMenuplan3 {
	font-size: 90%;
}
#jumpMenubfront {
	font-size: 90%;
}
#jumpMenupd  {
	font-size: 90%;
}
#jumpMenupd2  {
	font-size: 90%;
}
#jumpMenupd3  {
	font-size: 90%;
}
#jumpMenupd4  {
	font-size: 90%;
}
#jumpMenupd5  {
	font-size: 90%;
}
#go_button {
	font-size: .8em;
	margin: 4px;
}
#go_button2 {
	font-size: .8em;
	margin: 4px;
}
#go_buttonfmp {
	font-size:.80em;
}
#go_buttonfmp2 {
	font-size:.80em;
}
#go_buttonfmp3 {
	font-size:.80em;
}
#go_buttonfmp4 {
	font-size:.80em;
}
#go_buttonfmp5 {
	font-size:.80em;
}
#go_buttonfmp6 {
	font-size:.80em;
}
#go_buttonfmp7 {
	font-size:.80em;
}
#go_buttonfmp8 {
	font-size:.80em;
}
#go_buttonfmp9 {
	font-size:.80em;
}
#go_buttonfmp20 {
	font-size:.80em;
}
#go_buttonfmp30 {
	font-size:.80em;
}
#go_buttonpd   {
	font-size:.80em;
}
#go_buttonpd2   {
	font-size:.80em;
}
#go_buttonpd3  {
	font-size:.80em;
}
#go_buttonpd4  {
	font-size:.80em;
}
#go_buttonpd5  {
	font-size:.80em;
}
.centericons	{
	margin-left: 43px;
	cursor: hand;
	cursor: pointer;	
}
	
#wrapper { margin: 0 auto; width: 450px; }

.c4 {
	text-decoration:underline
}
.c5 {
	color: #415F42;
	font-size: 12px;
	font-weight: bold;
	line-height: 23px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 25px;
	margin-bottom: 15px;
	text-align: center;
}
.c7 {
	text-align: center;
	font-weight:bold;
	text-decoration: underline;
}

.c9 {
	text-align: center;
}
.c10 {
	text-align: left;
}
.c11 {
	text-align: center;
	font-weight: bold;
}
.c12 {
	text-align: center;
	font-weight:bold;
	text-decoration: none;
}
.newsnotes a:link {
		color: #004059;
}
.newsnotes2 {
		color:#415F42;
}
.emprep a:link {
		color: #415F42;
}
a img { border: none; }

.nncolor {
	color: #004059;
}
#reportstable {
	border-collapse:collapse;
	border: 3px solid blue;
}
.hide {
	list-style-type:none 
}
