body {
	background: #302317 url(pix/pagebg.gif);
	margin: 0;
	text-align: center;
}
i {display: none;}
h1, h2, h3 {margin: 5px 0;}
h1 {
	font-size: 250%;
	color: #990000;
	text-align: center;
}
h2 {
	font-size: 180%;
	color: #F60;
}
h3 {
	font-size: 150%;
	color: #663333;
}
a {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #CC3300;
}
#bgtop {
	width: 100%;
	background: url(pix/bgtop.gif) repeat-x;
	min-height: 400px;
}
#alpha {
	margin: 0 auto;
	width: 750px;
	background: url(pix/alpha.jpg) repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	color: #330000;
}
#header {
	position: relative;
	height: 220px;
	background: url(pix/header-blank.jpg) no-repeat;
}
#noflash {
	height: 220px;
	background: url(pix/header.jpg) no-repeat;
}
a#logo {
	position: absolute;
	display: block;
	width: 180px;
	height: 120px;
	top: 60px;
	left: 22px;
}
#main {
	position: relative;
	z-index: 20;
	min-height: 450px;
	background: url(pix/main.jpg) no-repeat top;
	padding: 0;
}
*html #main {height: 450px;}
#right {
	float: right;
	width: 510px;
	text-align: left;
}
#pagetext {
	width: 450px;
	text-align: justify;
	font-weight: bold;
}
#pagetext img {margin: 10px;}
#nav {
	width: 156px;
	min-height: 300px;
	margin: 0 auto;
}
#footer {
	position: relative;
	z-index: 4;
	clear: both;
	height: 130px;
	background: url(pix/footer.jpg) no-repeat;
}
#xspot {
	z-index: 10;
	position: absolute;
	top: -140px;
	left: 60px;
	width: 100px;
	height: 165px;
	background: url(pix/xspot.gif) no-repeat;
}
#btmtext {
	position: absolute;
	width: 450px;
	height: 14px;
	top: 63px;
	right: 80px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
#bytds {
	font-weight: bold;
	font-size: 11px;
	color: #CCCC99;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0 0 0;
}
#bytds a {color: #CC9;}
#edit a {
	color: #2F2317;
	font-weight: normal;
	font-size: 10px;
}
#edit a:hover {color: #FFF;}
#side {
	float: left;
	width: 240px;
	min-height: 300px;
	color: #FFFFFF;
	margin: 0;
}
/*DROPDOWN STYLES*/
#side ul {
	margin: 30px 36px;
	padding: 0;
	list-style: none;
	width: 156px; /* Width of Menu Items */
	text-align: center;
}	
#side ul li {
	position: relative;
}
#side li ul {
	position: absolute;
	left: 115px; /* Set 1px less than menu width */
	top: -30px;
	display: none;
}
#side ul li a {
	color: #300;
	display: block;
	padding: 4px 10px 4px 10px;
	font-size: 150%;
}
#side ul li a:hover {
	color: #FFF;
	background: #8B1D0C;
}
/*SUBMENU*/
#side ul li ul {
	width:160px;
	border: 1px solid #FFF;
}
#side ul li ul li a {
	background: #300;
	color: #FFFFFF;
	font-size: 90%;
	padding: 2px 6px;
}
#side ul li ul li a:hover {
	background: #8B1D0C;
	color: #FFFFFF;
}
/* 2008 Entry Form */
p.entryform {
	margin-left:0.5em;
	margin-bottom:0.75em;
	
}
#explainer {
	font-weight:100;
	margin-bottom: 1em;
	margin-top: 1em;
	margin-left: 0.5em;	
}
p#checkboxes {
	text-align: center;
}
em#required {
	right: 2px;
	color: red;
}
#errors {
	margin-left:0.15em;
	border-color:darkred;
	background:pink;
	color:red;
	margin-bottom:0.2em;
}
label {
		float: left;
		text-align: right;
		width: 14em;
		margin-right: 6px;
}
.submitbuttons {
	text-align: right;
	padding: 8px;
}
input  {
	vertical-align:middle;
	margin-top:-3px;
	margin-bottom:2px;
}
	
/* Holly Hack. IE Requirement \*/
* html #side ul li {float: left; height: 1%;}
* html #side ul li a {height: 1%;}
* html #side ul li ul li a {display: none;}
/* End */
#side li:hover ul, #side li.over ul {display: block;} /* The magic */

