html{
	height: 100%;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	background: #FFFFFF;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
height: 100%;
}

#topbanner {
background-color: #25567B;
height: 30px;
width: 100%;
overflow: auto;

}



header, article, footer{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-radius: .6em;
	background: #ffffff;
}

#banner {
	float: left;
	width: 960px;
	text-align: left;
	display: block;
	height: 150px;
	width: 100%;
	background-color: #66A3D2;
}

.menu {
float: left;
margin: 10px;
text-align: center;
border-radius: 100px;
border-style: block;
font-size: 20px;
}

.section {
	padding-top: 50px;
	padding-left: 300px;
	float: left;
}

#content {
	margin-left: 200px;
	width: 800px;
	font-size: 18px;	
	float:left;
position: relative; min-height: 36.1em;
}

* html #content { height: 100%;}

#footer {
	height: 30px;
	clear: both;
	display: block;
background-color: #04376C;
position: relative;
text-align: center;
font-size: 20px;
}

a:visited{
color: blue;
}