body
{
    text-align: center;
}

body
{
    text-align: -moz-center;
}

html, body, form
{
	font-family: Corbel;
	font-size: small;
	color: #419141;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #6B6B6B;
}

.menuContainer
{
	padding: 40px 0px 0px 0px;
}

.contentContainer a:link
{
	color: #BCBCBC;
}

.contentContainer a:active, .contentContainer a:visited 
{
	color: #898989;
}

.contentContainer
{
	border-width: 2px 10px 10px 10px;
	border-color: #555555;
	border-style:solid;
	width: 780px;
	height: 520px;
	background-color: #555555;
}
.contentContainer span
{
	color: White;
	font-weight: bold;
}
.contentContainer p
{
	color: White;
}
.contentContainer h1
{
	color: White;
}
.contentContainer h2
{
	color: White;
	font-size: large;
}
.contentContainer h3
{
	font-size: small;
}
.footerContainer
{
	font-weight: bold;
	width: 800px
}
.footerLink
{
	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: #419141;
	text-decoration: none;
}
.footerContainer a:hover,
.menuContainer a:hover
{
	color: #419141;
	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;
}
