body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #000000;
	background-color: #CC9966;
	font-size: 16px;
	background-attachment: fixed;
	background-image:  url(background%20copy.jpg);
	background-repeat: repeat;
	background-position: left top;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	font-weight: bold;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #000000;
	text-decoration: underline;
	text-align: right;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #000000;
	text-decoration: underline;
	text-align: left;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.15em;
	color: #000000;
	text-decoration: underline;
	text-align: left;
}

a {
	text-decoration: none;
	color: #0033CC;
	font-weight: bold;
}

div.nav {
	position: relative;
	height: 3em;
	width: 100%;
	border-top: thin none #000000;
	border-right: thin none #000000;
	border-bottom: thin solid #000000;
	border-left: thin none #000000;
}

div.top {
	position: relative;
	height: 3em;
	width: 100%;
}

div.bottom {
	border: thin none #000000;
	position: relative;
	height: 3em;
	width: 100%;
	top: 3em;
}

div.mainbackground {
	position: absolute;
	height: 40em;
	width: 85%;
	left: 7%;
	top: 5%;
	border: medium outset #000000;
	background-color: #CCCCCC;
	background-attachment: fixed;
	background-image: url(simpletexture.jpg);
	background-repeat: repeat;
	background-position: left top;
}

div.maintext {
	position: relative;
	height: 27em;
	width: 94%;
	top: 2em;
	left: 3%;
	border: medium inset #000000;
	padding: 4px;
	overflow: scroll;
	background-color: #CCCCCC;
	background-image:  url(innerbackground.jpg);
}

#NavMenu {
	list-style-type: none;
}

#NavMenuItem {
	float: left;
	width: 100px;
	color: #000000;
	text-align: center;
	z-index: 4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	border: thin inset #333333;
	font-weight: normal;
	background-image: url(buttontexture.jpg);
}

#NavMenuItem:hover {
    color: #FF0033;
}

#NavMenuSubNav {
	display: none;
	list-style-type: none;
}

#NavMenuSubNavItem {
	width: 175px;
	background-color: #000000;
	border: thin solid #990000;
	text-align: left;
	z-index: 5;
	margin: 4px;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

#NavMenuItem:hover > ul {
	display: block;
}