/* CSS Document */

a:link {color: #015001; text-decoration: none; }
a:active {color: #000000; text-decoration: no-underline; }
a:visited {color: #676767; text-decoration: none; }
a:hover {color: #000000; text-decoration: underline; }


body{
	font:75%/140% Georgia, Arial, Helvetica, sans-serif;
	background:#F1EFE2;
	margin:0 auto;
	text-align:center;
}


/* div tags */

#wrap{
width:788px;
height:1650px;
margin:0 auto;
text-align:left;
background-color:#FFFFFF;
}

#header{
background-image:url('images/logo_main1.jpg');
background-repeat: no-repeat;
height:200px;
}

#topnav{
margin: 20px 35px;
color:#FFFFFF;
text-decoration: no-underline;
}


#maintext{
width:512px;
margin-top:0px; 
margin-left: 35px;
padding:5px;
}

#rssfeed{
width:512px;
margin-top:0px; 
margin-left: 35px;
padding:5px;
}

#footer{
font-size:11px;
color:#217621;
margin-top:0px; 
margin-left: 35px;
padding:5px;
}


/*for rss*/


.cnnclass{
width: 400px;
padding: 0px;
background-color: #F3F3F3;
border: 1px solid black;
margin-bottom: 1em;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
-moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
}

.cnnclass a{
text-decoration: none;
}

.rsstitle{ /*shared class for all title elements in an RSS feed*/
font-weight: bold;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
color: gray;
font-size: 85%;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
}