body{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		margin: 0;
		background: #011e40;
}

#container
{
	margin: 0;
	background: #011e40;
}

#left
{
	float: left;
	width: 75%;
}
#right {
	float: right;
	width: 23%;
	border;
	border: 1px groove White;
}

#map
{
text-align: center;
}
#header
{
	background: #011e40;
	padding: 0 0px 10px 0;
	text-align: center;
}

#header h1 { margin: 0; }

#navigation
{
	width: 100%;
	background: #011e40;
	text-align: center;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
	text-align: center;
}

#navigation li a
{
float: left;
	display: block;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
	text-align: center;
}

#navigation li a:hover { background: #af7f56; }

#content
{
	clear: left;
	padding: 20px;
	color: #fff;
	text-align: center;
}

#content h2
{
	font-size: 160%;
	margin: 0 0 .5em;
}

#footer
{
	background: #011e40;
	text-align: right;
	padding: 20px;
	height: 1%;
	color: #fff;

}

#footer a
{
	color: white;
	text-decoration: none;
}
#footer a:hover
{
	color: white;
	text-decoration: underline;
}

table {
	color: white;
}
.subText02{
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: smaller;
}

#register{
	color: white;
	border: 1px solid White;
	width: 300px;
	float: right;
}

.registerText{
font-size: smaller;
color: white;
}
