html, body { margin: 0; padding: 0; }
body { background: url(../images/background.gif) bottom repeat-x fixed #4E7E34; font-family: Verdana, Helvetica, sans-serif; font-size: 1em; color: #000; }
a:link, a:visited { color: #00aa00; text-decoration: none; font-weight: bold }
a:hover, a:active {	text-decoration: underline overline; color: chartreuse; font-weight: bold }
#header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 130px;
	font-weight: bold; 
	font-size: 15px;	
}
#container {
	margin-top: 180px;
}
#left {
	width: 190px;
	float: left;
}
#right {
	width: 190px;
	float: right;
}
#center {
	margin: 0 210px;
}
.title {
	height: 20px;
	padding: 5px 0;
	text-align: center;
	color: #FFF;
	font-weight: bold; 
	font-size: 14px;
}
.box {
	margin-bottom: 20px;
	background: url(../images/title_bg.gif) repeat-x #fff;
	border: #000 1px solid;
	border-top: none;
	font-size: 13px;
                 
}
.box2 {
	margin-bottom: 20px;
	background: url(../images/title_bg.gif) repeat-x #fff;
	border: #000 1px solid;
	border-top: none;
}

.box2 A:link {text-decoration: underline; color:black; font-size:9px;}
.box2 A:visited {text-decoration: none; color:black; font-size:9px;}}
.box2 A:active {text-decoration: none}
.box2 A:hover {text-decoration: underline; color: green;}

.text {
	padding: 0 10px;
	font-size: 13px;
}
.links {
	padding: 0;    
                  font-weight: bold;              
}
.maintext {
	padding: 10px 30px;
	font-size: 13px;
}
.maintext A:link {text-decoration: underline; color:forestgreen; font-size:13px;}
.maintext A:visited {text-decoration: underline; color:forestgreen; font-size:13px;}
.maintext A:active {text-decoration: underline; color:chartreuse; font-size:13px;}
.maintext A:hover {text-decoration: underline; color:chartreuse; font-size:13px;}
#footer {
	text-align: center;
	font-size: 0.9em;
	color: #FFF;
	margin: 0 200px;
}
#nav {
	margin-top: 130px;
	height: 20px;
	padding: 5px 0;
	text-align: center;
	border-top: #000 1px solid;
	background: url(../images/nav_bg.gif) repeat-x bottom #070;
}


#nav a:link, #nav a:visited {
	color: #DDD;
	text-decoration: none;
}
#nav a:hover, #nav a:active  {
	text-decoration: underline overline;
	color: #fff;
}



.links a:link, .links a:visited {
    color: #000; 
    text-decoration: none;
    font-weight: normal;
}
.links  a {
    display: block;
    background: #FFF;
    text-align:center; 
	margin: 0;
	padding: 0;
}
.links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: .9em;
	text-align:center;
}
.links li {
    margin: 0;
    text-align:center;

}
.links a:hover, .links a:active {
    color: white;
    background: yellowgreen;
    font-weight: bold;
 			
}

#Login .field {
	width: 90%;
	margin: 0 auto;
	display: block;
	text-align: left;
}
#Login {
	text-align: center;
}
#featured {
	display: block;
	margin: 0 auto;
}

.newsdate {
	font-size: 11px;
	text-decoration: underline;
	color: #007700;
}
.center {
	text-align: center;
}