body{
	margin:0;
	background-color:#ffbe72;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:16px;
}
.centertable {
	margin: 0 auto 0 auto;
	
}
.content{
	background-color:white;
}
.footer{
	width:781px;
	height:41px;
	background-image:url(images/footer.jpg);
}
.leftcolumn{
	float:left;
	margin: 0 0 0 10px;	
	width:243px;
}
.leftcolumn2{
	float:left;
	margin:0 0 0 10px;
	width:486px;
}
.middlecolumn{
	float:left;
	width:243px;
	margin:0 0 0 13px;
}
.rightcolumn{
	margin: 0 0 0 525px;
	width:243px;
}
.leftheader{
	width:243px;
	height:31px;
	background-image:url(images/header_green.jpg);
	margin:0 0 8px 0;
}
.rightheader{
	width:243px;
	height:31px;
	background-image:url(images/header_red.jpg);
	margin:0 0 8px 0;
}

.middleheader{
	width:243px;
	height:31px;
	background-image:url(images/header_orange.jpg);
	margin:0 0 8px 0;
}

.greenlarge{
	width:478px;
	height:31px;
	background-image:url(images/header_green.jpg);
	margin:0 0 8px 0;
	background-repeat:repeat-x;
}

.redlarge{
	width:478px;
	height:31px;
	background-image:url(images/header_red.jpg);
	margin:0 0 8px 0;
	background-repeat:repeat-x;
}

.orangelarge{
	width:478px;
	height:31px;
	background-image:url(images/header_orange.jpg);
	margin:0 0 8px 0;
	background-repeat:repeat-x;
}



h3{
	color:white;
	font-size:22px;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, sans-serif;
	letter-spacing: -1px;
	padding:8px 0 0 15px;
	margin:0;
	font-weight:normal;
	}
h4{
	color:#237b2a;
	font-size:14px;
	font-family:Arial, sans-serif;
	padding:8px 0 0 0;
	margin:0;
	font-weight:bold;

}
p
{
	margin:12px 15px 5px 15px;
	padding:0;
}
.newstory
{
	width:75%;
	border:1px solid #db7009;
	padding:5px;
	margin:10px 0 10px 50px;
}
a:link{
	color:red;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}
a:visited{
	color:red;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}
a:hover{
	color:#f5a44b;
	text-decoration:underline;
	font-weight:bold;
	font-size:12px;
}
.footer a:link{
	color:White;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}
.footer a:visited{
	color:White;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}
.footer a:hover{
	color:Green;
	font-weight:bold;
	font-size:11px;
	text-decoration:underline;
}