/* CSS Document */

body{
/* background-color:#cfe8cf; */
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:.9em;
margin:0px;
padding:0px;
}
.col2 {width:760px;background:#FFFFFF url(images/2colbk.gif) repeat-y;}
.col3 {width:760px;background:#FFFFFF url(images/3colbk.gif) repeat-y;}

a {text-decoration:none; color:#000000; font-weight:bold;}		
a:hover{text-decoration:none;color:#339900;}
img {border:0px;padding:0px;margin:0px;} 

p {
	margin-top:10px;
	margin-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	font-weight:normal;
}
ul {
	list-style:disc;
	margin:10px 0 0 20px;
	padding: 0;
	border: none;
	}
li {
	padding: 10px 10px;
	}
	
#masthead {width:760px; background:#669966;text-align:center;border:0px;}
#nav {float:left; width:200px;}
#nav li.current {font-weight:bold; color:#339900;}
#reading {float:left; width:180px;background-color:#d8e3ce;border:#000 1px double;
margin:10px 0px 10px 10px;}
#reading ul{list-style:none;}
#reading a{text-decoration:underline;font-weight:normal;}
#content {float:left; width:280px;background-color:#e8e9ea;}
#content p.hotevent {width:240px;background-color:#d8e3ce;border:#000 1px double;
margin:10px;}

#content ul{list-style:none;}
#content a{text-decoration:underline;font-weight:normal;}
#content-full {float:left;width:553px;background-color:#e8e9ea;
padding-top:20px;padding-bottom:20px;padding-left:7px;}

#sidebar {float:left; width:280px;background-color:#dadcdc;}
#footer {width:760px; clear:both; float:left; background:#669966;}

#footer {
	width:760px;
	background-color:#669966;
	clear:both; 
	border:0px;	
	float:left;
}
#footer a {
		font-weight:bold; 
		}		
#footer a:hover{
		font-weight:bold;
		color:#ffffff;
		}
#footer ul{
	list-style-type:none;
	padding-left:35px;
}
#footer li{
	padding-left:0px;
	padding-right:30px;
	float:left;
}
#footer li.current {font-weight:bold; color:#ffffff;}

#copyright {
	clear:both; 
	float:left;
	width:760px; 
	border:0px;	
	font-size:.7em;	
	text-align:center;
	background-color:#FFFFFF;
	}
#copyright a {
		text-decoration:underline;
		font-size:.7em;
		}		
/* begin styles for RSS Feed */

.rss-box {
	 width: 180px;
	 padding: 4px 4px;
	 background-color: #CF9;
	 border-left: 10px solid #238912;
	 border-top: 1px dotted #238912;
	 border-right: 1px dotted #238912;
	 border-bottom: 1px dotted #238912;
}

.rss-title, .rss-title a:link
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0;
	padding: 0;
	text-align:center;

}

.rss-title a:visited, .rss-title a:active, .rss-title a:hover {
	color: #692;
}

.rss-items {
	list-style:none;
  
}

.rss-item  {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  margin-bottom: .25em
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
	text-decoration : none;
	color: #26590D;
	}

.rss-item a:hover { 
	text-decoration : underline;
	color: #F66025;
	}
	
.rss-date {
	font-size: 10px;
	font-weight : normal;
	color: #333;
	} 
