/* CSS Document */
body, html{
	background-color:#666666;
	font-size:9pt;
	color:#000000;
	width:500px;
	margin:0px;
	padding:0px;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
}
#homeEvent{
	font-size:10pt;
}
#homeEvent strong{
	font-size:11pt;
}
#overviewHeader{
	padding-bottom:10px;
}
#overview{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	font-size:11pt;
	line-height:14pt;
}
#overviewLink, #overviewLink a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	font-size:11pt;
	text-align:right;
	text-transform:uppercase;
	color:#C54600;
	border:0px;
}
a{
	color:#C24800;
	text-decoration:none;
}a:hover{ color:#CC0000; }
#redLink{
	color:#C54600;
	text-decoration:none;
	border-bottom:2px dotted #C54600;
}
#footer, #footer a{
	color:#D18201;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}#footer a:hover{ color:#F2BA27; }

#maintable{
	background-color:#000000;
}
#mainTable td{	
	border-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}
#mainTable .gotBorder{
	border-bottom:2px solid black;
}
#leftSide{
	background-image:url(../images/leftBG.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
#rightSide{
	background-image:url(../images/rightBG.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
td img {display: block;}
 /*
 Overview Paragraph
Georgia Bold Italic

Body Text
Lucida Bold
Lucida Regular

*/
/*                      */
#eventTitle{
	color:#C54600;
	font-size:12pt;
}

h1{
	color:#C54600;
	padding:0px;
	margin:0px;
	line-height:18pt;
	font-size:20pt;
}

#eventLink{
	color:#C54600;
	font-size:10pt;
	font-weight:bold;
}#eventLink:hover{ color:#F2BA27; }

fieldset
{
border: #CCCCCC solid 1px;
width: 90%;
-moz-border-radius: 8px; border-radius: 8px;
margin:0px;
padding:0px;
}

legend
{
background: #fb0;
border: #CCCCCC solid 1px;
padding: 1px 10px
}

ul {
list-style-position: outside;
padding: 4px;
margin: 2px;
}

ul li{
list-style: none;
padding:1px;
}
.eventNav{
	padding-left:12px;
	display:block;
}
.eventNav a{
	cursor:pointer;
}.eventNav a:hover{ color:#F2BA27; }
form{
	padding:0px;
	margin:0px;
}
form .text{
	border: #CCCCCC solid 1px;
	font-size:9pt;
	color:#999999;
	height:18px;
	width:150px;
}
form .button{
	height:18px;
	width:50px;
	font-size:9pt;
	font-weight:bold;
	background: #fb0;
	border: #CCCCCC solid 1px;
}
#directions{
	padding:0px 0px 0px 12px;
	margin:0px;	
}
#directionsHider, #directions{
	display:none;
}
