body {
		margin:0px 0px 10px 0px;
		background:#FFFFFF;		
		}
A 	{
	color: #228B22;
	font-family: verdana, arial, sans-serif;
	font-size: 19px;
	text-decoration: none;
	font-weight: normal;
} 
	A:link		{
	color: #32CD32;
	text-decoration: none;
} 
	A:visited	{
	color: #2E8B57;
	text-decoration: none;
} 
	A:active	{
	color: Lime;
} 
	A:hover		{
	color: Lime;
} 

	#banner {
	font-family: verdana, arial, sans-serif;
	color: White;
	font-size: 28px;
	font-weight: normal;
	border-bottom: 12px none Green;
	border-top: 3px solid Gray;
	background: Green;
	padding: 25px;
	text-transform: uppercase;
	letter-spacing: .2em;
	float: none;
	text-align: right;
	background-image: url(logo.gif);
	background-position: left;
	background-repeat: no-repeat;
}

					
	#main {
	float: right;
	width: 75%;
	background: #fff;
	border-right: 1px dotted #999;
	margin-right: 15px;
	padding-bottom: 20px;
	margin-left: 5px;
	margin-top: 5px;
}

	#Menu {
	background: Silver;
	padding-right: 15px;
	float: left;
	font-weight: bold;
	width: 18%;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	color: White;
	font-size: 21px;
	background: Black;
	text-transform: uppercase;
	border: medium solid Green;
	text-align: center;
	margin-top: 0;
	font-weight: bold;
}
		
.feed_link 	{
	color: #008601;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}	

.feed_title 	{
	color: Yellow;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-decoration: none;
	font-weight: bold;
	background: Black;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	border: medium solid Green;
}


.feed_date 	{
	color: Gray;
	font-family: "Times New Roman", Times, serif;
	font-size: 14
	px;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
}
.feed_head 	{
	color: #007501;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 3px;
}
.feed_body 	{
	color: Black;
	font-family: "Times New Roman", Times, serif;
	font-size: 16;
	text-decoration: none;
	border-bottom: thin solid Gray;
	margin-bottom: 10px;
}
