/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	background: url('bg.jpg') center top repeat-x #9ebd76; 
	font-family: verdana, san-serif; 
	font-size: 8pt; 
	color: #000;
	text-align: left;
}

td {font-size: 8pt; text-align: left;}
p {margin: 0px; padding: 0px; text-align: left;}
h1 {margin: 0px; padding: 0px; font-size: 9pt; font-weight: bold;}


/* ----- typography/positioning ----- */
.content {padding: 0px 23px 0px 23px;}
.welcome {padding: 0px 0px 0px 4px;}
.news {padding: 0px 24px 0px 26px; font-style: italic;}
.featured {padding: 0px 27px 0px 22px;}

.footer, .copyright {color: #d7e7bf; text-align: center; font-size: 7pt;}


/* ----- links ----- */
a:link {text-decoration: underline; font-weight: bold; color: #454812;}
a:visited {text-decoration: underline; font-weight: bold; color: #454812;}
a:hover {text-decoration: underline; font-weight: bold; color: #454812;}
a:active {text-decoration: underline; font-weight: bold; color: #454812;}

.footer a:link, .copyright a:link {text-decoration: none; color: #d7e7bf;}
.footer a:visited, .copyright a:visited {text-decoration: none; color: #d7e7bf;}
.footer a:hover, .copyright a:hover {text-decoration: underline; color: #d7e7bf;}
.footer a:active, .copyright a:active {text-decoration: none; color: #d7e7bf;}


/* ----- backgrounds ----- */
.foot {background: url('bot_02.jpg') left top no-repeat;}
.green {background: url('green.jpg') left top repeat-y;}
.bgcont {background: url('bgcont.jpg') left top no-repeat;}
.bgsub {background: url('bgsub.jpg') left top no-repeat;}

.bgfeatured {background: url('bgfeatured.jpg') left top no-repeat;}
.bgnews {background: url('bgnews.jpg') left top no-repeat;}
.bgfeatured-y {background: url('bgfeatured-y.jpg') left top repeat-y;}
.bgnews-y {background: url('bgnews-y.jpg') left top repeat-y;}


/* ----- other stuff ----- */
.img {padding: 3px; border: 1px solid #6e7f55;}
#fader {height: 294px; width: 760px; overflow: hidden;}
ol {margin: 5px 0px 5px 25px; padding:0px;}
ul li {
	margin-left: -10px; 
	list-style-image: url('bullet.gif');
}