* {
	margin: 0;
}
a, a:visited {
	color: #0075b7;
	text-decoration: underline;
}
a:hover {
	color: #0075b7;
	text-decoration: none;
}
html, body {
	height: 100%;
}
body  {
	background: #1d4e8b;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin: 0; 
	padding: 0;
}
#container { 
	width: 955px; 
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
	margin-top: 0;
} 
#top { 
	background: url(images/header.gif) left top no-repeat #eff3f9; 
	height: 100%;
	margin-top: 0;
} 
#contact {
	margin: 0 30px 0 770px;
	padding-top: 10px;
	text-align: center;
	font: bold 25px Arial, Helvetica, sans-serif;
}
#menu {
	margin: 15px 62px 0 0;
	height: 41px;
	border-bottom: 1px solid #0075b7;
}
#side {
	float: right;
	margin: 0 20px 0 0;
}
#box {
	width: 270px; 
	background: #0075b7; 
	margin-top: 35px;
	border: 3px solid #0075b7;
	text-align: center;
	color: #FFFFFF;
}
#mainContent { 
	margin: 80px 37% 15% 72px; 
	width: 550px;
} 

#footer { 
	padding: 3% 10px 0 0; 
	background: url(images/footertop.gif) top center no-repeat; 
	text-align: center;
	font-size: 11px;
	height: 100%;
} 

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}