html {
	height: 100%;
}
body {
	font: 80% Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; 

	text-align: center; 
	color: #fff;
	height:100%;
}
#logo {
	margin-bottom: 30px;
	padding-top: 30px;
	padding-left: 85px;
}
#container {
	width: 740px; 
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
	position: relative;
}
#mainContent {
	padding: 20px 0px 20px 85px; 
	background-color: #00483a;
	line-height: 1.5em;
}
.leftcontent {
	float: left;
	width: 230px;
	margin-right: 100px;
	text-align: justify;
}
.rightcontent {
	float: left;
	width: 250px;
}
.clear {
	clear: both;
}
.heading {
	font-size: 1.1em;
	font-weight: bold;
}
.highlight {
	color: #faab53;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #faab53;
}
#footer {
	margin-top: 20px;
	color: #333;
	padding-left: 85px;
	font-size: 0.8em;
	padding-bottom: 30px;
}