body {
	background-color: #FFFFCC;
	background-image: url(images/background.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #336699;
}

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	vertical-align:top;
}

a {
	font-size: 12px;
	font-weight:800;	
	}

	ul#nav_h
	{
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
		background: cyan;
		float: left;
		
	}
	
	ul#nav_h li { display: inline ;  }
	
	ul#nav_h a
	{
	font-size:8px;
		display: block ;
		float:left ;
		padding: .2em 1em;
		text-decoration: none;
		color: black;
		background: cyan;
		border-right: 1px solid #fff;
	}
	
	ul#nav_h a:hover
	{
		color: white;
		background:blue;
	}
	ul#nav_events
	{
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
		background: #036;
		
		
	}
	
	ul#nav_events li { display: inline ;  }
	
	ul#nav_events a
	{
	font-size:8px;
		display: block ;
		
		padding: .2em 1em;
		text-decoration: none;
		color: #FFFF00;
		background: #990000;
		
	}
	
	ul#nav_events a:hover
	{
		color: #000;
		background: #FF9999;
	}
	
