 body {
	font-size: 62.5%;
	color: #E8E0A2;
	background-color: #FFFFFF;
	background-image: url(images/form_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

h2 {
	color: #004D66;
	margin: 0 0 15px 40px;
	font-weight: normal;
	display: block;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
}
 h3 {
	color: #004D66;
	margin: 0 0 15px 20px;
	font-weight: normal;
	display: block;
	text-indent: -3px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	padding-right: 10px;
}
 h4 {
	color: #004D66;
	display:inline;
	font-weight: normal;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
}

 p {
	color: #406075;
	display: block;
	font: 13px/17px Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	margin: 0 0 0 10px;
	padding: 0 0 0 35px;
}

 p hr {
	height:2px;
	width:80%;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 40px;
	color: #9EBFD1;
   }
 p a.more {
	width: 56px;
	height: 12px;
	display: block;
	background: url(images/more_bg.gif) no-repeat #0a2b43;
	font: 11px/11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	float: right;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 37px;
	margin-left: 118px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}
 	
 
	
.subHeader {
	color: #005D7E;
	line-height:20px;
	letter-spacing:0.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	}
	
	.bold {
	color: #406075;
	background-repeat: no-repeat;
	font-weight: bold;
}
.italic {
	color: #406075;
	font-size: 13px/17px;
	
	font-style: italic;
	}
.quote {
	color: #406075;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	}	
#body a {
	color: #005D7E;
	font-weight:bold;
	}
	
#body a:hover {
	color: #F7D81D;
	}

.formbox {
	padding-top:0px;
	padding-bottom: 10px;
	margin-top: 105px;
	width: 700px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
}

form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

fieldset {
	clear: both;
	margin-bottom: 35px;
}

label {
	font-size: 14px;
	float: left;
	display: block;
	width: 200px;
	margin-right: 10px;
	text-align: left;
	color: #003366;
}

select {
	font-size: 1.4em;
	padding: 2px;
	border: 1px solid #ADB8CF;
	background-color: #FFFFDD;
	width: 327px;
	background-image: url(images/contact/form_bgs.gif); /* currently missing */
	background-repeat: repeat-x;
	background-position: center top;

}

.input, textarea {
	font-size: 1.4em;
	padding: 2px;
	border: 1px solid #ADB8CF;
	background-color: #FFFFDD;
	width: 250px;
	background-image: url(form_bgs.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#submit {
	width: 59px;
	height: 22px;
	border: 0;
	margin-right: 40px;
} 
.formbox p a {
	color: #004D66;
}
.formbox p a:hover {
	color: #F7D81D;


