body {
	background-color: #3F3F3F;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(background_images/page.gif);
	background-position: center;
	background-repeat: repeat-y;
	font-family: Verdana;
	font-size: 12px;
	line-height:17px;
}

td {
	font-size: 12px;
	color: #FFFFFF;
}

h2 {
	font-size: 15px;
	width: 100%;
	padding: 3px;
	background-color:#D43C2A;
	background-image: url(background_images/banner.gif);
}

#mainContent {
	width: 753px;
	margin:auto;
	height: 100%;
	text-align:left;
	background-color: #000000;
	border-left: 1px solid #D43C2A;
	border-right: 1px solid #D43C2A;
	color: #FFFFFF;
	overflow: visible;
	display: block;
}

#onsight_header {
	width: 735px;
	border: none;
}

#onsight_header a {
	color: #FFFFFF;
	text-decoration: none;
	border-right: 6px solid #D45E4C;
	padding-right: 6px;
	padding-left: 6px;
}

#onsight_header a:hover {
	color: white;
	border-right: 6px solid white;
	background-color: #D45E4C;
	padding-right: 6px;
}

.categoryLink {
	color: #D43C2A;
	text-decoration: none;
}

.newsBox {
	width: 700px;
	margin: 25px;
	clear: both;
	margin-top: 20px;
}

a {
	color: #D43C2A;
	text-decoration: none;
}

a:hover {
	color: #D43C2A;
}

.onsight_footer {
	font-size: 10px;
	padding: 4px;
}