@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/terrawebbkg.jpg);
	background-color: #999999;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.main {
	vertical-align: top;
	align: center;
}

.footercell {
	background-color: #003399;
	border-right: solid 2px #003399; 
	border-left: solid 2px #FFF;
	border-top: solid 10px #051A42;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
}

.commercialbox {
	background-color: #CC6600;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 50px;
}

a.propimage:link {
	text-decoration: none;
}

.commercialimage {
	background-color: #3366CC;
	padding: 3px;
}

.commercialtext {
	background-color: #003399;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding: 3px;
}

.headertext {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	align: right;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	float: right;
}

.navbar {
	background-color:#003399;
	height: 33px;
	max-height: 33px;
	border-left: solid 2px #FFF;
}

#feature {
	font-size: 16px;
	
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
}

.contentbox {
	border-left: solid 2px #FFF;
	border-right: solid 2px #003399; 
}


a:link {
	color: #52A3F4;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #52A3F4;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}