/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	background: url(../images/bg.jpg) repeat-x #525252;
}
a, a:link, a:visited, a:active {
	color: #951503;
	text-decoration: none;
}
a:hover {
	color: #fff;
	background: #951503;
	text-decoration: none;
}

#container {
	width: 751px;
	margin: 0 auto;
}

#header {
	width: 751px;
	height: 87px;
	float: left;
}

#headerIMG {
	width: 751px;
	height: 161px;
	float: left;
}
#toolbar {
	width: 751px;
	height: 38px;
	background: url(../images/toolbarBG.jpg) no-repeat;
	float: left;
}
#contentAreas {
	width: 751px;
	background: url(../images/contentArea_bg.jpg) repeat-y;
	float: left;
}
#contentLeft {
	width: 497px;
	background:url(../images/content_bg.jpg) repeat-y;
	float: left;
}
#contentRight {
	width: 254px;
	background: url(../images/rightCol_bg.jpg) repeat-y;
	float: left;
}
#footer {
	width: 751px;
	background: #840000;
	float: left;
}


#contentBoxLeft {
	width: 467px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	/*float: left;*/
}
	#contentBoxLeft td { padding-bottom: 5px; }
.headersLeft {
	font: 15px Arial, Helvetica, sans-serif;
	color: #be1212;
	border-bottom: 1px solid #333;
	display: block;
	font-weight: bold;
	margin-bottom: 0;
}
span.headersLeft {
	margin-bottom: 5px;
}
span.headers {
	margin-bottom: 5px;
}
#contentBoxRight {
	width: 234px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
	/*float: left;*/
}
.headers {
	font: 15px Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;
	display: block;
}
#footercontent {
	padding-right: 11px;
	padding-top: 11px;
	padding-bottom: 11px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: right;
	line-height: 18px;
}
#footercontent a:link, #footercontent a:visited, #footercontent a:active {
	color: #eee;
	text-decoration: none;
	border-bottom: 1px dotted #eee;
}
#footercontent a:hover {
	color: #900;
	border-bottom: 1px solid #eee;
	background-color: #eee;
	text-decoration: none;
}
.smallText {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333;
}
.cellUnderline {
	border-bottom: 1px solid #951503;
}
.newsTitle {
	font: 15px Arial, Helvetica, sans-serif;
}
.photoBorder {
	border: 2px solid #ccc;
}
.testDividers {
	border-bottom: 1px solid #ddd;
}
.sidebarTest {
	margin: 0;
	line-height: 20px;
}
	.sidebarTest ul {
		margin: 0 !important;
		padding: 0;
		list-style: none;
	}
.imgBorder {
	border: 2px solid #fff;
}