  html {
     width: 100%;
    }
body {
background-color: #000099;
  text-align: center; 
}
A:link {text-decoration: none; color: #880000;}
A:visited {text-decoration: none; color: #776666;}
A:active {text-decoration: underline; color:#000;}
A:hover {text-decoration: underline; color: red;}
a img{
border:0;
} 
.normal {
color: #000;
font-size: 12px;
}
.title {
  color:#000;
  font-size: 18px;
  text-align: center;
}

h1        {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:14pt; color:#000;}
h2     {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11pt; color:#000;}

IMG.displayed {    display: block;    margin-left: auto;    margin-right: auto;}

#center {
 background-color: #FFFFFF;
 width: 800px;
 margin-left: auto; 
 margin-right: auto;
 height: 100%;
 overflow: hidden;
text-align: left;
}

#centerlg {
 background-color: #FFFFFF;
 width: 800px;
 margin-left: auto; 
 margin-right: auto;
 height: auto;
 overflow: hidden;
text-align: left;
}


#header {
  background-image: url("USAFKheader.jpg");
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  display: block;
  height:100px;
  font-size: 0!important;
  text-align: center; 
  width: 800px;
  margin-left: auto; 
  margin-right: auto;
position: relative

}



#main {
  padding: 5px;
  width: 600px;
  float: left;
  background-color: #FFFFFF;


}

#sponsor {
  width: 170px;
  text-align: center;
  padding:3px;
  float: right;


}

#menucenter{}

ul#menu{
	margin-left:auto;
	margin-right:auto;
	padding:0;
	list-style-type:none;
	width:800px;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom:4px solid #000066;
	border-top:1px solid #000066;
	background-color: FFFFFF;
	text-align: center;
}
ul#menu li{
	display:block;
	border-right:1px solid #000066;
	float:left;
	width:100;
	
	margin:0;
	pading:0;}
ul#menu li a{
	display:block;
	float:left;
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	height:24px;
	padding: 12px 20px 0px 20px;

	}
ul#menu li a:hover{
	text-decoration:underline;	
	}


#footer{
  margin-top: 3px;
  padding: 1px;
  clear: left;
  text-align: center;
  Width: 97%;
}
