/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #777777;
}

.float {
	float:right;
}
.floattext {
		float:left;
		padding-left: 40px;
	padding-right: 20px;
	padding-top: 20px;
}
.floattitle {
	float:left;
	padding-left: 40px;
}
.bodycopy  {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;

}
.bodycopywhite  {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;

}

.bodycopy a:link, .bodycopy a:active, .bodycopy a:visited {
	color: #D7DF23;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	
}
.bodycopy a:hover{
	color: #D7DF23;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
		font-weight: bold;	
}

.sidenav {
	background: white url("images/logo2.gif");
  	background-repeat: no-repeat;
	font-weight: bold;	
}
.sidenavspacer {
	margin-left: 30px;	
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #093679;
}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #093679;
}
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #A1B2D1;

}
.h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}
.menu, .menu a:link, .menu a:active, .menu a:visited {
	color: #093679;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
.menu a:hover{
	color: #a1b2d1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;

}
.menuover {
	color: #a1b2d1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;

}

<style type="text/css">
<!--
td.rssFeedTitle {
padding: 3px;
border: 1 solid #CCCCCC;
background-color: #E1E1E1;
}
.rssFeedDescription {
font-size: 10;
font-weight: italic;
font-family: arial;
font-style: normal;
color: #000000;
} 
td.rssFeedListings {
font-size: 10;
font-weight: normal;
font-family: arial;
font-style: normal;
padding: 3px;
border-left: 1 solid #CCCCCC;
border-right: 1 solid #CCCCCC;
border-bottom: 1 solid #CCCCCC;
} 
a:link.rssFeedTitleLink {
font-family: Arial;
font-size: 14;
font-weight: bold;
font-style: normal;
text-decoration: underline;
color: #0000CC;
}
a:hover.rssFeedTitleLink {
font-family: Arial;
font-size: 14;
font-weight: bold;
font-style: normal;
text-decoration: underline;
color: #0000CC;
}
a:visited.rssFeedTitleLink {
font-family: Arial;
font-size: 14;
font-weight: bold;
font-style: normal;
color: #0000CC;
text-decoration: underline;
}
a:active.rssFeedTitleLink {
font-family: Arial;
font-size: 14;
font-weight: bold;
font-style: normal;
color: #0000CC;
text-decoration: underline;
}
a:link.rssListingsLink {
font-family: Arial;
font-size: 10;
font-weight: bold;
font-style: normal;
color: #0000CC;
text-decoration: underline;
}
a:hover.rssListingsLink {
font-family: Arial;
font-size: 10;
font-weight: bold;
font-style: normal;
color: #0000CC;
text-decoration: underline;
}
a:visited.rssListingsLink {
font-family: Arial;
font-size: 10;
font-weight: bold;
font-style: normal;
color: #0000CC;
text-decoration: underline;
}
a:active.rssListingsLink {
font-family: Arial;
font-size: 10;
font-weight: bold;
font-style: normal;
color: #0000CC;
text-decoration: underline;
}
-->

/* begin styles for RSS Feed */

.rss_box {
	 margin: 10px 5%;
	 padding: 4px 8px;
	 width: 400px;
	 background-color: #ededed;
	 border: 2px dashed #7485CA;
}

.rss_title, rss_title a {
	font-family: "American Typewriter", "Trebuchet MS", Trebuchet, Lucida, sans-serif;
	font-size: 18px;
	font-weight:bold;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
}

.rss_items {
  
}

.rss_item  {
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  font-weight : bold; 
  margin: 8px 0;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-decoration : none;
	border-bottom: 1px solid #ededed;
	color: #88b;
	}

.rss_item a:hover { 
	text-decoration : none;
	color: #e0861e;
	border-bottom: 1px dotted #e0861e;
	}
	
.rss_date {
	font-size: 11px;
	font-weight : normal;
	color: #F60;
	}
	
</style>
