BODY
{
	font-family: Arial;
	font-size: 14px;
	line-height: 18px;
	color: #231f20;
	margin: 0px;
}

A
{
	color: #ec5c2f;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.header 
{
	height: 436px;
	width: 100%;
}

.logo
{
	width: 100%;
	height: 109px;
}

.menu
{
	height: 34px;
	background-color: #e06825;
}

.mainheader
{
	height: 294px;
	width: 100%;
	padding-top: 7px;
}

.newsheader
{
	width: 261px; 
	height: 34px; 
	background-color: #e06825; 
	text-align: center;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	line-height: 34px;
	margin-bottom: 10px;
}

.footer
{
	padding-top: 20px;
	padding-bottom: 5px;
	width: 100%;
	text-align: center;
	font-size: 11px;
	color: #231f20;
	font-weight: bold;
	line-height: 18px;
}