﻿html, body, form
{
	margin:0px;
	padding:0px;
	height:100%;
	background-color:#f0f8ff;
}

form
{
	text-align:center;
}

a:Link, a:Visited
{
	color:inherit;
}

#thepage
{
	display:inline-block;
	margin:10px auto;
	width:995px;
	text-align:left;
	background-color:White;
	border:solid 1px #002868;
	color:#000080;
}

#theheader
{
	width:100%;
}

#thebanner
{
	width:100%;
	display:inline-block;
}

#logos
{
	float:left;
}

.logo
{
	padding:5px 20px;
	width:100px;
	height:100px;
}

#sitename
{
	display:inline-block;
	width:800px;
	float:left;
	font-size:32pt;
	font-weight:bold;
	text-align:center;
	padding-top:30px;
}

#themenuarea
{
	clear:both;
	width:100%;
	height:30px;
	background-color:#002868;
}

.menubutton
{
	display:inline-block;
	color:White;
	text-decoration:none;
	padding:5px 10px 5px 10px;
	font-size:large;
	border-right:solid 1px white;
}

.menubutton:link, .menubutton:visited
{
	color:White;
}

.menubutton:hover
{
	color:Yellow;
}

#thecontent
{
	padding:5px;
	min-height:400px;
}

#thefooter
{
	background-color:#002868;
	color:White;
	font-size:small;
	padding:5px 10px 5px 10px;
	height:15px;
}

#copyright
{
	float:left;
	padding:0px 10px;
	width:300px;
}

#terms
{
	float:left;
	padding:0px 10px;
	text-align:center;
	width:300px;
}

#terms a:Link, #abc a:Visited
{
	color:White;
}

#terms a:hover
{
	color:Yellow;
}


#abc
{
	float:left;
	padding:0px 10px;
	text-align:right;
	width:300px;
}

#abc a:Link, #abc a:Visited
{
	color:White;
}

#abc a:hover
{
	color:Yellow;
}

.clearspace
{
	clear:both;
}