* {
	margin: 0;
	padding:0;
}
a:visited, a:active, a:link {
	text-decoration: none;
	color: #1A3019;
}
a:hover {
	text-decoration: underline;
	color: #1A3019;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 10px;
}
h5 {
	font-size: 9px;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	background: #03092b;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#the_info_lists ul {
	margin-left: 30px;
}
#the_info_lists ul a {
	color: #000;
}
#the_info_lists ul a:hover {
	text-decoration: underline;
}
#container {
	width: 1015px;
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#mainContent {
	width: 980px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/content_bkgd.jpg);	
	background-repeat: repeat-y;
}
.header {
	width: 980px;
	height: 250px;
	background-image: url(../images/header_summer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size:50px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #d7d7d7;
	text-align: right;
}
.logo {
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: bold;
	text-align: right;
	padding-top:125px;
	width: 250px;
	float:left;
}
.footer {
	width: 945px;
	background-image: url(../images/footer_mts.png);
	background-repeat: no-repeat;
	z-index: -1;
}
.footer_text {
	padding: 100px 0 20px 0;
	font-weight: bold;
	z-index: -1;
}
.footer a:visited, .footer a:active, .footer a:link {
	text-decoration: none;
	color: #1A3019;
}
.footer a:hover {
	text-decoration: underline;
	color: #1A3019;
}
.sub_head {
	margin-left: 50px;
}
.left_column {
	padding: 0 5px 10px 50px;
	float: left;
	width:420px;
}
.sub_text {
	text-align: left;	
	margin-left:330px;
	margin-right:50px;
}
.sub_text a:visited, .sub_text a:active, .sub_text a:link{
	color: #000;
}
.sub_text a:hover {
	text-decoration: underline;
	color: #000;
}
.rt_box {
	float:left;
	margin:0 50px;
	padding:12px 15px;
	width:200px;
	background-color: #aca899;
	line-height: 20px;
	position:relative;
	z-index:1;
	}
.rt_box a:visited, .rt_box a:active, .rt_box a:link{
	color: #000;
}
.rt_box a:hover {
	text-decoration: underline;
	color: #000;
}
#the_info_lists ul a:hover {
	text-decoration: underline;
}
.rt_column {
	float:right;
	margin:5px 30px;
	padding:0px 20px;
	width:380px;
}
.clear_float {
	clear: both;
}
.caption {
	padding:8px 20px 10px 00px;
	font-size: 12px;
	font-weight:bold;
	line-height:20px;
}
.fineprint {
	font-size:10px;
	width: 400px;
}
.featured_prop a:visited, .featured_prop a:active, .featured_prop a:link {
	text-decoration: none;
	color: #1A3019;
}
.featured_prop a:hover {
	text-decoration: underline;
	color: #1A3019;
}
.featured_prop {
	background-color:#BFB1A7;
	float:right;
	padding:0 20px;
	width:360px;
}
.featured_img {
	padding:5px 10px 0 0;
	width:360px;
}
.featured_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding:5px 10px 0 0;
	line-height:15px;
}
.featured_head {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	padding:10px 0;
}
#contactForm {
	width: 440px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 50px;
}
#contactForm td {
	text-align: left;
	z-index: 80;
}