* {
  padding: 0;
  margin: 0;
 }
 
 body {
 font-family:Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color:#a58570;
  background-color:#FFFFFF;
  background:url(bg-btns/tile.gif);
  background-repeat:repeat;
  margin:0;
  padding:0;
 }
 
 .bodytop {
 margin-top:0px;
 height:180px;
 background-image:url(bg-btns/bg-top.gif);
 background-position:top;
 background-repeat:no-repeat;
 background-attachment:scroll;
 border-bottom-style:double;
border-bottom-width:3px;
border-bottom-color:#0B3158;
  }
  
#apDiv1 {
	position:absolute;
	left:0px;
	top:0px;
	width:280px;
	height:180px;
	z-index:1;
	background-image:url(bg-btns/bg-top-left.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#apDiv2 {
	position:absolute;
	left:300px;
	top:0px;
	width:600px;
	height:140px;
	z-index:2;
	background-position:top;
	background-repeat:no-repeat;
}

#apDiv3 {
	position:absolute;
	left:300px;
	top:140px;
	width:600px;
	height:30px;
	z-index:3;
	background-image:url(bg-btns/bg-AE-logo.gif);
	background-position:top;
	background-repeat:no-repeat;
}
 
.bodymid {
width:900px;
max-width:900px;
padding-top:20px;
min-height:360px;
}

.img {
border:#000000;
border-style:solid;
border-width:1px;
}

h1 {
  font-size: 11px;
  color:#000000;
  text-align:center;
  background-image:url(bg-btns/bg-h1.jpg);
  border-top-style: groove;
  border-left-style: groove;
  border-bottom-style: ridge;
  border-right-style: ridge;
  border-color:#a58570;
  border-width:3px;
  padding-top:2px;
  padding-bottom:1px;
 }
 
h2 {
  font-size: 11px;
  color:#000000;
  text-align:left;
  text-indent:10px;
  background-image:url(bg-btns/bg-h2.jpg);
  max-width:250px;
  border-top-style: groove;
  border-left-style: groove;
  border-bottom-style: ridge;
  border-right-style: ridge;
  border-color:#a58570;
  border-width:3px;
  padding-top:2px;
  padding-bottom:1px;
 }
 
h3 {
  max-width:580px;
  border-bottom-style:solid;
  border-bottom-color:#a58570;
  border-bottom-width:1px;
  }
 
h4 {
  font-size: 11px;
  font-weight: bold;
  color:#ffffff;
 }
 
a {
  color: #ffffff;
  text-decoration:none;
 }
 
a:hover {
  text-decoration: underline;
  color: #ffffff;
 }
  
 #content {
 float:left;
 width: 880px;
  padding-left: 20px;
  line-height: 18px;
  padding-bottom:20px;
 }
 
 #sidebar {
 width:240px;
 float:right;
 padding-left: 20px;
 padding-right: 20px;
 line-height: 18px;
 border-left-style:double;
 border-left-width:3px;
 min-height:340px;
 }

.footer {
clear:both;
	height: 50px;
	max-height:50px;
	padding-right:50px;
	padding-top:5px;
	background: #0B3158;
	text-align:right;
	font-size:10px;
}
