@charset "utf-8";
body {
	background: #999;
	margin: 0;
	padding: 0;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #000;
}
div, h1, h2, h3, h4, h5, h6, p, ul, li, a {
	margin: 0px;
	padding: 0px;
}
hr {
	color:#ccc;
	background-color:#ccc;
	border:0px;
	height:1px;
	clear:both
}
#wrapper {
	width: 1012px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/wrapperBg_2col.gif);
}
#navBar {
	background-image: url(../img/navBar.gif);
	height: 35px;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 210px;
	line-height: 35px;
	color: #10204B;
	font-size: 0.89em;
	font-weight: bold;
}
#navBar ul {
	white-space: nowrap;
}
#navBar li {
	list-style-type: none;
	display: inline;
}
#navBar a {
	color: #10204B;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#navBar a:visited {
	color: #10204B;
}
#navBar a:hover {
	color: #900;
}
#header {
	height: 60px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	text-align: right;
	font-size: 22px;
	color: #17234D;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 60px;
	padding-right: 10px;
}
#footer {
	color: #FFF;
	background-color: #999;
	height: 40px;
	font-size: 0.75em;
	font-weight: bold;
	text-align: right;
	padding-top: 8px;
	padding-right: 4px;
	padding-left: 4px;
	background-image: url(../img/footerBg.gif);
	background-repeat: no-repeat;
	clear: both;
}
#banner {
	margin-right: 4px;
	margin-left: 4px;
}
.subNav {
	background-color: #E8E8E8;
	background-image: url(../img/subNav_top.gif);
	background-repeat: no-repeat;
}
.subNav h1, .subNav h2, .subNav h3, .subNav h4, .subNav P {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
.subNav p.end {
	background-image: url(../img/subNav_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
}

.subNav li {
	padding-top: 2px;
	padding-bottom: 2px;
}
.subNav ul {
	padding: 10px;
	background-image: url(../img/subNav_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}



.intro {
	font-size: 1.3em;
	color: #666;
	font-style: normal;
	font-weight: normal;
}
.dottedLine {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #666;
	margin-top: 1.5em;
	height: 8px;
	clear: both;
}
.clearFloats {
	clear: both;
}
.colBox {
	width: 200px;
	font-size: 0.87em;
	float: left;
	margin-right: 34px;
	margin-left: 34px;
	overflow: hidden;
}
.colBox h3 {
	font-size: 1.1em;
}
.colBox2 {
	width: 240px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	background-color: #E8E8E8;
	margin-bottom: 10px;
	padding: 3px;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
li {
	list-style-type: square;
	margin-left: 1.4em;
	list-style-image: url(../img/bullet.gif);
	padding-top: 2px;
	padding-bottom: 2px;
}
a {
	text-decoration: none;
	color: #035BAB;
}
a:visited {
	color: #003162;
}
a:hover {
	color: #900;
	text-decoration: underline;
}
.stdForm input {
	width: 250px;
}
.stdForm select {
	width: 125px;
}
