body {font-family: trebuchet ms,verdana,geneva,arial,helvetica,sans-serif; 
	color: black;
	background-color: red;
	font-size: 12pt; 
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
}
h1 {
	font-size: 30pt;
	color: red;
	text-align: center;
	line-height: 120%;
}
h2 {font-size: 18pt;
	color: black; 
	text-align: center;
}
h3 {font-size: 14pt;
	color: #cc0000; 
		text-align: center;
}
.mastcontainer{
	background-color: red;
	width: 100%;
	height: 70px;
	margin-left: auto;
	margin-right: auto;

}
.mastcontent {
	text-align: center;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	color: white;
	font-size: 24pt;
}
.mastfooter{
	text-align: center;
	width: 100%;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/mastfooter.jpg);
	background-repeat: repeat;
}
.container{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
	max-height: 100%;
	min-height: 100%;
	background-color: White;
}
.content{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	background-color: White;
	max-height: 100%;
	
}
.column1 {
	text-align: center;
	background-color: white;
	float: left;
	width: 980px;
	height: 100%;
	margin-right: 20px;
	vertical-align: top;
}
.column2 {
	text-align: center;
	background-color: white;
	float: left;
	width: 240px;
	vertical-align: top;
	font-size: 10pt; 
	
	}
.column3 {
	text-align: center;
	font-family: georgia, times new roman, times, serif;
	background-color: #efefef;
	float: left;
	width: 440px;
	height: 100%;
	vertical-align: top;
	font-size: 10pt;
	line-height: 16pt;
	padding: 10px;
	
}
.column5 {
	text-align: left;
	float: left;
	width: 800px;
	height: 400px;
	vertical-align: top;
	margin-top: 20px;
	margin-bottom: 20px;
}
.house1 {
	text-align: justify;
	float: left;
	width: 220px;
	height: 200px;
	margin-right: 50px;
	vertical-align: top;
	font-size: 10.5pt; 
}
.house2 {
	text-align: justify;
	float: left;
	width: 250px;
	height: 220px;
	margin-right: 50px;
	vertical-align: top;
		font-size: 10.5pt; 
}
.house3 {
	text-align: justify;
	float: left;
	width: 220px;
	height: 200px;
	vertical-align: top;
		font-size: 10.5pt; 
}
.optinsmalltext {
	text-align: center;
	font-size: 8pt;
	line-height: 9pt;
}

.footercontainer{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-height: 100%;
	min-height: 50px;
}
.footercontent{
	text-align: center;
	color: white;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	max-height: 100%;
	min-height: 50px;
	font-size: 10pt;
	
}

#marsdisclosure {padding: 10px; width: 218px; margin: 1px 10px; float:right;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; 
	border: 1px #d2d2d2 solid;
	background: #e2e2e2; /* for non-css3 browsers */
	-ie-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#e2e2e2'); /* for IE */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#e2e2e2'); /* for IE */
	background: -webkit-gradient(linear, center top, center bottom, from(#f2f2f2), to(#e2e2e2)); /* for webkit browsers */ 
	background: -moz-linear-gradient(center top, #f2f2f2, #e2e2e2) repeat scroll 0 0 #e2e2e2; /* for firefox 3.6+ */
	}
#marsdisclosure p {font: 12px/19px helvetica, arial, sans-serif;}
