@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #58c0ee;
}
body,td,th {
	color: #D4D0C8;
}
.textBody {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0b3472;
	font-size: 12pt;
	line-height: 18pt;
}
.textNavSub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
}
a:link {
	text-decoration: underline;
	color: #000099;
}
a:visited {
	text-decoration: underline;
	color: #000099;
}
a:hover {
	text-decoration: none;
	color: #00CCFF;
	background-color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #000000;
}

#backgroundDiv {
	position:absolute;
	width:990px;
	height:700px;
	z-index:1;
	top: 0px;
	background-color: #000000;
	left: 0px;
}
#navDiv {
	position:absolute;
	width:990px;
	height:700px;
	z-index:4;
	left: 0px;
	top: 0px;
}
#contentDiv {
	position:absolute;
	width:990px;
	height:700px;
	z-index:3;
	top: 0px;
	left: 0px;
}
