body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
#main {
	position: absolute;
	z-index: 1;
	width: 500px;
	top: 115px;
	left: 250px;
}
#menu {
	position: absolute;
	z-index: 2;
	left: 2px;
	top: 115px;
	width: 207px;
}
#logos {
	position: absolute;
	z-index: 3;
	top: 525px;
	left: 500px;
}
#header {
	position: absolute;
	z-index: 3;
	width: 65%;
	left: 30%;
	top: 105px;
}
#pages{
	position: absolute;
	z-index: 4;
	right: 5%;
	height: 60%;
	width: 65%;
	top: 130px;
}
.maintext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 23px;
	color: #0000FF;
	text-decoration: none;
	letter-spacing: 2px;
	margin: 1px 2px 2px;
	padding: 1px 2px 2px;
}
.logotext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #0000FF;
	text-decoration: none;
	letter-spacing: 2px;
	margin: 1px;
	padding: 1px;
	font-weight: bold;
	border: 1px solid #FF0000;
}
.heading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #0000FF;
	text-decoration: none;
	letter-spacing: 6px;
	margin: 4px 0px 1px 2px;
	padding: 4px 0px 1px 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #FF0000;
	vertical-align: middle;
}
.bullets {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #0000FF;
	text-decoration: none;
	letter-spacing: 2px;
	margin: 0px 2px;
	padding: 0px 2px;
	list-style-type: square;
}
.pagestext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #FF0000;
	text-decoration: none;
	letter-spacing: 2px;
	margin: 2px 2px 0px;
	padding: 2px 2px 0px;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;

}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.button {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FF0000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
}
.historytext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 23px;
	color: #0000FF;
	text-decoration: none;
	letter-spacing: 2px;
	margin: 1px 2px 2px;
	padding: 4px;
}
