*
{
	padding: 0;
	margin: 0 0px 0 0;
}
.news_title
{
	font: bold;
}
BODY
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #F38457;
	/*[disabled]background-image:url(images/bg.jpg);*/
	background-repeat: repeat-x;
}
#wrapper
{
	margin: 0 auto;
	width: 1200px;
}
#centerfold
{
	background: #FFFFFF;
	margin-bottom: 0px;
	overflow: auto;
	width: 100%;
}
#header
{
	color: #333;
	width: 1200px;
	padding: 10px;
	height: 243px;
	margin: 15px 0px -10px;
	/*[disabled]background:#D1DBDB;*/
	background-image: url(images/topbg.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
#navigation
{
	color: #333;
	background: #BF6132;
	height: 30px;
}
#leftcolumn
{
	display: inline;
	color: #333;
	margin: 10px;
	padding: 0px;
	width: 0px;
	float: left;
}
#rightcolumn
{
	float: right;
	color: #333;
	margin: 10px 30px 10px 10px;
	padding: 0px;
	width: 1077px;
	display: table-caption;
	position: relative;
}
#footer
{
	width: 1200px;
	clear: both;
	color: #333;
	background: #BF6132;
	margin: 0px;
	padding: 10px 0px;
}
.clear
{
	clear: both;
	background: none;
}
/*Other styles*/
A
{
	color: #333333;
}
.news_link
{
	font: italic;
}
P
{
	margin-bottom: 4px;
	margin-top: 12px;
}
LI
{
	list-style-image: url(images/li_square.png);
	margin-left: 22px;
}
UL
{
	margin-bottom: 16px;
}
/*Top name of each page*/
.DivPageCaption
{
	font-family: Calibri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: xx-large;
	color: #336666;
	margin-bottom: 12px;
}
/*Page name and date at bottom of each page*/
.page_foot
{
	font-family: Calibri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: smaller;
	color: #336666;
	text-transform: uppercase;
	border-top: 1px solid #ABBEBE;
	padding-top: 4px;
}
/*Div holding the Search form*/
.searchBox
{
	float: right;
	margin-top: 38px;
	margin-right: 20px;
}
