@charset "UTF-8";
#homeWrapper {
	background-color: #9FA621;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}


#homeContent {
	background-color: #DED777;
	background-image: url(../images/global/bottomBar.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 4px;
}
#topWrapper {
	margin: 0px;
	width: 100%;
	height: 350px;
	background-image: url(../images/home/homeWrapBackground.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#header {
	margin: 0px auto;
	width: 800px;
	height: 350px;
	text-align: center;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.cententCell {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
h1.homeheader {
	text-indent: -5000px;
	background-image: url(../images/home/headline.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 59px;
	width: 371px;
}
h2.homeheader {
	text-indent: -5000px;
	background-image: url(../images/home/h2text.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 121px;
	width: 371px;
}

