@charset "UTF-8";
/* CSS Document */

html, body{ 
	margin:0; 
	padding:0; 
} 
 
#pagewidth{ 
	width:960px;  
} 

body {
	background-attachment: fixed;
	background-image: url(images/bgg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
}
 
#header{
	position:relative;
	height:55px;
	width:100%;
	padding-top: 20px;
} 
#header img {
	padding-left: 14px;
	padding-top: 11px;
}
 
#leftcol{
	width:185px;
	float:left;
	position:relative;
}
 
#maincol{
	float: right;
	display:inline;
	position: relative;
	width: 515px;
	margin-right: 250px;
	margin-left: 10px;
	height: 475px;
	overflow-x:hidden;
	margin-top: 9px;
	padding-top: 13px;
	overflow: auto;
}

#maincol h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #679A9E;
	margin-top: 0px;
}

#leftcol ul {
	list-style-type: none;
	padding-left: 14px;
	padding-top: 13px;
}

#leftcol ul li {
	width: 151px;
	display: block;
}

#leftcol ul li a {
	color: #6D6873;
	background-color: #CCCCCC;
	display: block;
	margin-bottom: 4px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding-top:4px;
	padding-bottom:3px;
}

#leftcol ul li:hover a {
	color: #6D6873;
	background-color: #FFFFFF;
	display: block;
	margin-bottom: 4px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding-top:4px;
	padding-bottom:3px;
}
 
.events {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #6C932C;
}

a:link, a:visited {
	color: #6C932C;
}

a:hover {
	color: #CCCCCC;
}

 
 /* *** 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 */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

 
