html, body{ 
 margin:0; 
 padding:0;
 height:100%; 
 text-align:center; 
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-stretch: ultra-condensed;
 font-size:11pt;
 line-height: normal;
 background-color: #b1e0fe;
 background-image: url(images/bground.jpg);
 background-repeat: repeat-x;
 background-position: top;
} 
 
#pagewidth{
	width: 800px;
	height: auto;
	min-height: 800px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border: 1px ridge #B5D3B0;
	margin-top: 10px;
} 
 
#header{
 position:relative; 
 height:100px;
 padding-left:10px;
 padding-right:10px;
} 
 
#maincol{
 float: right; 
 display:inline; 
 position: relative;
 width:780px; 
 padding-left:10px;
 padding-right:10px;
 padding-bottom:100px; 
 text-align:left;
 }
 
#footer
{
 position: relative;
 height:20px;
 margin-top:5px; 
 width:800px; 
 text-align:center;  
 margin-left:auto; 
 margin-right:auto;
 font-family:Arial, Helvetica, sans-serif;
 color: #6298bb;
 font-size:9pt; 

} 
 
 #logo
 {
 	position:relative;
	height:100px;
	float:left;
 }
 
 
 #topmenu
 {
 	position:relative;
	float:right;
	text-align:left;
	margin-top:65px;
	padding-top:5px;
	padding-bottom:5px;
	height: 20px;
	background-image: url(images/menu_bground.jpg); 
	background-position: top;
	background-repeat: repeat-x;
 	text-decoration: none;
	padding-top:5px;
	padding-bottom:5px;
	height: 20px;
 }
 
 #topmenu a:link
 {
 	color: White;
	text-decoration: none;
	font-size:11pt;
 }
 
 #topmenu a:visited
 {
   color: White;
	text-decoration: none;
	font-size:11pt;
 }
 
 #topmenu a:hover
 {
   color: #F7B512;
 	text-decoration: none;
	font-size:11pt;
 }
 
 .menu_item
 {
 	padding-left:10px;
	padding-right:10px;
 }
 
 .menu_spacer
 {
 	color: Scrollbar;
 }

 
#main_image
{
	position:relative;
}
 

.heading
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18pt;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:15px;
	color: #F7B512;
	text-align:left;
}

.event_wrapper
{
	position: relative;
	padding-bottom:30px;
	padding-top:10px;
	height: auto;
	border-bottom: dotted 1px #95cbd1;
	
}

.event_image
{
	position: relative;
	float:left;
	width:350px;
	text-align:right;
}

.event_info
{
	position: relative;
	float: right;
	margin-top: -10px;
	width:400px;
}

.event_name
{
	position: relative;
	font-size: 11pt;
	font-weight: bold;
}

.event_date
{
	position: relative;
}

.event_detail
{
	position: relative;	
}



 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

.subHeading
{
 	font-family:Arial, Helvetica, sans-serif;
 	font-size:12pt;
	text-align:left;
	font-weight:bold;
}
 
.main_image1
{
 	position:relative;
	
}
 
.main_image2
{
 	position:relative;
}