.topContainer
{
	text-align: center;
}
.topContainer .topButtonContainer .topButton
{
	width: 200px;
	height: 49px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0em;
}
.leftContainer
{
	float: left;
	width: 220px;
}
.leftContainer .leftImageContainer
{
	float: left;	
}
.leftContainer .leftButtonContainer
{
	float: left;
}
.leftContainer .leftButtonContainer .leftButton
{
	width: 49px;
	height: 200px;
	margin-top: 100px;
	margin-bottom: auto;
	background-image: url('../images/greenbuttonleftwtext.jpg');
	background-repeat: no-repeat;
}
.middleContainer
{
	background-image: url('../images/middlebackground.jpg');
	background-repeat: no-repeat;
	float: left;
	width: 450px;
	height: 350px;
	margin-top: 1.5em;
}
.middleBuffer
{
	margin-top: .5em;
	margin-right: .5em;
	margin-left: .5em;
}
.rightContainer
{
	float: right;
	width: 220px;
}
.rightContainer .rightImageContainer
{
	float: right;
}
.rightContainer .rightButtonContainer
{
	float: right;
}
.rightContainer .rightButtonContainer .rightButton
{
	width: 49px;
	height: 200px;
	margin-top: 100px;
	margin-bottom: auto;
	
}
.bottomContainer
{
	clear: both;
	text-align: center;
}
.bottomContainer .buffer
{
	margin: 0 0 0em 0;
}
.bottomContainer .bottomButtonContainer .bottomButton
{
	position: relative;
	top: 2px;
	width: 200px;
	height: 49px;
	margin-left: auto;
	margin-right: auto;
}
.bottomContainer .bottomButtonContainer .bottomButton .bottomButtonText
{
	padding-top: .6em;
}


.mainPage
{
	margin: 6.8em 1em 0em 1em;
	padding: .5em;
	font-size: smaller;
}
.mainPage a:link, .mainPage a:visited
{
	color: #856363;
	text-decoration: underline;
}
.mainPage a:hover
{
	color: #EEEEEE;
	background-color: #856363;
}
h1
{
	display: inline;
	color: #856363;
	margin-left: .4em;
}
h1 span
{
	font-size: 150%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #856363;
}
p
{
	color: Gray;
}