body {
	margin: 0 0 0 0;
	background-image: url(../../www/afb/bg.jpg);
	background-repeat:repeat-x;
	background-color:#DEB100;
}

h1
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

#container
{
	 width:900px;
	 background-color:#FFFFFF;
	 margin:0 auto;
}

.menu {
	background-color: White;
	font-family: Verdana;
	font-size: 16px;
	text-align: center;
}

.white_spacer {
	background-color: White;
	height:21px;
	clear:both;
}

.content {
	background-color: White;
	font-family: Verdana;
	font-size: 11px;
}

.footer {
	font-family: Verdana;
	font-size: 10px;
	text-align:center;
	width:900px;
}

.button
{
	font-family: Verdana;
	font-size: 11px;
}

.submenu {
	background-color: White;
	font-family: Verdana;
	font-size: 11px;
}

.submenu-content {
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
	background-image: url(../afb/submenu_bg.jpg);
	background-repeat: repeat-y;
}

.content-spacer
{
	background-color: White;
}


a:link{
	color: #000000;
	text-decoration: none;
	font-family: Verdana;
}

a:visited{
	color: #000000;
	text-decoration: none;
	font-family: Verdana;
}

a:hover{
	color: #666666;
	text-decoration: none;
	font-family: Verdana;
}

a:active{
	color: #666666;
	text-decoration: none;
	font-family: Verdana;
} 