* html, body {
	height:100%;
	width: 100%;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75.2%;
}

.MainContainer {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	clear: both;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #87C24B;
}

.HeaderPanel {
	background:#FFFFFF;
}
.HeaderPanel img{
padding: 15px 0px 0px 15px;
}

.BannerPanel {
	background:#FFFFFF;
	width: 100%;
	overflow: hidden;
	padding: 40px 0px 10px 0px;
}

.BannerPanel #imageList {
	height: 90px;
	clear:both;
	white-space: nowrap;
}


.BodyPanel {


}
.BodyPanel #enterButton {
	margin: 120px auto 100px auto;
	text-align:center;
	clear:both;
}


.BodyPanel #enterButton a {
	display:inline;
	text-decoration:none;
	vertical-align:bottom;
	padding: 5px;
	font-weight: bolder;
	color: #000000;
}

.BodyPanel #enterButton a:hover {
	color: #FFFFFF;
	background-color: #666666;
}

.Footer {
	width: 100%;
	font-size: 100%;
	clear:both;
	text-align:center;
	margin: 50px 0px 0px 0px;
	color: #666666;
	line-height: 150%;
}

.Footer #footerEmail {
	font-weight: bold;
}
