@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(graphics/SausvilleBackground.jpg) top center no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #6B7379;
}

#centerLayer {
	text-align:left;
	width:500px;
	margin:0 auto;
	position:relative;
	left:20px;
	height: 600px;
	top: 130px;
}
#nav {
	position:absolute;
	left:-215px;
	top:-9px;
	width:190px;
	height:306px;
	z-index:10;
	overflow:hidden;
}

body,td,th {
	color: #BBB0D5;
}
.defaultColor {
	color: #BBB0D5;
}
.colorWhite {
	color: #FFF;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 34px;
	color: #FFF;
	text-align: center;
	font-weight: lighter;
}
.blue1 {
	color: #CCF;
}
.blue2 {
	color: #0CF;
}.green1 {
	color: #AADBC7;
}

a:link {
	color: #FF5151;
}
a:visited {
	color: #DB7A50;
}
a:hover {
	color: #DB7A50;
}
a:active {
	color: #DB7A50;
}
li {
	color: #FFF;
}

