﻿body 
{
	margin: 0 auto;
	background-color: #ffffff;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 1em;
}

a, a:link, a:visited
{
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active
{
	text-decoration: underline;
}

a img, a:link img, a:visited img 
{
	border-width: 0px;
}

#Menu a:hover, #Menu a:active
{
	color: #ffffff;
	text-decoration: underline;
}

#Wrapper
{
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

#Front
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 330px;
	margin-top: -200px;
	margin-left: -400px;
}

#MainContentFront
{
	width: 100%;
	min-height: 200px;
	background-color: #eee;
	border: solid 2px #333333;
	padding: 5px;
	font-size: 1.4em;
}

.container
{
	padding: 5px;
	background-color: #ffffff;
	border: solid 1px #cccccc;
}

.right
{
	float: right;
}

h1
{
	color: #333333;
	font-size: 1.4em;
	text-align: center;
	text-decoration: underline;
}

h2
{
	color: #333333;
	font-size: 1.2em;
}


#Header
{
	padding: 5px 0px;
	height: 132px;
}

#Menu
{
	height: 22px;
	padding: 5px 5px 0px 5px;
	width: 100%;
	margin: 0;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background-color: #333333;
	border-left: solid 2px #333333;
	border-right: solid 2px #333333;
}

.menuItem
{
	padding: 5px;
	width: 100px;
	float: left;
	text-align: center;
}

#MainContent
{
	width: 100%;
	min-height: 500px;
	background-color: #ffffff;
	border: solid 2px #333333;
	padding: 5px;
}

#Footer
{
	clear: both;
	position: relative;
	height: 15px;
	padding-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 0.8em;
}