@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #000000;
}
.RB #container {
	position: relative;
	width: 780px;
	border: 1px solid #000000;
	text-align: left;
	background-color: #000000;
	height: 400px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 0.96em;
}
#NavBar {
	position:absolute;
	width:780px;
	height:20px;
	z-index:5;
	color: #9C9452;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	left: 1px;
	top: 79px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9C9452;
	background-image: url(Images/Background50Trans.png);
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #9c9452;
	visibility: visible;
}
#Main {
	position:absolute;
	width:780px;
	height:500px;
	z-index:1;
	left: 0px;
	top: 83px;
}
#text {
	position:absolute;
	width:771px;
	height:22px;
	z-index:1;
	left: 0px;
	top: 468px;
	color: #9c9452;
	background-image: url(Images/Background50Trans.png);
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9c9452;
	border-bottom-color: #9c9452;
	padding: 5px;
	font-size: 0.98em;
}
#SpecialEvent {
	position:absolute;
	width:780px;
	height:25px;
	z-index:4;
	left: 0px;
	top: 54px;
	color: #9c9452;
	font-size: 1.4em;
	font-weight: normal;
	visibility: visible;
}
.RB #container #mainContent #apDiv1 #Main #text a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

a:link {
	color: #9c9452;
	text-decoration: none;
}
a:visited {
	color: #9c9452;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
}

