/*Hi
Text-Light #EFE7DE
Text-Dark #2C2A23
Background #612D56
Blue #8585A3
Green #839580
Orange #838C66
Gold #C5A756
Red #471919

****** HEADER ******
Dk Gray #2C2A23
Med Gray #58544B
Lt Gray	#BDBBB6
Almost White  #EEECE7
*/


html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, img, hr, table, td, tr {
margin: 0;
padding: 0;
border: 0;
}
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background-color:#FFF;		
}

a{color:#930; text-decoration:none; font-weight:bold;}
a:hover{color:#BDBBB6;}

.boldText{font-weight:bold;}
.boldText2{font-weight:bold; padding-bottom:0;}
.close_window{font-size:9px; font-family:Arial, Helvetica, sans-serif;}
	.close_window a{font-weight:normal; color:#BDBBB6; border:1px solid #BDBBB6; padding:0px 2px;}
	.close_window a:hover{color:#58544B;  border:1px solid #58544B; padding:0px 2px;}

#divider{clear:both; border-bottom: #BDBBB6  1px dashed; margin:10px 20px; width:760px;}
#divider_2{clear:both; border-bottom: #BDBBB6  1px solid; margin:5px 0;}

#clearit{clear:both;}

h1{font-size:16px; font-weight:bold; margin-bottom:15px;}/*LEAVE ALONE Used separate in divs*/
h2{font-size:12px; font-weight:bold; line-height:15px;}
h3{font-size:12px; font-weight:bold; line-height:15px; color:#930;}

#pageHead{width:800px; margin:5px auto; line-height:15px; text-align:right; font-size:12px; padding:0 0px;}
#pageFoot{width:800px; margin:5px auto; line-height:15px; text-align:center; font-size:10px; padding:0 0 20px 0;}

#wrapper{
	width:800px;
	border:1px solid #EEECE7;
	background-color:#FFF;
	margin:20px auto 0 auto;	
}

table#events td{margin:0 20px;}

/*BODY**********************************************/
#main_body{}



/*FOOTER***********************************************/
#footer{line-height:25px;}


