@CHARSET "ISO-8859-1";
body
{
	margin:						0px 0;
	font-family: 				Verdana, sans-serif;
	color:						#16416F;
	background-image:			url('../../_images/sitebg.gif');
	background-position: 		top left;
}
.wrapper
{
	background-image:			url('../../_images/bg.gif');
	background-repeat:			repeat-y;
	background-position: 		top center;
}
h2, h3, h4
{
	color:						#16416F;
}
h3
{
	color:						#F7931E;
}

h1 span
{
	display:					none;
}

.home h1, 
	.rules h1, 
	.contact h1,
	.faq h1
{
	background-image:			url('../../_images/header_orange.jpg');
	background-position:		top left;	
	background-repeat:			no-repeat;
	width:						600px;
	height:						273px;
}

.leftImg
{
	float:						left;
	margin:						0 10px 6px 0;
}

ul#navigation
{
	position: 					absolute;
	top:						10px;
}

ul#navigation li
{
	display:					inline;
	margin:						0 15px 0 0;
}
ul#navigation li a
{
	color:						#FFFFFF;
	font-weight:				bold;
	text-decoration:			none;
}
#main
{
	width:						350px;
	padding-bottom:				50px;
}
#sidebar p
{
	font-size:					75%;
}
#sidebar .eventTitle
{
	font-weight:				bold;
}
#sidebar .directions
{
	text-align:					right;	
}
#footer
{
	background-color:			#EEEEEE;
	width:						600px;
	color:						#AAAAAA;
	font-weight:				bold;
	font-size:					9px;
}
#footer a, 
	#footer a:link, 
	#footer a:visited
{
	color:						#999999;
	text-decoration:			none;
}
#footer a:hover
{
	text-decoration:			underline;
}
.footerlink, .signature
{
	margin:						20px 0;
}

ul.mainList
{
	line-height:				20px;
}
ul.subList
{
	line-height:				16px;
	list-style-type:			circle;
	padding-bottom:				10px;
}
.faq .question
{
	font-size:					110%;
	font-weight:				bold;
}
.faq .letter
{
	font-size:					130%;
	font-weight: 				bold;
}
.faq .answer
{
	margin-bottom:				6px;
}
.faq .questions li
{
	font-size: 90%;
	margin: 6px;
}

.top
{
	font-size:					75%;
}
a.top
{
	color: 						#999;
	text-decoration:			none;
}