@charset "UTF-8";
/* CSS Document */
body {
	background-color: #ffffff;
	height: 100%;
}
#mainArea {
	width: 800px;
	height: 100%;
	position: relative;
}
#header {
	width: 800px;
	position: relative;
	margin-top: 20px;
	float: left;
}

#banner {
	width: 800px;
	height: 204px;
	position: relative;
	float: left;
}

#bodyArea {
	width: 800px;
	background-image: url(images/mid_fade.gif);
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
	float: left;
	text-align: left;
	padding-bottom: 50px;
	padding-top: 25px;
}

#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;
	background-color: #e5e5e5;
	float: left;
	height: 80px;
	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: right;
	padding-right: 26px;
	padding-top: 10px;
}
.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: #7da22e;
	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: #545455;
	}
	
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;
}