

body {
	background-color: #4d4d4d;
	background-image: url(bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
body,td,th{
	font-family: Arial Black, Gadget, sans-serif;
	font-size: 14px;
}

#header{
	background-image:url(newheader.gif);
	width: 1000px;
	height: 342px
}
#midbanner{
	background-image:url(body.jpg);
	width: 1000px
}
#body{
	background-image:url(body.jpg);
	width: 1000px
}
#footer{
	background-image:url(footer.jpg);
	width: 1000px;
	height: 28px
}

a:link{
	color: #e9a159;
	text-decoration: none;
}
a:visited{
	color: #e9a159;
	text-decoration: none;
}
a:hover{
	color: #e9a159;
	text-decoration: underline;
}
a:active{
	color: #333333;
	text-decoration: none;
}

.headerLinks:link{
	color: #333333;
	text-decoration: none;
}
.headerLinks:visited{
	color: #333333;
	text-decoration: none;
}
.headerLinks:hover{
	color: #e9a159;
	text-decoration: underline;
}
.headerLinks:active{
	color: #333333;
	text-decoration: none;
}
