﻿

body {
	background-image: url();
	text-align: center;
	background-color: #FFF;
	font-family:Arial;
	font-weight:normal;
	font-size:12px;
}
a:link {
	color: #F60;
	text-decoration: none;
}
a:visited {
	color: #F60;
	text-decoration: none;
}
a:hover {
	color: Purple;
	text-decoration: none;
}
a:active {
	color: #F60;
	text-decoration: none;
}
#wrapper {
	position:relative;
	width:1107px;
	height:770px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
}
#splash {
	position:absolute;
	width:1009px;
	height:636px;
	z-index:2;
	top: 150px;
	left: 50px;
	background-color: #63C;
}
#header {
	position:absolute;
	width:1112px;
	height:250px;
	z-index:3;
}

#StateName
{
	position:absolute;
	text-align:left;
	left:700px;
	top:600px;
	line-height:1;
	font-size:24px;
	font-family:Tahoma;
	font-weight:normal;
	color:Black;
    z-index:4;

}
#headerlinks {
    position:absolute;
    top:50px;
    left:900px;
    z-index: 4;
    font-size:14px;
    font-weight:bold;
}
#footer {
	position:absolute;
	width:1009px;
	height:60px;
	z-index:4;
	top: 708px;
	background-color: #63C;
	left: 50px;
	color: #FFF;
}

.menu {
	position:absolute;
	width:1000px;
	height:48px;
	z-index:12;
	top: 152px;
	left: 60px;
}

body,td,th {
	color: #000;
}
