
body {
	background-color:e6eeff;
	color:black;
}

/*td {
	font-size:large;
}*/

#top {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 2px;
	width: 100%;
	background-color: 5a81d5;
}

#main {
	position: absolute;
	left: 0px;
	top: 50px;
	width: 100%
}

#bottom {
	position: relative;
	left: 0px;
	width: 100%;
	padding: 2px;
}

div.subnav {
	left: 0px;
	width: 100%;
	padding: 2px;
	background-color: white;
	font-size:large;
	color: black;
}

span.bold { font-weight:bold; }
span.italic { font-style:italic; }

a:link { font-weight:bold; color:#ffce00; text-decoration:none }
a:visited { font-weight:bold; color:#ffce00; text-decoration:none }
a:hover { font-weight:bold; color:white; text-decoration:none }
a:active { font-weight:bold; color:#ffce00; text-decoration:underline }


