/* Template 100 */
body {
	background: #8FC24B url(../images/page-bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
}		
#wrapper {
	text-align: center;
}
div div {
	text-align: left;
}

#shadow {
	margin: 0 auto;
	width: 824px;
}
#page {
	width: 824px;
	background: #fff;
	margin-top: 25px;
	margin-bottom: 20px;
}
#above_content {
	z-index: 1;
	position: absolute;
	top: 25px;
	width: 824px;
	float: left;
}
#header {
	clear: both;
	width: 824px;
	height: 101px;
	background: #ffffff url(../images/header-bg.jpg) repeat-x;
}
#flash {
	clear: both;
	width: 824px;
}

/* Replaces Flash in Secondary Pages */
#divider-bar {
	clear: both;
	width: 824px;
	margin-top: 3px;
	height: 4px;
	background-color: #FFC74F;
	font-size: 0px;
}
#content {
	clear: both;
	padding-top: 378px;
	width: 824px;
	background-color: #ffffff;
}

#content-background {
	background: #ffffff url(../images/content-bg.gif) repeat-x;
	min-height: 230px;
	width: 824px;
}

#footer {
	clear: both;
	width: 824px;
	background: #6F9844 url(../images/footer-bg.gif) repeat-x;
	height: 89px;
}


/* Style */
body {
  font-size: 13px;
}

#footer {
  font-size: 10px;
}

a.footer {color: #374E45;}
.footer a:link{color: #374E45; text-decoration: none;}
.footer a:visited{color: #374E45; text-decoration: none;}
.footer a:active{color: #374E45; text-decoration: none;}
.footer a:hover {color: #000 !important; text-decoration: none;}

@media print {
#menu {
	display: none;
}
#footer {
	display: none;
}
}