/* @override http://www.jamesebentley.com/style.css */

@charset "UTF-8";
/* CSS Document */

#header {
	left:0;
	top:0;
	width:100%;
	height:47px;
	z-index:1;
	font-size: 14px;
	text-align: center;
}
#header #nav {
	position: absolute;
	top: 38px;
	width: 100%;
	left: 0;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	z-index: 2;
}
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	text-align: center;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.style1 {color: #000000}
.style2 {font-size: 20px;
	width: 100%;
	height: 30px;
}
#secondaryHeader {
	position:absolute;
	left:0;
	top: 48px;
	width:100%;
	height:37px;
	z-index:2;
	font-size: 18px;
	text-align: center;
}
#line {
	position:absolute;
	left:0;
	top: 18px;
	width:100%;
	height:34px;
	z-index:0;
	font-size: 17px;
	text-align: center;
}

