@charset "UTF-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#footer {
	position:relative;
	top:-10px;
	width:1000px;
	height:20px;
	z-index:4;
	background-color: #333333;
	padding-left: 10px;
	padding-top: 7px;
	text-align: center;
	margin: 0px auto;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
}

body {
	background-image: url(images/BkgdIndex.jpg);
}
#banner {
	position:relative;
	top:-7px;
	width:1000px;
	height:80px;
	z-index:1;
	background-color: #333333;
	padding-left: 10px;
	margin: 0 auto;
}
#body {
	position:relative;
	top:11px;
	width:1000px;
	height:452px;
	z-index:3;
	background-color: #FFFFFF;
	padding: 5px 0px 0px 10px;
	margin: 0 auto;
}
a:link {
	text-decoration: none;
	color: #DE5632;
}
a:visited {
	text-decoration: none;
	color: #C33;
}
a:hover {
	text-decoration: underline;
	color: #de5632;
}
a:active {
	text-decoration: none;
}
#nav {
	position:relative;
	width:1000px;
	height:24px;
	z-index:2;
	background-color: #333333;
	padding-left: 10px;
	margin: 0 auto;
	top: -471px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 16px;
}