body{
	margin:auto;
	font-size: 13pt;
	font-family: georgia;	
	background-color: white;

}

#wrapper{
	text-align:left;
	background-color: transparent;
	width: 800px;
	margin: 10px auto;
	padding: 0px;
	position:relative;
	top:20px
}


/*======================================================*/
#menu{
	position:absolute;
	right:0px;
	margin-bottom:50px;
	font-family: verdana, arial, sans-serif;
	font-size: 0.6em;
	color: #888888;
	padding:0px;
	height: 40px;
	background-color:transparent;
	width: 442px;

}

#menu a{
	color: #888888;
	text-decoration: none;
	
}
#menu a:hover{
	color: red;

}

#menu a#active {
	color: red;
}

/*===========================================================*/
#binder{
text-align:left;
padding:0;
background-color:transparent;
min-height:350px;
}

/* hack for min-height for IE6 */
/*\*/

* html #content {
	height: 350px;
}
/**/

#content{
	margin-top: 60px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	float: right;
	width:450px;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #888888;
}

#content p, #content ul{
	font-size: 0.7em;
	line-height: 1.9em;
}

#content h1, div.sponsors h1{
	font-size: 1.6em;
	color: #666666;
	font-family: Georgia, Times New Roman, serif;
	display: block;
	border-bottom: solid 1px #C4C4C4;
	padding-bottom: 0.5em;
	font-weight: normal;
	line-height: 1em;
	margin:5px 0;
	clear:both;
}

#content h2, div.sponsors h2{
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	border:0;
	padding: 0;
}

#content a{
	color: #56aab2;
	text-decoration: underline;
}

#content a:visited{
	color:#56aab2;
}

#content a:hover{
	color: White;
	text-decoration: none;
	background-color: #92c8cd;
}

.brochure{
	float: right;
	font-size: 0.7em;
	border: #C4C4C4 solid 1px ;
	margin:0px 0px 5px 10px;
	padding:10px 5px;
	background-color: white;
}
div.sponsors{
	background-color:transparent;
	width: 300px;
	
	padding: 68px 0px 0px 0px;
	margin: 0px;
	float:left;
	
}
div.sponsors a{
	
	display:block;
	text-decoration: none;
	color:black;
	border: 1px solid white;
	margin-bottom:5px;
	float:left;
}
div.sponsors a img{
	border: 0px solid white;
}
div.sponsors a:hover{
	border: 1px solid #C4C4C4;
	padding:0;
		
}

/*=====================Links=========================*/
.pdfs{
	margin:0px 0px;
	padding:0 0 0 15px;
	background: url(Figures/pdfIcon.png) 0 0em no-repeat;	
}

.word{
	margin:0px 0px;
	padding:0 0 0 15px;
	background: url(Figures/wordIcon.png) 0 0em no-repeat;	
}

.email{
	margin:0px 0px;
	padding:0 0 0 15px;
	background: url(Figures/emailIcon.png) 0 0.2em no-repeat;
}
/*===================================================*/
#bottombar{
	position:relative;
	top:50px;
	border-top: 1px solid #C4C4C4;
	clear:both;
	background-color: transparent;/*#d9e7ea;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px 0px;
	font-size: 0.6em;
	height: 15px;
	width: auto;
	text-align: center;
}
#bottombar a{
	text-decoration: none;
	color: #888888;
}
#bottombar a:hover{
	color: black;
	text-decoration: underline;
}

/*==============TABLES===============================*/
table {
	width:100%;
	padding: 5px;
	font-family: verdana, arial, sans-serif;
	font-size: .7em;
	border-collapse: collapse;
}

tbody tr td {border: 1px solid #CCC; padding:5px 5px;}
thead tr th{text-align:center;}
