body {
	background: white;
	font-family: arial, helvetica, verdana;
	font-size: 0.8em;
	font-weight: normal;
	color: #340089;
	text-align: center;
}
a:link {
	color: #8843cd;
	text-decoration: none;
}
a:visited {
	color: #9843ed;
	text-decoration: none;
}
a:active {
	color: #a853fd;
}
a:hover {
	color: #a853fd;
	text-decoration: underline;
}
img {
	border: 0;
}
#intro {
	position: relative;
	top: 80px;
	left: -50px;
	text-align: center;
}
#menu img {
	border: 0;
	margin-top: -1.5px;
	margin-bottom: -1.5px;
	padding: 0;
}
#menu {
	position: absolute;
	top: 5px;
	left: 2px;
	width: 180px;
	height: 570px;
	overflow: hidden;
}
#main {
	position: relative;
	width: 550px;
	height: 565px;
	left: 165px;
	text-align: center;
	overflow: auto;
}
h1 {
	font-family: Ringbearer, Charlemagne, arial, helvetica;
	font-size: 3.2em;
	margin: 0.1em;
	text-align: center;
	font-weight: bold;
}
h2 {
	font-family: Ringbearer, Charlemagne, arial, helvetica;
	font-size: 2em;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0;
}
.hidden {
	color: white;
}
#title {
	position: relative;
	top: 3px;
	left: 5px;
	width: 447px;
	text-align: center;
}
.box {
	position: relative;
	top: 20px;
	left: 10px;
	width: 435px;
	margin: 6px;
	padding: 7px;
	margin-bottom: 20px;
	text-align: justify;
}
.italics {
	font-style: italic;
}
ul.horizontal {
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	margin-left: 0;
	padding-left: 0;
}
ul.horizontal li {
	display: inline;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	padding-right: 4px;
	padding-left: 6px;
	border-left: 1px solid;
}
ul.horizontal li.nobar {
	border: 0;
}
ul.long {
	margin-left: 0;
}
ul.long li {
	margin-left: 0;
	margin-top: 8px;
	margin-bottom: 8px;
	width: 90%;
	text-align: justify;
}
li.nobullet {
	margin-top: 4px;
	margin-bottom: 8px;
	list-style-type: none;
}
.introbar {
	position: relative;
	left: 30px;
	width: 450px;
}
.small {
	font-size: 0.8em;
	margin: 0;
	margin-left: 35px;
}
.spacer {
	height: 100px;
}