body
{

	font: 14px Arial, Helvetica, serif, sans-serif;
	color: #003f77;
	background-color: #003f77;
	min-width:900px;
	margin-left:auto;
	margin-right:auto;
}

.redhead { color:#c91615; }

blockquote { color:maroon; }

#maincontent
{
margin: 0 auto;
width: 900px;
background-color: #faf9e8;
border:thin solid silver;
}

#masthead
{
min-width: 900px;
width:900px;
height: 256px;
background: url(images/mastalt.jpg) no-repeat center bottom;
margin: 0px;
padding-top: 0px;
}

#navbar	{
	float:left;
	background-color:#f62a2d;
	font-size:14px; 
	text-align:center;
	min-width:700px;
	width:890px;
	padding-left:10px;
	line-height:normal;
	margin-bottom: 5px;
	}

#navbar ul
	{
	margin:0;
    	padding:10px 10px 0;
    	list-style:none;
	}

#navbar li 
	{
	float:left;
	background:url("images/norm_right.gif") no-repeat right top;
	margin:0;
	padding:0;
	}

#navbar a 
	{
	display:block;
	background:url("images/norm_left.gif") no-repeat left top;
	padding: 5px 15px 4px;
	text-decoration:none; 
	color:#039; 
	font-weight:900;
	}

#navbar a:hover 
	{
	color:#903; 
	text-decoration:underline;
	}

#navbar #current 
	{
	background-image:url("images/norm_right_on.gif");
	}

#navbar #current a 
	{
	background-image:url("images/norm_left_on.gif");
	padding-bottom:5px;
	}

#daybar	{
	float:left;
	font-size:14px; 
	text-align:center;
	min-width:200px;
	width:890px;
	padding-left:0px;
	line-height:normal;
	margin-bottom: 0px;
	}

#daybar ul
	{
	margin:0;
    	padding:10px 10px 0;
    	list-style:none;
	}

#daybar li 
	{
	float:left;
	background:url("images/norm_rightB.gif") no-repeat right top;
	margin:0;
	padding:0;
	}

#daybar a 
	{
	display:block;
	background:url("images/norm_leftB.gif") no-repeat left top;
	padding: 5px 15px 4px;
	text-decoration:none; 
	color:#039; 
	font-weight:900;
	}

#daybar a:hover 
	{
	color:#903; 
	text-decoration:underline;
	}

#daybar #current 
	{
	background-image:url("images/norm_right_on.gif");
	}

#daybar #current a 
	{
	background-image:url("images/norm_left_onB.gif");
	padding-bottom:5px;
	}

#matter
	{
	width: 680px;
	margin-bottom: 5px;
	padding: 10px;
	min-height:350px;
	}

#matter a:link,
	a:visited {
		color:rgb(51,153,255);
		text-decoration:underline;
		}
		
#matter a:hover,
	a:active {
		color:rgb(204,0,0);
		text-decoration:none;
		}		
	

#sponsorBox
	{
	width:170px;
	background-color:#fff;
	float:right;
	}

#sponsorBox ul {
	margin:0px;
	padding:0px;
	list-style:none;
	border-bottom: 1px solid gray;
	}

#sponsorBox li {
	margin:0px;
	padding:3px 8px 3px 20px;
	border-top: 1px solid gray;
	color#00355f;
	}

#sponsorBox ul#subnav a {
	color:#00355f;
	text-decoration:none;
	display:block;
	padding-left:2px;
	}

#sponsorBox ul#subnav a:hover {
	color:rgb(204,0,0);
	text-decoration:underline;
	}

#sponsorBox a.selected {
	font-weight:bold;
	}

#footer
{
	margin: 0 auto;
	color:#003f77;
	text-align: center;
	clear:both;
	padding: 20px 0 20px 0;
	border-top: thin solid;
}

#footer a
{
text-decoration:none;
border:none;
}

/*
Navigation Bar tabs CSS rules taken from
A List Apart: Articles: Sliding Doors of CSS
http://www.alistapart.com/articles/slidingdoors/
*/
