@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial,Helvetica,"Helvetica Neue",sans-serif;
	font-size:12px;
	line-height:17px;
	background-color:#CCC;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #98add2 url(images/topbg.png) repeat-x 0 0;
}
/*
H2 {color: #003479;
	font-style:italic;
	padding: 0 20px;
}
*/
img {
	padding: 0px;
}
.oneColFixCtr #title {
	font-size: 24px;
	font-style: italic;
	font-weight: 400;
	color: #003479;
}
.oneColFixCtr #header {
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	background-position: center top;
	visibility: visible;
	height: 203px;
	width: 960px;
	margin: 0 auto;
	position: relative;
}
h2{
	color:#005696;
	font-size: 24px;
}
h3{
	color: #ab0534;
	font-weight: normal;
	font-size: 18px;
}

.oneColFixCtr #footer {
	color: #FFFFFF;
	background: #98add2;
	margin:0;
	padding: 15px;
	padding-bottom: 40px;
	font-size:12px;
	text-align: center;
	
}

.oneColFixCtr #container {
	width: 100%;
	margin: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #containercontent {
	width: 100%;
	background: #FFFFFF;
	margin: 0;
}
.oneColFixCtr #mainContent {
	width: 925px;
	padding: 20px;
	margin: 0 auto;
}
div#mainnav{
	position: absolute;
	bottom: 10px;
	width: 960px;
	height: 37px;
	padding-left: 4px;
	text-align: center;
}
div#mainnav ul {
	list-style: none;
	margin: 0 !important;
	padding: 0 18px 0 0 !important;
}
	
div#mainnav ul li {
	background: none !important;
	float: left !important;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}
div#mainnav ul li a {
	color: #005696;
	display: block;
	font-size: 15px;
	height: 37px;
	line-height: 32px;
	padding: 0 12px;
	position: relative;
	text-decoration: none;
	z-index: 1;
}
div#mainnav ul li a.active {
	font-weight: bold;
}
select.full,
input.full{
	width: 700px;
}
select.small,
input.small{
	width: 225px;
	margin-right: 10px;
}
textarea{
	width: 700px;
}
label{
	font-weight: bold;
}
.labelpad{
	padding-top: 10px;
}

p.error{
	font-weight: bold;
	color: red;
}
