@charset "UTF-8";
/* CSS Document */

body {
	background-color: #eef5fb;
	background-image: url(images/body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a {
	color: #000000;
	text-decoration: none;
}
h1, h2, h3 {
	color: #0040A4;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.header {
	height: 136px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.nav {
	background-image: url(images/navbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 37px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
}
.subheader {
	background-image: url(images/subheader.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 278px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.content {
	width: 860px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bck.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 20px;
	padding-left: 20px;
	position:relative;

}
.leftcontent {
	width: 186px;
	position: absolute;
	bottom: 0;
	margin-top: auto;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
}
.rightcontent {
	float: right;
	width: 630px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	
}
.footer {
	height: 25px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	background-color: #333333;
}
#navlist {
	margin: 0px;
	padding: 0px;
	
}
#navlist li {
	list-style-type: none;
	float: left;
}
#navlist li a {
	line-height: 37px;
	   display: block;
	color: #FFFFFF;
	text-decoration: none;
	height: 37px;
	width: 200px;
	padding-left: 10px;
	float: left;
	text-align: center;
	margin-right: 1px;
}
#navlist li a:hover {
	color: #F2F2F2;
	text-decoration: underline;

}
.pictureright {
	float: right;
	margin: 7px;
	border: 4px solid #FFFFFF;
	padding: 0px;
}
#form
{
	margin-top: 20px;
	margin-bottom: -19px;
}

html>body #form
{
	margin-top: 20px;
	margin-bottom: -11px;
}

.required
{
	color: #A02125;
}

.note
{
	margin-left: 100px;
}
label {
	width: 10em;
	float: left;
	font-size:11px;
}
label.error {
	float: left;
	color: #FFFFFF;
	vertical-align: top;
	width: 390px;
	font-size:11px;
	background-color: #FF0000;
	margin-left: 112px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.submit {
	position: relative;
	width: 100px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 110px;
}
em { 
	font-weight: bold; 
	padding-right: 1em; 
	vertical-align: top; 
}
fieldset {
	margin-left: 0;
	width: 600px;
	text-align: left;
	float: left;
	border: 0px solid black;
	padding: 0px;
}
#formtext{color: #000;}
.customtextarea {
	border: 1px solid #ccc; 
	width: 250px;
}
.custominput {
	border: 1px solid #ccc;
	width: 400px;
}
form {
	border: none;
}
.ems {
	text-align: center;
	font-size: 9px;
}
.ems img {
	border: none;
}
