/* CSS Document */

body {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
}


H1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #1b5f4e;
	}

H2 {
	font-size:16px;
	color: #663333;
	text-align: left;
	text-indent: 5pt;
	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px none #000000;
} 
H3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:  #330000;
	font-style: normal;
	white-space: normal;
	border-left: 1px solid #330000;
	vertical-align: top;
	padding: 5px;
} 

.points {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	padding: 8px;
	font-variant: small-caps;
}
a:link {
	font-weight: bold;
	color: #CC3300;
	text-decoration: underline;
}


a:visited {
	font-weight: bold;
	color: #CC6600;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
background-color: #A02129;
	color: #FFCC00;
	text-decoration: underline;
}

.eventnav a:hover {
	color: #E46C22;
}
a:active {
 	font-weight:bold;
	color: #FF3300;
	text-decoration: underline;
}
#navigation {
	position: absolute;
	top: 300px;
	left: 75px;
	width: 100px;
	text-align:center;
	}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
	}
#navigation li {
	border-bottom: 1px solid #660000;
}
	
#navigation li a:link, #navigation li a:visited {
	display: block;
	padding: 5px 5px 5px 1em;
	/*border-left: 8px solid #660000;
	border-right: 1px solid #660000;
	background-color: #FFCC66 ;*/
	font-variant: none;
	font-weight: bolder;
	color: #A02129;
	text-decoration: none;
	}
#navigation li a:hover {
	background-color: #A02129;
	color: #FFCC00;
	}
	
/*#navigation ul ul {
margin-left: 12px;
}

#navigation ul ul li {
	border-bottom: 1px solid #660000;
	margin: 0;
}
#navigation ul ul a:link,  #navigation ul ul a:visited {
	background-color:#ffcc66;
	color:#663300;
}
#navigation ul ul a:hover {
	background-color:#A02129;
	color:#FFFFFF;
}*/


.browntext {color: #663333;}
.mainarea {
	
	position: relative; top: 0; bottom: 0; right: 0; left: 0;
	background-color: #CC9966;
	background-image: url(images/bckgrnd.gif); 
	background-repeat: repeat-y;
	
}
.heading {
	position: absolute;
	top: 5px;
	left:30px;
	text-align: center;
	font-weight: bold;
	width: 730px;
}
#headline {
	position: relative;
	top: 15px;
	left: 15px;

	}
.heading h2{ 
	font-size:16px;
	color: #000000;
	text-align: center;
	border: none;
		}
.maintext {
	position: absolute;
	top:500em;
	left:100em;
	right: 150em;
	width:75%;
	height: 200em;
}
.datetime {
	position: absolute;
	top: 50px;
	left: 300px;
	font-size:22px;
	color: #330000;
	text-align: center;
	font-weight: bold;
	width: 520px;
	
	}
.features {
	position: absolute;
	top:190px;
	left: 300px;
	text-align: center;
	width:520px;
	}
.title  {
	position: absolute;
	top: 210px;
	left:260px;
	width: 200px;
	font-size: large;
	font-weight: 900;
	background-color:#CC9966;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	
	
}
.info {
	text-align:left;
	position: absolute;
	top: 250px;
	left: 220px;
	overflow: auto;
	width: 520px;
	padding: 15px 10px;
	margin-bottom: 15px;
	
	}
	
.imgleft {
	float:left;
	padding: 0 20px;
	margin: 15px 5px;
}
.imgright {
	float:right;
	padding: 0 20px;
	margin: 15px 5px;
}

.eventnav {
	float: left;	
	width: 200px;
	background-color: #FFCC66;
	border: thin solid #660000;
	padding: 5px;
	margin: 10px;
}



	* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */


.indent {
	padding:0 35px;
	}
.bl {background: url(images/box_btm_left.gif) 0 100% no-repeat #CC9966; width: 500px}
.br {background: url(images/box_btm_right.gif) 100% 100% no-repeat} 
.tl {background: url(images/box_top_left.gif) 0 0 no-repeat} 
.tr {background: url(images/box_top_right.gif) 100% 0 no-repeat; padding:5px} 
.clear {font-size: 1px; height: 1px}