body {
	background-color: #999999;
}
.margins {
	margin: 0px;
	padding: 0px;
}

#mainBody {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 825px;
	background-repeat: repeat-y;
	background-color: #CC0000;
	right: 4px;
	position: relative;
	bottom: 4px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #FFFFFF;
	
}
#header {
}
#nav {
	text-align: left;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	bottom: 25px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav li {
	display: inline;
	list-style-image: none;
	list-style-type: none;
	padding-left: 118px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:hover {
	color: #CC9445;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

a:link {
	color: #FFFFFF;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(Images/menu.png);
	background-repeat: repeat-x;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
}

.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	list-style-type: circle;
	padding-right: 50px;
	padding-left: 50px;
}



h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: 24px;
}
