body {
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 10px;
	background-color: white;
}

A:link {text-decoration: none; color:white;}
A:visited {text-decoration: none; color:white;}
A:active {text-decoration: none; color:white;}
A:hover {text-decoration: underline; color:#B1CA00;}

#header {
	margin-left: 8px;
	padding: 0;
	height: 130px;
	background-color: white;
}
#main {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 370px;
	font-color: white;
	background-color: white;
}
#footer {
	clear: both;
	border: 1px solid white;
	background-color: white;
	font-family: arial;
	font-size: 11px;
	margin-left: 10px;
	margin-top: 5px;
}
#content {
	font-family: arial;
	font-size: 11px;
	color: white;
	margin-left:0px;
}
#content2 {
	font-family: arial;
	font-size: 11px;
	color: black;
	margin-left:0px;
}
#contentheader {
	font-family: arial;
	font-size: 15px;
	color: white;
	margin-left: 0px;
	font-weight: bold;
}