@charset "UTF-8";
/* CSS Document Annual Meeting 2010 CSS */
/* bjk 5/7/10 */

/* positioning */
body {
	background-color: #5f6062;
}
#wrapper {
	position: relative;
	width: 960px;  
	background: #76a8db;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 2800px;
}

/* fonts */
h1, h2, h3, h4, p,  td, li {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
h1 {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:-0.1em;
	margin-top:0em;
	padding-bottom:0;
}
h2 {
	font-size:1.0em;
	font-weight:bold;
	margin-bottom:0;
	margin-top:0em;
	padding-bottom:0;
}
h3 {
	font-size:0.9em;
	font-weight:bold;
	margin-bottom:-0.2em;
	margin-top:0em;
	padding-bottom:0;
}
p,  td {
	font-size: .9em;
}

/* navlinks */
#navsite p {
    
	display: none;
	}
#navsite ul {
	width:100%;
	float:left;
	padding: 0;
	margin-left: 0;
	border-bottom: 1px solid #76a8db;
	font: bold 12px Verdana, sans-serif;
}

#navsite ul li {
	list-style: none;
	margin: 0;
	float: left;
}

#navsite ul li a {
	padding: 12px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background-color: #5f6062;
	display: block;
	width: 7em;
}

#navsite ul li a:link {
	color: white;
}
#navsite ul li a:visited {
 color: #white;
}
#navsite ul li a:link:hover, #navsite ul li a:visited:hover {
	color: #000;
	background-color: #ffc83e;
	border-color: #227;
}
#navsite ul li a#current {
	background-color: white;
	border-bottom: 1px solid white;
	color: #448;
	margin-bottom: -1px;
}

.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
/* for IE6 */
* html .clearfix {
 height: 1%;
}
/* for IE7 */
*:first-child+html .clearfix {
 min-height: 1px;
}


/* top left holds picture */
#picturebox {
	position: absolute;
	top: 280px;
	left: 10px;
	width: 330px;
	height: 2400px;
	
}
/* topright holds text */
#maintext {
	position:absolute;
	top: 280px;
	left: 395px;
	width: 510px;
	height: 1600px;
}




/* floating images */

.imcenter {
	display: block;
    margin-left: auto;
    margin-right: auto; 	
}
.imleft { 	
	float:left;
	margin-bottom: 2px;  }
.imright {
	float:right;
	margin-bottom: 2px;
	
}
.clear {
	clear:both
	}


