@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #999999;
	margin: 0; /* zero margin and padding of body element to account for differing browser defaults */
	padding: 0;
	text-align: left;
	color: #000000;
}
h5 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size : 90%;
	font-weight : bold;
	line-height : 130%;
	background : #FF0000;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.footer {
	color : #999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	line-height : 25px;
	font-weight : bolder;
	text-align : center;
	margin-left : auto;
	margin-right : auto;
}

.time {
	color : #0000FF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 25px;
	font-weight : bolder;
	text-align : center;
	margin-left : auto;
	margin-right : auto;
}

/*Tabbed navigation */
#navsite h5 {
	display: none;
}  	

#navsite ul {
	padding: 3px 0; 
	margin-left: 0; 
	border-bottom: 1px solid #000; 
	font: bold 12px Verdana, sans-serif; 
}

#navsite ul li {
	list-style: none; 
	margin: 0; 
	display: inline; 
}

#navsite ul li a {
	padding: 3px 0.5em; 
	margin-left: 3px; 
	border: 1px solid #000; 
	border-bottom: none; 
	background: #00F; 
	text-decoration: none; 
}

#navsite ul li a:link { 
	color: #FFF;
} 

#navsite ul li a:visited { 
	color: #FFF;
} 

#navsite ul li a:link:hover, #navsite ul li a:visited:hover {
	color: #FFF; 
	background: #F00; 
	border-color: #000; 
}

#navsite ul li a#current {
	color: #F00;
	background: #FFF; 
	border-bottom: 1px #000; 
}
/*End Tabbed Navigagtion*/
div.infobox {
	background-color : #E9E9E9;
	border : 1px solid #3D4F7A;
	border-bottom : 3px solid black;
	border-left : 1px solid black;
	border-right : 3px solid black;
	border-top : 1px solid black;
	margin : 0 28px 0 0;
	padding : 0 20px 20px 20px;
}
