/*960 Stuff*/
@import url('960.css');
@import url('reset.css');
@import url('utility.css');
@import url('header.css');
@import url('left.css');
@import url('mid.css');
@import url('right.css');
@import url('mainnav.css');
@import url('innerleft.css');
@import url('innerside.css');
@import url('footer.css');
@import url('bulletin.css');
@import url('../lightwindow/lightwindow.css');




body {
	width: 100%;
	background: black url(../../images/topImg.jpg) top center no-repeat;
	font-size: 8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #666666;
}

p {
	text-align:justify;
	
}

.readMore {
	font-family:verdana;
	font-size: 8pt;
	display:block;
	text-align:right;
}
	.readMore a {
		color: #f60;
		text-decoration: none;
	}
	.readMore a:hover {
		color: #FF6600;
	}
	


#wrap {
}

#contentArea {
	background: white url(../../images/allbg.jpg);
	width: 960px;
}

#contentAreaInner {
	background: #e5e4d7 url(../../images/allbg_inner.jpg);
	width: 960px;
	min-height: 500px;
}

.sectionHeaders {
	margin:0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	line-height: 1.2em;
	font-weight: bold;
	color: #666666;
	border-bottom: 1px solid #666666;
	display:block;
	margin-bottom: 15px;
}


