* {
	margin: 0;
	padding: 0;
}

body {

	background-color:#663300;
	line-height: 13pt;
	scrollbar-arrow-color:#212121;
	scrollbar-face-color:white;
	scrollbar-highlight-color:#993333; 
	scrollbar-3dlight-color:#ffffff;
	scrollbar-track-color:white;
	scrollbar-shadow-color:#993333; 
	scrollbar-darkshadow-color:white;

}


#container {
	width: 700px;
	background-color: #FFFFFF;
	margin-left:60px;
	margin-top:0px;
}

#title {
	background: #000000 url(img/title.jpg) no-repeat;
	height:100;
}

#menu {
	width: 100px;
	float: left;
	margin-left:10px;
	margin-top:30px;
	margin-bottom:30px;
}

#main{
	width: 500px;
	color:#666666;
	text-align:left;
	font-size: 10pt;
	margin-bottom:27px;
	margin-right:10px; 
	margin-top:30px; 
	float: right;
}
#info {
	border:10px none #663300;
	border-width:thin; 
	border-style: dotted;
	
	padding: 10 10 10 10;
}
.rsslogo{
	float:right
}
.infotitle {
	margin-top:10px;
	background-color:#663300;
	color:#eeeeee;
	text-align:left;
	font-size: 12pt;
	padding: 5 5 5 5;
	font-weight: bold;

}
.moreinfo {
	margin-top:8px;
	text-align:right;
	font-size: 8pt;
}
#footer {
	width: 700px;
	clear: both;
	text-align:center;
	background-color: #0f0f0f;
	color:#ffffff;
	font-weight: bold;
}

#topbanner{
	width: 120px;
	border:10px none #663300;
	border-width:thin; 
	border-style: dotted;
	background-color:#FFd4a9;

}

#topbanner .title{
	background-color:#663300;
	color:#eeeeee;
	text-align:center;
	font-size: 12pt;
	font-weight: bold;
}
#topbanner .text{
	color:#eeeeee;
	text-align:left;
	font-size: 8pt;
	padding: 8 10 8 15;

}

/* begin styles for RSS Feed */

.rss_box {
	 margin: 3px 2%;
	 padding: 0px;
	 width: 452px;
	 background-color: #fff;
}

.rss_title, rss_title a {
	font-size: 12px;
	font-weight:bold;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
}

.rss_items {
	margin: 3px;
	padding: 0px;
}

.rss_item  {
	padding-right: 0px;
	padding-left: 0px;
	font-weight : normal; 
	font-size: 10px;
	padding-bottom: 2px;
	color: #666;
	word-break: break-all;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	font-weight: bold;
	font-size: 12px;
	color: #660000;
	text-decoration : none;
}

.rss_item a:hover { 
	font-weight: bold;
	font-size: 12px;
	text-decoration : underline;
	color: #333;
}

.rss_date {
	font-size: 10px;
	font-weight : normal;
	color: #999;
}