@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	color: #333333;
}
body {
	background-color: #DDDDDD;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
h1 {
	color: #017F01;
	letter-spacing: -1px;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: 34px;
	font-weight: normal;
	font-variant: normal;
	background-image: url(../images/h1_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
h2 {
	color: #00468C;
	font-size: 19px;
	font-weight: normal;
	line-height: 23px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 25px;
	margin-bottom: 15px;
}
a, a:link {
	color: #017F01;
	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: #323232;
	text-decoration: underline;
}
#outerWrapper {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 900px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: 999999;
	border-left-color: #999999;
}
#topDiv {
	background-color: #ddd;
}
#headerwrapper {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#search {
	width: 170px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#searchbox {
	background-color: #CCCCCC;
	border: 1px solid #083F54;
	font-size: 11px;
	font-weight: bold;
	color: #868768;
	padding-right: 2px;
	padding-left: 4px;
	margin: 0px;
	float: left;
	height: 18px;
	padding-top: 4px;
}
#go {
	float: right;
}
#topimage {
	float: right;
}
#header {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-left-color: #323232;
	border-right-color: #323232;
	background-image: url(../images/header.jpg);
	padding-top: 130px;
	padding-right: 10px;
}
#navwrapper {
	background-color: #0062C4;
}
#nav {
	height: 35px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #323232;
	border-left-color: #323232;
}
.menu {
	width: 850px;
	text-align: center;
}
.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: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 35px;
	text-align: center;
	padding: 0px;
}
.menu ul li a:visited {
	color: white;
	font-weight: bold;
}
.menu ul li a:hover, .menu ul li .current {
	color: #fff;
	background-color:#007D00;
	text-decoration: none;
	font-weight: bold;
}
#contentWrapper {
	height: 100%;
	clear: left;
	background-color: #FFFFFF;
}
#leftColumn {
	float: left;
	width: 290px;
	line-height: 16px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#leftColumn h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 39px;
	padding-left: 18px;
	text-transform: uppercase;
}
#leftColumn h4 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 37px;
	padding-left: 20px;
	text-transform: uppercase;
}
#leftColumn ul {
	list-style-type: none;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-left: 25px;
}
#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: #30478C;
	font-weight: normal;
	font-size: 12px;
}
#leftColumn a:hover {
	color: #FFF;
	text-decoration: none;
}
#rightColumn {
	float: right;
	width: 238px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-color: #F2F2F2;
}
#rightColumn a:link, #rightColumn a:visited, #rightColumn a:active {
	color: #0062C4;
}
#rightColumn a:hover {
	color: #004059;
	text-decoration: none;
}
#rightColumn h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #183792;
	letter-spacing: -1px;
	margin-top: 5px;
	line-height: 22px;
	margin-bottom: 10px;
}
#rightColumn h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: -1px;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D7C8;
	padding-bottom: 3px;
	line-height: 22px;
	background-image: url(../images/h2_bg.png);
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top: 3px;
}

#rightColumn h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: -1px;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D7C8;
	padding-bottom: 3px;
	line-height: 22px;
	background-image: url(../images/h3_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top: 3px;
}
#rightColumn h3 strong {
	font-size: 21px;
	font-weight: bold;
}
#rightColumn p {
	margin-top: 8px;
	margin-bottom: 0px;
	line-height: 22px;
}
#rightColumn ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#rightColumn ul li {
	list-style: none;
	display: inline;
}
#rightColumn ul li a {
	display: block;
	border-bottom: 1px solid #E9E6DF;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
}
#rightColumn ul li a:hover {
	text-decoration: none;
	background-color: #B1C3D9;
}
#rightColumn ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
.bullet {
}
#rightColumn .bullet a:after {
	content: url(../images/bullet.gif);
}

#content {
	line-height: 17px;
	color: #666666;
	margin-top: 0px;
	margin-right: 255px;
	margin-bottom: 0;
	margin-left: 295px;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-right: 10px;
	padding-left: 10px;
}
.clearFloat {
	clear: both;
	display: block;
}
#footer {
	background-repeat: no-repeat;
	background-position: right top;
	color: #333333;
	height: 35px;
	line-height: 16px;
	
}
#footer-right {
	float: right;
	width: 150px;
	text-align: right;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #0062C4;
	font-weight: normal;
}
#footer a:hover {
	color: #BCBCA9;
}
#topDiv #headerwrapper #header #search a {
	font-weight: bold;
	color: #FFFFFF;
}
#outerWrapper #contentWrapper #leftColumn p {
	padding-left: 12px;
}
#outerWrapper #contentWrapper #content img {
	border: 1px double #333333;
	margin-left: 25px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0062C4;
}
#outerWrapper #footer {
	font-size: 10px;
	background-color: #E8E9EB;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding: 10px;
}

.redHighlight {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #A62626;
}
