html{
	margin:0;
	padding:0;
	height:100%;
}
body{
	margin:0;
	padding:0;
	height:100%;
	background-color:#aaa;
	font-family:arial;
}
.bodycontainer{
	margin-left:auto;
	margin-right:auto;
	width:960px;
	background-color:#131313;
	/*background-image:url(img/bottomgrad.png);
	background-repeat:repeat-x;
	background-position:bottom;*/
}
.topbar{
	height:14px;
	background-color:#c41313;
	border-bottom:solid 1px gray;
}
.header{
	padding:10px;
	/*background-image:url(img/headerbg1.png);
	background-repeat:repeat-x;*/
	color:#fff;
	font-weight:bold;
	font-size:30px;
}
.nineoneone{
	background-color:#c41313;
	border:solid 1px gray;
	float:right;
	position:relative;
	right:100px;
	font-weight:bold;
	font-size:14px;
	padding:5px;
	color:#fff;
	top:-10px;
}
.black{
	color:#000;
}
img{
	border:solid 1px gray;
	padding:3px;
}
.contentcontainer{
	margin-left:auto;
	margin-right:auto;
	width:900px;
	background-color:#eee;
}
.navborder{
	width:100%;
	height:7px;
	background-image:url(img/navbar.png);
	background-repeat:repeat-x;
}
.navborderl{
	width:6px;
	background-image:url(img/navleft.png);
}
.navborderr{
	width:6px;
	background-image:url(img/navright.png);
}
.navcontent{
	width:100%;;
	height:30px;
	background-image:url(img/navcontent.png);
	background-repeat:repeat-x;
	background-color:#ccc;
}
.navopts{
	height:30px;
	width:100%;
	border:0;
}
.navopt{
	text-align:center;
	font-size:12px;
}
.navopts td{
	behavior:url('ie.htc');
}
.navopts td:hover{
	background-color:#fff;
}
.navopt a{
	text-decoration:none;
	font-weight:bold;
	color:#000;
}
.newsprint{
	text-align:justify;
}
.contentl{
	padding:10px;
	width:640px;
	font-size:16px;
}
.fullwidth { 
	width:100%;
}
.contentl a,.contentl a:visited{
	color:#00a;
	text-decoration:underline;
	padding:4px;
}
.contentl a:hover{
	background-color:#f5f5d4;
}
.contentr{
	line-height:1.5em;
	font-size:13px;
	padding:10px;
	width:220px;
	text-align:left;
	border-left:solid 1px gray;
}
h1{
	font-size:20px;
	letter-spacing:2px;
	padding:2px;
	font-weight:bold;
	border:none;
	color:#c41313;
}
h2{
	font-size:16px;
	letter-spacing:2px;
	padding:2px;
	font-weight:bold;
	border:none;
	color:#c41313;
}
.hr{
	width:100%;                                                     
	color:#6f6e6e;
	background-color:#6f6e6e;
	height:1px;
	border:0;
}
.footer{
	padding:3px;
	text-align:center;
	background-color:#c41313;
	border-top:solid 1px grey;
}
.footernav{
	width:880px;
	font-size:11px;
	color:#fff;
}
.footernav td a,.foothernav td a:visited{	
	color:#fff;
	text-decoration:underline;
}
.footernav td a:hover{
	color:#000;
}
.runtable th{
	font-weight:bold;
	text-align:left;
	border-bottom:1px solid gray;
	padding:6px;
}
.runtable th a:hover{
	text-decoration:none;
	color:#000;
}
.runtable td{
	border-bottom:1px solid gray;
	padding:6px;
}
.runtable tr:hover{
	background-color:#f5f5d4;
}
.thumbfloatleft{
	float:left;
	margin-right:5px;
}
.clear{
	clear:both;
	height:0px;
	overflow:hidden;
	width:100%;
	padding-top:5px;
}
.compartment{
	border:solid 2px yellow;
	position:absolute;
}
.compartment:hover {
	background-color:black;
	opacity:.4;
	filter:alpha(opacity=40);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
