  c* {
	margin:0;
	padding:0;}
	
body {
	font:80%/1.5 Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #91cdf0 url(images/bodybg_gradient.jpg) repeat-x left top;
	text-align: center;
	}

a {
	color: #1a87c9;
	text-decoration: underline;
	}
	
a:hover {
	color: #ff9900;
	text-decoration: none;
	}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#widecontainer {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: transparent url(images/topnavbg.jpg) repeat-x left top;
	}
	
#container {
	clear:both;
	width: 771px;
	margin: 0 auto;
	padding: 0;
	text-align: left;	
	}
	
#topmenu {
	clear:both;
	width: 771px;
	margin: 0 auto;
	padding: 0;
	height: 91px;
	background: transparent url(images/logo_bg.jpg) no-repeat top center;	
	}
	
#topnav {
	list-style: none;
	margin: 0;
	padding-top: 8px;
	padding-left: 10px;
}

#topnav li{
	display: inline;
	}
	
#topnav li{
	display: inline;line-height:3em; padding: 0 10px;
	}
	
#topnav a:link, #topnav a:visited {
	color: #303d98;	
	text-decoration:none;
	}
	
#topnav a:hover, #topnav a:active {
	text-decoration:underline;	
	}
	
#submenu {
	list-style: none;
	border-top: 1px #cfe7f4 solid;
	border-bottom: 1px #cfe7f4 solid;
	text-align: center;
	margin: 0;
	clear:both;
	margin-bottom: 10px;
	padding: 0;
	height: 30px;
}

#submenu li{
	display: inline;
	z-index: 1000;
	}
	
#submenu li{
	display: inline;line-height:2em; padding: 0 10px;
	}
	
#submenu a:link, #topnav a:visited {
	color: #303d98;	
	text-decoration:none;
	}
	
#submenu a:hover, #topnav a:active {
	text-decoration:underline;	
	}
	
#header {
	clear:both;
	width: 771px;
	height: 183px;
	background: transparent url(images/header.jpg) no-repeat;
	}
	
#middlebg {
	clear:both;
	width: 771px;
	background: transparent url(images/middlebg.jpg) repeat-y top center;
	float: none;
	}
	
#middle {
	width: 771px;
	background: transparent url(images/contentbg.jpg) no-repeat top center;
	min-height: 415px;
	position: relative;
	}
	
#menu	{
	width: 170px;
	height: 320px;
	font-weight: bold;
	margin-left: 14px;
	margin-bottom: 3px;
	margin-top: 0;
	padding: 0;
	text-align: left;
	float: left;
	display: block;
	}
	
#menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
	width: 170px;
  }
  
#menu li {
    position: relative;
  }
  
#menu li ul {	
	position: absolute;
	left: 170px;
	top: -2px;
	display: none;
	background-color: #ffffff;
	z-index: 10000;
  }
  
#menu ul li a {
	display: block;
	text-decoration: none;
	color: #1a87c9;
	background: #e5eff5;
	padding: 3px;
	padding-left: 15px;
	font-size: .9em;
	font-weight: bold;
	}
	
#menu ul li a:hover {
	display: block;
	background: #cfe7f4 url(images/arro.gif) no-repeat 0% 50%;
	}
	
#menu ul li a:active, #menu ul li a.activeLink {
	background: #cfe7f4 url(images/arro.gif) no-repeat 0% 50%;
	color: #1a87c9;
	border-right-width: 0px;
	}
	
/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */
#menu li:hover ul, #menu li.over ul { 
	display: block; }
#menu li:hover ul, li.over ul{ display: block; }

#content {
	width: 525px;
	background: transparent;
	margin-right: 5px;
	margin-left: 211px;
	margin-top: 0;
	margin-bottom: 3px;
	display: block;
	text-align: left;
	}
	
#content h1 {
	font: bold 2em Georgia, "Times New Roman", Times, serif; 
	color: #ff9900;
	padding-top: 7px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0;
	margin-bottom: 0px;
	}
	
#content h2 {
	font: bold 1.5em Georgia, "Times New Roman", Times, serif; 
	color: #117fc3;
	padding-top: 2px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
#content h4 {
	font: bold 1em Arial, Helvetica, sans-serif; 
	color: #117fc3;
	padding-top: 2px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
#content p {
	font: Arial, Helvetica, sans-serif;
	line-height: 21px; 
	}
	
/*Styles for pseudo table for use in program of events*/
#content .event {
	width: 550px;
	border-bottom: 1px dotted #2d2c65;
	position: relative;
	z-index: 0;
	}

/*Start hiding from IE Mac \*/
* html #content .event .what {
	height: 1%;
	}
/*Stop hiding from IE Mac */

#content .event .what, #content .event .when {
	display: block;
	}

#content .event .when {
	width: 175px;
	float: left;
	height: 100%;
	}
	
#content .event .what {
	position: relative;
	margin-left: 175px;
	left: 0;
}

/* Fix a quirky IE Bug that makes bullets appear at the bottom of any li */
#content .event .what ul li {
	float: none;
}
	
#bottom {
	clear:both;
	width: 771px;
	min-height: 250px;
	background: transparent url(images/middlebg.jpg) repeat-y top center;
	}
	
#bodyfooter {
	clear:both;
	width: 771px;
	height: 16px;
	background: transparent url(images/footer.jpg) no-repeat bottom center;
	}
	
#footer {
	width: 100%;
	height: 39px;
	margin-top: 27px;
	margin-bottom: 10px;
	padding: 0;
	background: #a7daf8;
	border-top: #989999 solid 1px;
	border-bottom: #989999 solid 1px;
	vertical-align: middle;
	}
	
#footer p {
	margin: 0;
	}