/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold .8em "Trebuchet MS", Arial, Helvetica, sans-serif;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
/*border: 1px solid #778;*/
color: #2d2b2b;
/*background: white url(shade.gif) top left repeat-x;*/
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
/*background-image: url(shadeactive.gif);*/
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

#newsLinks {
	font-size:0.7em;
	text-align:center;
}

#newsLinks a:link {
	text-decoration: none;
	color: #00F;
	}

#newsLinks a:visited {
	text-decoration: none;
	color: #333333;
	}

#newsLinks a:hover {
	text-decoration: underline;
	color: #333333;
	}

#newsLinks a:active {
	text-decoration: none;
	color: #333333;
	}

#newsLeft {
	background-color:#FDF8E1;
	border:1px solid #ccc;
}

#newsRight {
	width:320px;
	background-color:#FDF8E1;
	border:1px solid #ccc;
}

#News {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #900;
	font-size:0.8em;
	font-weight:bold;
	padding-left:10px;
	margin: 0px;
/*	border-bottom:1px solid #F9E37D;*/
	float:left;
}

#RSS {
	font-size: 0.7em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-right:5px;
	text-align:right;
/*	border-bottom:1px solid #F9E37D;*/
	float:right;
}

#RSS img {border:0px;}

#RSS a:link {
	text-decoration: none;
	}

#RSS a:visited {
	text-decoration: none;
	}

#RSS a:hover {
	text-decoration: underline;
	}

#RSS a:active {
	text-decoration: none;
	}

.Newsdescription {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	text-align:left;
	padding:0;
	color: #333;
}
.Newstitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #900;
	text-decoration: none;
	text-align:left;
}

.Newstitle a:link {
	text-decoration: none;
	color: #900;
	}

.Newstitle a:visited {
	text-decoration: none;
	color: #900;
	}

.Newstitle a:hover {
	text-decoration: underline;
	color: #900;
	}

.Newstitle a:active {
	text-decoration: none;
	color: #900;
	}

.pubDate {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.55em;
	font-weight: normal;
	text-decoration: none;
	padding: 0 0 0 5px;
	color: #999;
	text-align:left;
}

div.snow {
	height: 336px;
	width: 448px;
	overflow: scroll;
	background-color: #fff;
	padding: 0px;
}