@charset "utf-8";
/* CSS Document */
body, html {height: 100%;}
#outer {height: 100%; overflow: visible;} /* or without overflow */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#container {
	background-image: url(images/mainback.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0 auto;
	width: 950px;
	padding-right: 30px;
	padding-left: 30px;
	min-height: 700px;
}
.navrow {
	float: left;
	width: 880px;
	margin-right: 35px;
	margin-left: 35px;
	height: 40px;
}
.navpad {
	margin-right: 5px;
}
.logobox {
	float: left;
	width: 160px;
	margin-top: 20px;
	margin-right: 35px;
	margin-left: 35px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 175px;
}
.imagebox {
	float: left;
	height: 175px;
	width: 685px;
	margin-top: 20px;
	margin-right: 35px;
}
.flashbox {
	float: left;
	height: 250px;
	width: 685px;
	margin-top: 20px;
	margin-right: 35px;
}

.maincolumn {
	float: left;
	width: 880px;
	text-align: justify;
	margin: 35px;
	margin-bottom: 20px;
}
.maincolumn h1 {
	font-size: 18px;
	font-weight: bold;
	color: #0F5A99;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin-top: 0px;
	border-bottom-color: #82a7c7;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.maincolumn h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0F5A99;
}
.maincolumn a {
	font-weight: bold;
	color: #82a7c7;
	text-decoration: none;
}
.maincolumn a:hover {
	font-weight: bold;
	color: #82a7c7;
	text-decoration: underline;
}

.smallbluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0F5A99;
}
.smallblacktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
}

.subcolumn {
	float: left;
	width: 280px;
	margin-right: 20px;
}

.subcolumnend {
	float: left;
	width: 280px;
}
.subcolumn a {
	font-weight: normal;
	color: #0F5A99;
	text-decoration: none;
}
.subcolumn a:hover {
	font-weight: normal;
	color: #0F5A99;
	text-decoration: underline;
}
.formcaption {
	float: left;
	width: 60px;
	margin-top: 10px;
	margin-right: 10px;
	height: 20px;
}
.formcaptionmulti {
	float: left;
	width: 60px;
	margin-top: 10px;
	margin-right: 10px;
	height: 66px;
}
.formfield {
	background-color: #e5e5e5;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 210px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0F5A99;
	font-size: 14px;
}


.formbox {
	float: left;
	width: 210px;
	margin-top: 10px;
	height: 20px;
}
.formboxmulti {
	float: left;
	width: 210px;
	margin-top: 10px;
	height: 66px;
}
.formboxcaptcha {
	float: left;
	width: 210px;
	margin-top: 10px;
	height: 30px;
}








.formcell {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-color: #82A7C7;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-left: 5px;
}
.formheader {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #82A7C7;
	color: #FFF;
}



.footer {
	float: left;
	height: 26px;
	width: 880px;
	margin-left: 35px;
	margin-right: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #82a7c7;
	margin-bottom: 20px;
}
.footer a {
	font-weight: bold;
	color: #82a7c7;
	text-decoration: none;
	border-bottom-color: #82a7c7;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}
.footer a:hover {
	font-weight: bold;
	color: #82a7c7;
	text-decoration: none;
	border-bottom-color: #82a7c7;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.clearer {
	clear: both;
}

