@charset "iso-8859-1"; 
@import url('layout.css');

body {
	font-family: "Trebuchet MS";
	font-size: small;
	background-image: url('file:///C:/Users/bechtold/Desktop/bg.png');
	background-repeat: repeat-x;
}
#date {
	background:black;
	margin: 0 auto;
	width: 800px;
}
#masthead {
	width: 800px;
	margin: 0 auto;
	background-image: url('../images/bkg.jpg');
	background-repeat: repeat-x;
	text-align: center;
	height: 82px;
}
#top_nav {
	width: 800px;
	margin: 0 auto;
	background-color: #333333;
	height: 33px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
#page_content {
	padding: 10px;
	width: 780px;
	margin: 0 auto;
	background-image: url('../images/bckgrd.gif');
}
#footer {
	width: 800px;
	margin: 0 auto;
	background-color: #333333;
	font-size: xx-small;
	color: #F6ECD1;
	background-image: url('../menu/bluefireback1.gif');
	background-repeat: repeat-x;
	height: 31px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#footer p {
	color: #ECE9D8;
	text-align: center;
	vertical-align: middle;
}
#pageHeader h1 {
	background: url('../images/header.jpg') no-repeat left 50%;
}
.left_align {
	text-align: left;
}
.style2 {
	text-align: center;
}
hr {
	color: #336600;
	width: 95%;
	height: 1px;
}
#table_1 {
	border-style: solid;
	border-width: medium;
	border-color: #E4E4E4 #C0C0C0 #C0C0C0 #E4E4E4;
	background: #333333;
	margin: 0 auto;
	color: #ECE9D8;
	border-collapse: collapse;
	width: 300px;
	height: 55px;
	text-align: center;
}
h3 {
	font-size: large;
	font-weight: bold;
	text-align: center;
}
h5 {
	font-weight: bold;
	font-size: small;
	text-align: left;
}
a {
	color: #336600;
}
a:hover {
	color: #996633;
}

