@charset "utf-8";
/* CSS Document */

.headerBox {
	position: absolute;
	height: 115px;
	width: 800px;
	left: 0px;
	top: 0px;
	background-color: #2E5D01;
	background-image: url(images/bannerBG.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.headerBoxFooter {
	position: absolute;
	height: 25px;
	width: 800px;
	left: 0px;
	top: 115px;
	background-color: #EDA10F;
}
.leftsideContentBox {
	position: absolute;
	width: 150px;
	left: 0px;
	top: 140px;
	background-color: #000000;
	height: 430px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
.centerContentBox {
	position: absolute;
	height: 430px;
	width: 500px;
	left: 150px;
	top: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	white-space: normal;
	vertical-align: top;
}
.rightsideContentBox {
	position: absolute;
	height: 430px;
	width: 150px;
	left: 650px;
	top: 140px;
	background-color: #F9CE8A;
	background-image: url(images/bg_rSide.jpg);
	background-repeat: repeat-y;
}
.footerBox {
	position: absolute;
	height: 30px;
	width: 800px;
	left: 0px;
	background-color: #2E5D01;
	overflow: auto;
	top: 570px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
