
body { background-color: black; text-align: center; }

div.container { 
	background-color: white;
	border: 5px solid #7BBDFA;
	position: relative;
	width: 724px;
	height: 60%;
	margin: 0px auto;
	z-index: 1;
padding-top: 150px;
padding-left: 40px;
padding-right: 40px;
padding-bottom: 40px;
text-align: left;
	}

A:link { color: black; text-decoration: underline; }
A:visited { color: black; text-decoration: underline; }
A:active { color: black; text-decoration: underline; }
A:hover { color: blue; text-decoration: underline; }


div.titlebox { position: absolute; top: 0px; left: 0px; height: 79px; width: 700px; background-color: black; }

img.title { position: relative; top: 2%; }

div.menubox { position: absolute; top: 83px; left: 0px; height: 40px; width: 715px; background-color: #7BBDFA; text-align: center; padding-top: 14px; overflow: hidden; }


ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
font: normal normal bold 12px verdana;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 2px 10px; margin-right: 20px; }

#navlist a:link, #navlist a:visited
{
color: #000;
background-color: #7BBDFA;
text-decoration: none;
}

#navlist a:hover
{
color: #000;
text-decoration: underline;

}



span.content { font: normal normal normal 12px verdana; line-height: 20px; text-align: left; }

.copyright { font: normal normal normal 9px Verdana; position: absolute; bottom: 6px; left: 8px; }

.credit { font: normal normal normal 9px Verdana; position: absolute; bottom: 6px; right: 8px; }

table { border: none; font: normal normal normal 12px verdana; text-align: }

img.logos { margin: 8px; margin-right: 25px; }