@charset "UTF-8";/* CSS Document */body {	background-color: #ffffff;	height: 100%;}#mainArea {	width: 800px;	height: 100%;	padding-top: 10px;	position: relative;}#header {	width: 800px;	height: 76px;	position: relative;	float: left;}#banner {	width: 800px;	height: 150px;	background-image: url(images/banner.jpg);	background-position:top;	background-repeat: no-repeat;	position: relative;	float: left;	text-align: left;	}#bodyArea {	width: 800px;	background-position: top;	background-repeat: no-repeat;	position: relative;	float: left;	text-align: left;	padding-bottom: 50px;	padding-top: 15px;}#columnOne {	position: relative;	float: left;	width: 500px;	padding-left: 26px;	padding-top: 15px;	text-align: left;}#columnTwo {	position: relative;	float: left;	width: 218px;	padding-left: 30px;	padding-top: 15px;	text-align: left;}#footer {	width: 800px;	height: 125px;	position: relative;	float: left;	height: 80px;	background-image:url(images/footer.gif);	background-position:top;	background-repeat:no-repeat;	/*	background-color: #e5e5e5;	border-top: solid;	border-top-color: #adadad;	border-top-width: thin;	*/	}#footerText {	width: 774px;	position: relative;	float: right;	font-family: Arial, Helvetica, sans-serif;	font-weight: bold;	color: #7d7d7d;	font-size: 9px;	line-height: 20px;	text-transform:uppercase;	text-align: left;	padding-right: 0px;	padding-top: 10px;	padding-left: 26px;}#bannerHeadline {	font-family: Arial, Helvetica, sans-serif;	color: #2a8fc3;	font-size: 18px;	line-height: 25px;	text-align: left;	padding-top: 40px;	padding-left: 30px;	font-weight: bold;}.bannerSubHead {	font-family: Arial, Helvetica, sans-serif;	color: #ffffff;	font-size: 14px;	line-height: 25px;	text-align: left;}.bodyText {	font-family: Arial, Helvetica, sans-serif;	color: #545455;	font-size: 12px;	line-height: 20px;	text-align: left;}.headlineText {	font-family: Arial, Helvetica, sans-serif;	font-weight: bold;	color: #0077c0;	font-size: 16px;	line-height: 30px;	text-align: left;}.subHeadlineText {	font-family: Arial, Helvetica, sans-serif;	font-weight: bold;	color: #0077c0;	font-size: 11px;	line-height: 18px;	text-align: left;	}.rightColumnLabelText {	font-family: Arial, Helvetica, sans-serif;	color: #b0997a;	font-size: 9px;	line-height: 18px;	text-align: left;	text-transform: uppercase;}.formLabels {	font-family: Arial, Helvetica, sans-serif;	color: #333333;	font-size: 11px;	line-height: 20px;	text-align: left;	font-weight: bold;}a:link {  	text-decoration: none; 	color: #0077c0;	}	a:visited { 	text-decoration: none; 	color: #0077c0;	}	a:hover, a:active { 	text-decoration: underline; 	color: #545455;	}hr {	color: #cccccc;	background-color: #cccccc;	height: 1px;	border:none;	float: left;}.photo{	padding:5px;	background:#ddd2c3;}img {	border: none;}