body {margin: auto;
	margin-top: 8px;
	margin-bottom: 8px;
	width: 974px;
	height: auto;
	font-family: tahoma, verdana,  sans-serif;}

a {color:blue; text-decoration: none;}
a:hover {text-decoration:underline;}
a:visited {color: blue;}

#pageoutline{background-color: rgb(250,250,250);}

.titlebanner{	}

.navbar{background-color: yellow;
	border: 2px solid #bebebe;
	padding: 2px;
	height:21px;}

.navbar ul{list-style: none;
	text-align: center;}
	
.navbar li{display: inline;
	padding: 15px;
	font-weight: bold;}
	
.infobars {width: 974px;
	height: 25px;
	margin: 0 auto;}

.infobarleft {width: 682px;
	min-height: 23px;
	float: left;
	border-left: 2px solid #bebebe;
	border-bottom: 2px solid #bebebe;}
	
.infobarright {width: 290px;
	height: 23px;
	min-height: 25px;
	background: #bebebe;
	float: right;
	text-align: center;}

.seperator {width: 970px;
	height: 15px;
	background-color:transparent;
	border: 2px solid red;
	margin: 0px;
	padding: 0px;}
	
.addthis {width: 155px;
	height: 19px;
	border: 0px solid blue;
	text-align: right;
	position: relative;
	left: 820px;
	top: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	z-index:1;}
	
.goback{float:right;
	position:relative;
	right:160px;top:5px;
	font-size:95%;}
	
.maincontent1 {	width: 974px;
	height: 200px;
	border: 0px solid red;
	padding-top: 2px;
	padding-bottom: 2px;}

.newsbox {border: 0px solid #bebebe;
	width: 360px;
	height: 186px;
	background-color: transparent;
	padding: 7px;
	float: left;
	position:relative;
	left:2px;}

.feature {float: right;position:relative;right:7px;}

.logos {border: 0px solid green;
	width: 955px;
	height: 40px;
	text-align: center;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;}
.logos ul {list-style: none;}
.logos li {display: inline;
	padding-left:25px;}

.copyright {border: 2px solid #bebebe;
	text-align: center;
	background: #aaeeff;
	font-weight: bold;
	font-size: 90%;
	padding: 5px;}
	
	
/*No standard margin/padding*/
* {
margin: 0;
padding: 0;
}

/*Force scrollbar*/
html{min-height:100.2%;}