@charset "utf-8";
/* CSS Document */

body {
	margin: 0px; padding: 0px;
	background-color: #3f3734;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	}

.clear { clear: both;}
hr.cleaner {clear:both;	height:1px;	margin: -1px 0 0 0; padding:0; border:none; visibility: hidden;}

h1 {
	color: #01274f;
	background-color: #EFEFEF;
	border-bottom: 2px solid #01274f;
	font-size: 12px;
	width: 190px;
	padding: 5px 0px 5px 5px;
	margin: 0px 0px 5px 0px;
	}

h2 {
	color: #01274f;
	}
	
strong {color: #01274f;}

#wrapper {
	width: 90%;
	min-width: 800px;
	max-width: 1195px;
	margin: 0 auto; padding: 0px;
	}

#header { 
	width: 100%;
	height: 200px;
	}
	
#headerleft {
	width: 190px;
	float: left;
	}
	
#headerright {
	margin-left: 195px;
	height: 200px;
	background: url(../Images/headerbg.png) no-repeat;
	}
	
#content { 
	width: 100%; 
	margin: 0px; 
	padding: 0px; 
	}

#contentright {
	margin-left: 195px;
	background-color: #EFEFEF;
	min-height: 420px;
	padding: 5px;
	}

#contentright p { 
	color: #666;
	}

#contentright p a {
	text-decoration: none;
	color: #69F;
	/*border-bottom: 1px dotted #69F;*/
	}
	
#contentright p a:hover {
	text-decoration: none;
	color: #01274f;
	/*border-bottom: 1px dotted #69F;*/
	}

#navleft {
	width: 195px;
	float: left;
	}

#navleft ul {
	list-style-type: none;
	width: 195px;
	margin: 0px;
	padding: 0px;
	}

#navleft ul li {
	width: 190px;
	}

#navleft ul li a {
	color: #01274f;
	display: block;
	background-color: #8B969F;
	border-bottom: 2px solid #01274f;
	margin: 0px 0px 5px 0px;
	padding: 2px 0px 2px 5px;
	text-decoration: none;
	}
	
#navleft ul li a:hover {
	color: #01274f;
	background-color: #b6ccea;
	border-bottom: 2px solid #01274f;
	}
	
#navleft ul li a.active {
	color: #9abce0;
	background-color: #01274f;
	border-bottom: 2px solid #000;
	}

#footer {
	width: 100%;
	min-height: 40px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	}
	
#footerleft {
	width: 195px;
	float: left;
	}

#footerright {
	margin-left: 195px;	
	}

#footerright p { 
	text-align: right;
	width: 400px;
	float: right;
	color: #ccc;
	padding: 0px;
	margin: 0px;
	}
	
#footerright p a {
	text-decoration: none;
	color: #69F;
	border-bottom: 1px dotted #69F;
	}
	
table.events {
	width: 100%;
	border-bottom: 1px dotted #ccc;
	color: #666;
	padding: 5px 0px 5px 0px;
	margin: 5px 0px 5px 0px;
	}
	
table.events:hover { background-color: #FFF;}
	
table.events td {
	/*line-height: 20px;*/
	vertical-align: top;
	text-align: left;
	}
	
table.events td:first-line {
	font-weight: bold;
	}

table.events img { 
	padding: 3px;
	border: 1px solid #ccc;
	margin: 0px 5px 0px 0px;
	}	

table.events a {
	text-decoration: none;
	color: #69F;
	border-bottom: 1px dotted #69F;
	}
	
table.events .imgcell { width: 75px;}

table.sponsors { width: 45%; color: #666;}
table.sponsors img {border: 1px solid #ccc; padding: 2px;}
table.sponsors td.sponsorimg { width: 160px; height: 100px;}
table.sponsors td {	vertical-align: top;
	text-align: left;
	min-height: 125px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dotted #ccc;}
table.sponsors a {	text-decoration: none;
	color: #69F;
	float: left;}


	
	
	