#header {
	position: fixed;
	clear: both;
	top: 0px;
	width: 100%;
	height: 4.5em;
	border: 1px;
	background-color: #003366;
	color: white;
}

#mainbody {
	position: fixed;
	clear: both;
	margin: 0px;
	top: 4.5em;
	bottom: 3em;
	width: 100%;
	border: 1px;
	padding: 0px;
	right: 0px;
	overflow: auto;
	text-align:left;
}

#footer {
	position: fixed;
	clear: both;
	bottom: 0px;
	width: 100%;
	height: 3em;
	overflow: auto;
	color: white;
	background-color: #003366;
}