@charset "utf-8";
/* CSS Document */

body{
	font-size:1em;
	font-family: Arial, Helvetica, sans-serif;
}

a { 
	color:#2d6986;
	text-decoration:none;
}
a:hover { 
	color:#424440;
	text-decoration:underline;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size:1.5em;
	color:#424440;
	text-transform:uppercase;
	font-weight:normal;
	margin-top:5px;
}

h2{ margin:0;}

.sidebarTitle{
	font-weight:bold;
	font-size:1.3em;
	text-transform:uppercase;
}
.sidebarTitleStart {
	color: #2d6986;
}
.sidebarTitleEnd {
	color: #85b8d0;
}

.dropShadowBox{
	color: #2d6986;
	text-transform:uppercase;
	font-size:.7em;
}

.sidenav{
	color: #2d6986;
	font-size:.8em;
}

.sidenav a { margin:10px 0px; }
.rssDate{
	color: #85b8d0;
}

.moreDiv{
	color: #85b8d0;
	font-style:italic;	
}

.morelink{
	color: #85b8d0;
	text-decoration:none;
	text-transform:lowercase;
}
.footerSection { font-size: .7em; line-height: 20px; }
.footerSection a { color:#ffffff; text-decoration:none; }
.footerSection a:hover { text-decoration:underline; }
.footerSection a.titleLink { text-transform:uppercase; }

hr { border:0; width: 99%; height:1px; background-color:#85b8d0; }
.quote{ font-style:italic; color: #2d6986; }
.quote.credit{ font-style:normal; }