body {
	background-color: #7B012A;
	text-align: center;
}

#PageWrapper {
	color: black;
	background-color: #FFCF6F;
	background-image: url( ../Images/PageBackground1000.jpg );
	background-repeat: vertical;
	min-height: 600px;
	width: 1000px;
	margin: 0px auto;
	margin-bottom: 5px;
	text-align: left;
	z-index: 1;
}

#Header {
	position: absolute;
	z-index: 4;
	top: 0px;
	left: 0px;
	height: 156px;
	width: 100%;
	background-color: #FFCF6F;
	background-image: url( ../Images/Header1000.jpg );
	overflow: visible;
}

#HeaderImageCluster {
	position: absolute;
	top: 0px;
	right: 27px;
	width: 369px;
	height: 207px;
	z-index: 4;
}

#Footer {
	position: absolute;
	z-index: 3;	
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 382px;
	color: #7B012A;
	background-color: #FFCF6F;
	background-image: url( ../Images/Footer1000.jpg );
	text-align: center;
}

#FooterText {
	position: absolute;
	z-index: 4;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 64px;
	font-size: 1.5em;
}

#FooterAnnouncement {
	position: absolute;
	z-index: 4;
	bottom: 100px;
	left: 35px;
	width: 490px;
	height: 50px;
	font-size: 0.8em;
}

#FooterAnnouncement a {
	text-decoration: underline;
}

/* holds content within borders and main panel */
#MainContent {
	margin: 0;
	padding: 0;
	/* margin-top: 130px; */
	padding-top: 175px;
	padding-bottom: 80px;
	margin-left: 300px;
	width: 61%;
	z-index: 5;
	min-height: 450px;
}

#MainMenu {
	position: absolute;
	top: 155px;
	left: 7px;
	width: 230px;
	height: 450px;
	z-index: 4;
}

#MainMenu h3 {
	margin-top: 0.1em;
	margin-bottom: 0;
	font-weight: normal;
}

#MainMenu ul {
	list-style: none;
	margin-left: 0;
	padding-left: 39px;
}

#MainMenu li {
	font-size: 1.1em;
	margin: 0.5em 0em;
}

#MainMenu ul li ul {
	padding-left: 2em;
	font-size: 0.9em;
	list-style: disc;
	color: #7B012A;
}

#MainMenu li img {	
	margin-left: -22px;
	margin-bottom: 0.2em;
	height: 1px;
	width: 215px;
}

div.clear
{
	clear: both;
	height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;
}
