/* CSS Document */

.bNav { 
	width: 730px;
	margin: 10px;
	padding-top: 6px;
	border-top: 1px dotted #333;
	color: #333;
	font-size: 12px; 
	font-weight: normal;
	text-align: right;
}

.foot {
	float: left;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	background: #333;	
}

.footerlinks{
	width: 950px;
	padding-top: 5px;
	padding-bottom: 15px;
	color: #555;
}

.footerlinks a {
	color: white;
	text-decoration: none;
}

.footerlinks a:hover {
	color: silver;
	text-decoration: underline;
}

.footerlinks a:visited {

}

.footer {
	margin: 5px 5px 5px 5px;
	text-align: center;
	font-size: 10px;
	color: silver;
}

.footer a {
	color: #cc6633;
	text-decoration: underline;
}

.footer a:hover {
	color: silver;
	text-decoration: none;
}

.footer a:visited {

}


.footerad{
	float: left;
	width: 100%;
	margin-top: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #cc6633;
	border-top: 3px solid #AE4C1B;
	border-bottom: 3px solid #AE4C1B;
}

.newspage{
	margin: 10px;
	width: 100%;
	background: white;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	overflow: none;
}