html, body {
	margin: 0;
	text-align: center;
	background-color: #4b8b3d;
	background-image: url(../images/bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	color: #000;
	font: 93% arial,tahoma,verdana,sans-serif;
}
h1 {
	margin: 0;
}
#container {
	width: 975px;
	margin: 0 auto;
}
#header {
	height: 290px;
	width: 975px;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
#leftcol {
	float: left;
	width: 224px;
	padding: 0px;
	
}
#leftcol p {
	color: #000;
	margin: 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
}
#navhr {
	margin: 0 0 16px 0;
	width: 224px;
	height: 1px;
	border-bottom: 1px solid #000;
} 

#navbottom {
	width:224px;
	height: 40px;
}
#main {
	margin: 0px;
}
#centercol {
	position: relative;
	margin: 0 225px 0 225px;
	padding: 0px 35px;
	text-align: left;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
#centercol p, h1, h2, h3 {
	margin: 0 0px 10px;
	color: #000;
}
#info {
	margin: 0 50px 10px;
	color: Gray;
	font: 85% arial,tahoma,verdana,sans-serif;
}

#contenthr {
	margin: 10px 0;
	height: 16px;
	border: none;
} 

#centerbottom {
	margin: -10px 225px 0 225px;
	height: 40px;
}
#rightcol {
	float: right;
	width: 224px;
	padding: 0px;
}
#footer {
	text-align: center;
	padding: 0 200px;
	margin-top: 10px;
	font: 75% arial,tahoma,verdana,sans-serif;
}
#footerbr { clear: both; }
a {
	text-decoration: none;
	cursor: pointer;
	color: #c7f;
	font-weight: bold;
}
a:link, a:visited, a:active    
{
	text-decoration: none;
	cursor: pointer;
	color: #15733a;
	font-weight: bold;
}

a:hover 
{
	text-decoration: underline;
	cursor: pointer;
	color: #58aa47;
	font-weight: bold;
}
.storyImage {
	margin: 0 15px 10px 0px;
	position: relative;
	border: 1px solid #4b8b3d;
	float: left;
	padding: 5px;
}
.storyImage img {
	border: 1px solid #000;
}
.storyImageright {
	margin: 0 0px 10px 15px;
	position: relative;
	border: 1px solid #4b8b3d;
	float: right;
	padding: 5px;
}
.storyImageright img {
	border: 1px solid #000;
}
.caption {
	margin-top: 2px;
	font-size: 80%;
}
.container { width:440px; height:432px; overflow:hidden; position:relative; cursor:pointer; }
.slides { position:absolute; top:0; left:0; }
.slides > div { position:absolute; top:0; width:440px; display:none; }
#loopedSlider,#newsSlider { margin:0 auto; width:440px; position:relative; clear:both; }
ul.pagination { list-style:none; padding:0; margin:0; }
ul.pagination li  { float:left; }
ul.pagination li a { padding:2px 4px; }
ul.pagination li.active a { background:#4b8b3d; color:white; }
