body
{
    text-align: center;
}

body
{
    text-align: -moz-center;
}

html, body, form
{
	font-family: Book Antiqua;
	font-size: small;
	color: #F2F2F2;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #A9A9A9;
}

.menuContainer
{
	padding: 80px 0px 0px 0px;
	font-weight: bold;
	width: 800px;
}
.menuContainer h1
{
	text-align: left;
	color: #555555;
	font-size: x-large;
	margin-bottom: 5px;
}

.contentContainer a:link, .contentContainer a:active, .contentContainer a:visited 
{
	color: #F2F2F2;
}

.contentContainer
{
	border: 10px 10px 10px 10px;
	border-color: #F2F2F2;
	border-style:solid;
	width: 780px;
	height: 500px;
	background-color: #555555;
}
.contentContainer h1
{
	color: #F2F2F2;
}
.contentContainer h2
{
	color: #F2F2F2;
	font-size: large;
	text-decoration: underline;
}
.contentContainer h3
{
	color: #F2F2F2;
	font-size: small;
	font-weight: normal;
}
.contentContainer h4
{
	color: #F2F2F2;
	font-size: large;
	margin: 0 0 0 0;
}
.contentContainer h5
{
	color: #F2F2F2;
	font-size: small;
	font-weight: normal;
	margin: 0 0 0 0;
}
.contentContainer h6
{
	color: #F2F2F2;
	font-size: small;
	font-weight: normal;
	margin: 1 0 1 0;
}

.footerContainer
{
	font-weight: bold;
	width: 800px
}
.footerLink
{
    font-size:larger;
	text-align: right;
	margin-top: 2px;
}
.footerContainer a:link, .footerContainer a:active, .footerContainer a:visited, 
.menuContainer a:link, .menuContainer a:active, .menuContainer a:visited
{
	color: #F2F2F2;
	text-decoration: none;
}
.footerContainer a:hover,
.menuContainer a:hover
{
	color: #F2F2F2;
	text-decoration: underline;
}
.footerBar
{
	width: 800px;
	height: 10px;
	background-color: #555555;
}

.contentLeft
{
	float: left;
	text-align: left;
	margin: 20px 20px 20px 20px;
}
.imageRight
{
	float: right;
}
.contentRight
{
	float: right;
	text-align: left;
	margin: 20px 20px 20px 20px;
}
.imageLeft
{
	float: left;
}
