body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #01FFFF;
	margin: 0px;
}
a {
	font-weight: bold;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h1 {
	margin: 0px;
}
h2 {
	margin: 0px;
}
h3 {
	margin: 0px;
}
h4 {
	margin: 0px;
}
h5 {
	margin: 0px;
}
#container {
	background-image: url(../images/bodybackgrnd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 120px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#container #header {
	color: #000066;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	padding-bottom: 10px;
	text-align: center;
}
#container #mainbody {
	font-size: 12px;
	text-align: center;
}
#container #footer {
	font-size: 9px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #666666;
	clear: both;
	text-align: center;
}
