TABLE, TD, DIV
{
	font-family: Arial;
	font-size: 11px;
}
BODY
{
	background: #D57E1C url(images/bodyback.png) bottom;
	background: #D57E1C url(images/bodyback.png) repeat-x fixed bottom;
	scrollbar-face-color: #DE9F46;
	scrollbar-highlight-color: #DE9F46;
/*scrollbar-3dlight-color: #de9f46*/
	scrollbar-dark-shadow-color: #FFE481;
	scrollbar-arrow-color: #000000;
	scrollbar-shadow-color: #8F683D;
	scrollbar-track-color: #FFE481;
}
#mainBody
{
	width: 896px;
	height: 100%;
	background-color: #0FF;
	margin-top: 0px;
}
.topBlock
{
	width: 896px;
	height: 170px;
	padding: 0px;
	vertical-align: top;
}
/*
.mainBlock
{
	width: 896px;
	min-height: 500px;
	height: auto;
	padding: 0px;
	vertical-align: top;
	background-color: #FFF8C1;
}*/
.mainBlockLeft
{
	width: 707px;
	/*height: 428px;*/
	height: auto;
	vertical-align: top;
	padding-top: 20px;
	/*background: #FFF8C1 url(images/mainleftback.png) no-repeat center;*/
}
.mainBlockCenter
{
	width: 19px;
	height: 423px;
	padding-top: 25px;
	background: #FFF8C1 url(images/maincenterback.png) no-repeat center;
}
.mainBlockRight
{
	width: 170px;
	height: 428px;
	padding-top: 20px;
	vertical-align: top;
	background-color: brown;
}
.mainBlockBottom
{
	width: 896px;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	background-color: pink;
	background: url(images/bottom.png) no-repeat;
}
.copyrightBlock
{
	font-weight: bold;
}
.mainBlockLeftContent
{
	width: 500px;
	height: auto;
	/*height: 390px;*/
	text-align: justify;
	overflow: auto;
	margin-top: 8px;
}
/*Top Right*/
.topRIGHTBG
{
	width: 296;
	height: 97px;
	background: url(images/toprightbg.png) no-repeat center;
	text-align: left;
	margin-top: 5px;
}
.topRIGHTBGContent
{
	width: 296px;
	height: 45px;
	text-align: left;
	font-family: Arial;
	font-size: 11px;
	overflow: auto;
	padding-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	margin-left: 12px;
}
.bottomRIGHTBG
{
	width: 296px;
	height: 227px;
	background: url(images/bottomrightbg.png) no-repeat left;
	text-align: left;
	margin-top: 3px;
	padding-top: 5px;
}
.bottomRIGHTBGContent
{
	width: 283px;
	height: 210px;
	text-align: left;
	font-family: Arial;
	font-size: 9px;
	overflow: auto;
	padding-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
}
A
{
	color: #D16E00;
	text-decoration: underlined;
	font-size: 11px;
}
A:A:visited
{
	color: #663F1C;
	text-decoration: none;
	font-size: 11px;
}
A:hover
{
	text-decoration: none;
	color: #000000;
	font-size: 11px;
}
.headers
{
	background-color: #D16E00;
	font-size: 12px;
	color: #FFFFFF;
}
.publicationsLow
{
	border: 1px solid #D16E00;
}
.publicationsHigh
{
	border: 1px solid #000000;
}
/*Added By Raphael February 2010*/
#crimeimg
{
	margin: 3px 0;
	border: none;
}
#newsimg
{
	margin: 3px 0;
}

/* custom css */

#main-wrapper {
	width: 896px;
	height: 100%;
	min-height: 700px;
	margin-right: auto;
	margin-bottom: -12px;
	margin-left: auto;
	background-color: #FFF8C1;
}

#header-box {
	width: 896px;
	height: 170px;
}
#nav-div {
	width: 896px;
	height: 170px;
	background-color: red;
}

#middle-box
{
	width: 560px;
	/*background-color: #FFE481;*/
	background-image: url(images/content-middle-strip.png);
	background-repeat: repeat-y;
	background-position: center;
	height: auto;
	margin-left: 40px;
	
}
#strip-box {
	width: 3px;
	height: 300px;
	background-color: #D57E1C;
	/*float: right;*/
}
#right-con-box{
	width: 200px;
	height: auto;
}
#footer-box
{
	width: 896px;
	height: 30px;
	background: url(images/bottom.png) no-repeat;
	margin-left: auto;
	margin-right: auto;
}
#footer-box p {
	text-align: center;
	font-weight: bold;
}

#content-top-strip {
	width: 560px;
	background: url(images/content-top-strip.png) no-repeat;
	height: 11px;
}

#content-bottom-strip {
	width: 560px;
	background: url(images/content-bottom-strip.png) no-repeat;
	height: 11px;
}
#maincontent {
	width: 550px;
	height: auto;
}
.menuBlock
{
	z-index: 9999;
	width: 896px;
	height: 32px;
	margin-bottom: 20px;
}
#right-float {
	float: right;
}

#navBox {
	z-index: 100;
	width: 896px;
	height: 30px;
	margin-top: -25px;
	margin-bottom: 10px;
}


td, p{
	padding-left: 5px;
}
table.tbl-news a:link {
	color: #000000;
	text-decoration: none;
}
table.tbl-news a:visited {
	color: #000000;
}
table.tbl-news a:hover {
	color: #000000;
	text-decoration: underline;
}


