body {
	background-color: #7E6F4A;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	background-position: center top;
}

h1 {
	color: #000;
	font-size: 26px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 12px 0px;
	font-weight:normal;
	line-height:26px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	padding: 2px 10px 2px 10px;
	line-height: 16px;
	margin: 0px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #aa9a6c;
	padding: 0px;
	line-height: 24px;
	margin: 0px 0px 8px 0px;
}

h4 {
	color: #292929;
	font-size: 21px;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-size: 16px;
	font-weight: bold;
	color: #555;
	padding: 0px;
	line-height: 18px;
	margin: 0px 0px 8px 0px;
}

a {
	color: #927d4e;
	text-decoration: none;
}

a:visited {
	color:#927d4e;
}
a:hover {
	color:#000;
}



#main {
	width: 900px;
	margin: 50px auto 0px auto;
	padding: 0px;
	background-image: url(../images/main-bg.gif);
	background-repeat: repeat-y;
}

#mainnav {
	height: 30px;
	text-align:center;
	background-image: url(../images/mainnav-bg.gif);
	background-repeat: repeat-x;
}


#mainnav a {
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	color:#292929;
	padding: 0px 15px 0px 15px;
	font-size: 14px;
	text-align:center;
	display: block;
	float:left;
}

#mainnav a:hover {
	color:#ffffff;
	background-image:url(/images/mainnav-bg-over.gif);
}

.subnav {
	color:#ffa025;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	background-color:#000;
	opacity: 0.9;
	margin:0px 0px 0px 15px;
}

.subnavover {
	color:#ffffff;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	background-color:#000;
	opacity: 0.9;
	margin:0px 0px 0px 15px;
}

#banner {
	height: 65px;
	background-image: url(../images/banner-home.jpg);
	background-repeat: no-repeat;
	color: #1c1c1c;
	font-size: 24px;
	line-height: 26px;
	padding: 135px 25px 0px 25px;
	font-weight: bold;
}

#banner-sub {
	height: 30px;
	
	background-repeat: no-repeat;
	color: #1c1c1c;
	font-size: 16px;
	line-height: 28px;
	padding: 90px 25px 0px 25px;
	font-weight: bold;
}
#banner-sub.att {background-image: url(../images/banner-att.jpg);}
#banner-sub.persinj {background-image: url(../images/banner-persinj.jpg);}
#banner-sub.loc {background-image: url(../images/banner-loc.jpg);}
#banner-sub.insdef {background-image: url(../images/banner-insdef.jpg);}
#banner-sub.crimtraf {background-image: url(../images/banner-crimtraf.jpg);}
#banner-sub.commlit {background-image: url(../images/banner-commlit.jpg);}

#content {
	background-color:#FFF;
	color:#1f1f1f;
	font-size: 12px;
	line-height: 18px;
	background-image: url(../images/content-bg.gif);
	background-repeat: repeat-y;
}

.box-top {
	background-image: url(/images/box-top-bg.gif);
	background-repeat: repeat;
}

.box-mid {
	background-image: url(/images/box-mid-bg.gif);
	background-repeat: no-repeat;
	color: #292929;
}

.box-bot {
	background-image: url(/images/box-bot-bg.gif);
	background-repeat: no-repeat;
	color: #FFF;
}

#footer {
	font-size: 10px;
	text-align: center;
	width:900px;
	margin: 0px auto 0px auto;
	padding: 20px 0px 0px 0px;
	background-image: url(/images/footer-bg.gif);
	background-repeat: no-repeat;
	color: #322f2a;
}

#footer a {
	color: #322f2a;
	text-decoration: underline;
}

#footer a:hover {
	color: #666;
}
	



#maincontent {
	padding: 20px 25px 25px;
	color: #000;
}
#maincontent a {color:	#927d4e; line-height:16px;}
#maincontent a:visited {color:	#927d4e;}
#maincontent a:hover {color:	#666;}	

#maincontent h2 a {color:#000;}
#maincontent h2 a:visited {color:#000;}
#maincontent h2 a:hover {color:#666;}			

#sidebar {
	padding:20px 12px 0px 12px;
	width: 191px;
}
#sidebar a {
	display: block;
	text-decoration: none;
	padding: 5px 5px 5px 10px;
	border-bottom: solid #413d37 1px;
	text-decoration:none;
	color:#fff;
}
#sidebar a:visited {color:#fff;}
#sidebar a:hover {color:#927d4e;}

hr {border: none 0; 
	border-top: 1px solid #413d37;
	border-bottom: 1px solid #322f2a;
	width: 100%;
	height: 2px;
	margin: 10px 0px 10px 0px;
	padding:0px;
	text-align: left;
	}
