@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: Arial;
	font-size: 12px;
}
body {
	background-image: url(images/background_slice.jpg);
	background-repeat: repeat-x;
	color:#545454;
}
#mainArea {
	width:845px;
	margin:0px auto;
}
a:link {
	color:#70ab00;
	text-decoration:underline;
}
a:visited {
	color:#70ab00;
	text-decoration:underline;
}
a:active {
	color:#70ab00;
	text-decoration:underline;
}
a:hover {
	color:#70ab00;
	text-decoration:none;
}
#navArea {
	width:845px;
	height:28px;
	background-image:url(images/topNav_bkg.jpg);
	background-repeat:no-repeat;
	line-height:28px;
	text-align:center;
	font:Arial;
	font-weight:bold;
	font-size:11px;
	color:#FFFFFF;
}
.navSeperator {
	padding-left:25px;
	padding-right:25px;
}

.navSeperator a:link{
	color:#ffffff;
	text-decoration:none;
}
.navSeperator a:visited{
	color:#ffffff;
	text-decoration:none;
}
.navSeperator a:hover{
	color:#92c83c;
	text-decoration:none;
}
.navSeperator a:active{
	color:#ffffff;
	text-decoration:none;
}
#leftBar {
	width:227px;
	float:left;
}
#rightBar {
	width:618px;
	float:right;
}
#rightBarInner {
	padding-left:10px;
	padding-top:20px;
	padding-right:10px;
}
#newsArea {
	background-image:url(images/upcomingBkg.jpg);
	background-repeat:repeat-y;
	padding:0px;
	margin:0px;
}
#newsInner {
	padding-left:16px;
	padding-right:16px;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
}

#newsInner p {
	padding:0px;
	margin:0px;
}
.newsHeader {
	font-size:11px;
	font-weight:bold;
	color:#70ab00;
}
.newsDate {
	font-size:11px;
	color:#5c5c5c;
}
.newsText {
	font-size:11px;
	color:#000000;
}
.newsText a:link {
	font-size:11px;
	color:#70ab00;
	text-decoration:underline;
}
.newsText a:visited {
	font-size:11px;
	color:#70ab00;
	text-decoration:underline;
}
.newsText a:hover {
	font-size:11px;
	color:#70ab00;
	text-decoration:none;
}
.mainHeader {
	font-size:16px;
	font-weight:bold;
	color:#545454;
	padding:0px;
	margin:0px;
}
#footer {
	background-image:url(images/footer.jpg);
	width:845px;
	background-repeat:no-repeat;
	height:81px;
	clear:both;
}
#footerSeperator {
	height:12px;
	clear:both;
}
#footerLeft {
	width:227px;
	float:left;
	padding-left:27px;
	padding-top:13px;
	font-size:10px;
	color:#ffffff;
}
#footerLeft p {
	padding:0px;
	margin-top:2px;
	margin-bottom:4px;
}
#footerRight {
	width:227px;
	float:right;
	line-height:81px;
	color:#a5c83c;
	font-size:10px;
	font-weight:bold;
}
#footerRight a:link {
	color:#a5c83c;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
#footerRight a:visited {
	color:#a5c83c;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
#footerRight a:active {
	color:#a5c83c;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
#footerRight a:hover {
	color:#a5c83c;
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
}