body {
	font-family: "Trebuchet MS";
	background-color: #CC9900;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.intropane {
	height: 420px;
	width: 740px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -210px;
	margin-left: -370px;
	background-image:url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.top {
	text-align: right;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.sidemenu {
	background-image:url(../images/menuback.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.menuitem {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
}
.menuitemover {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	background-image:url(../images/select.gif);
	background-repeat: no-repeat;
	background-position: left;
	letter-spacing: 2px;
}
.bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #8E4503;
	text-align: center;
	vertical-align: center;
	background-image:url(../images/bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
a.splashside {
	color: #FFFFFF;
	text-decoration: none;
}
a.topmenu {
	color: #000000;
	text-decoration: none;
}
a.topmenu:hover {
	color: #336699;
	text-decoration: underline;
}
a.info {
	color: #CC9900;
	text-decoration: none;
}
a.info:hover{
	color: #CC9900;
	text-decoration: underline;
}
.sublink {
	height: 168px;
	width: 315px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -110px;
	margin-left: -330px;
	z-index: 3;
}