@charset "utf-8";
/* GK Style Sheet */

 body{
	background-color:#000066; 
	font-size: 1em;
	font-family: Arial;
 }
 
 
table {
	color: #DCB052; 
	font-weight: bold; 
	font-size: 1em;
	}

 h1, h2{
 	color: #0066cc; 
 	text-transform: capitalize;
 	border-bottom: solid;
 	width: 100%;
 	}
 	
 h3{
 	color: #0066cc;
 	}
 h4{
 	color: #0066cc;
 	margin-bottom: -10px;
 	}


 p{
 	 font-family: Arial; 
 	 padding-left: 15px;
 	 padding-right: 15px;

 	}

 a{
 	font-size: 1em; 
 	text-decoration:none;
 	}
 	
 a:link {
 	color: #CCA042; 
 	text-decoration:none
 	}
 	
 a:active {
 	color: #CCA042
 	}
 	
 a:visited {
 	color: #CCA042
 	}
 	
 a:hover {
 	color: #FCD072
 	}
hr
	{
	color: #FCD072
	}

 img {
 	border: none;
 	}
 
 .top_banner{
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/banner.jpg);
	background-color: #000066;
	background-repeat: no-repeat;
	width: 100%;
	max-width: 940px;
	height: 100px;
	}
 
 .home_logo{
	position: absolute;
	top:0px;
	left: 0px;
	width: 100px;
	height: auto;
	}
 
 .menu_container{
	position: absolute;
 	background: url(images/darkmenuback.jpg);
 	background-repeat: no-repeat;
 	top: 95px;
	left: 0px;
 	background-color: #000066;
 	width: 25%;
 	height: 100%;
 	}
 
 .menu_items{	
 	position: relative;
 	font-size: 95%;
 	color: #DCB052;
 	font-weight: bold;
 	top: 15px;
 	left: 20px;
 	line-height: 2em;
	}
 
 .main_container{
 	position: absolute;
 	top: 90px;
 	left: 219px;
 	background-color: #FFFFFF;
 	width: 75%;
 	height: auto;
 	padding-bottom: 5px;
 	}
 	
 .main_items{
 	position: relative;
	color: #000000;
	left: 10px;
	width: 95%;

 }
 
.titles{
	font-variant: small-caps;
	color: #0066cc;
	font-family: Arial;
}
.officers{
	font-family: Arial;
	color: #0066cc;
	margin: 10px;
}

#offtable td {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;

}