.spacer2{
clear: both;
height: 14px;
width: 20px;
overflow: hidden;
}

.headerTable{
position: relative;
width: 998px;
margin-left:auto;
margin-right:auto;
}

.mainHeader{
height: 87px;
padding: 0px;
margin: 0px;
}

.mainSubHeader{
width: 998px;
height: 30px;
}

/*mainmenu items*/
.headerMainMenu{
position: absolute;
left: 210px;
top: 59px;
height: 55px;
}

.headerMainMenu ul{
padding:0px;
margin:0px;
list-style-type:none;
}

.headerMainMenu li{
float:left;
padding-top: 8px;
height: 26px;
display: inline;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 1.2;
}

.headerMainMenu a{
padding-left: 15px;
padding-right: 15px;
padding-top: 7px;
padding-bottom: 7px;
color: #fff;
font-weight: bold;
text-decoration:none;
}

.headerMainMenu a:hover, .headerMainMenu li a.current{
color: #000;
text-decoration:none;
}

/*submenu*/
.headerSubMenu{
position: absolute;
left: 210px;
top: 86px;
display: none;
}

.headerSubMenu ul{
float:left;
padding:0px;
margin:0px;
list-style-type:none;
}

.headerSubMenu li{
float:left;
padding-top: 7px;
padding-left: 12px;
padding-right: 12px;
height: 22px;
display: inline;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 1.2;
}

.headerSubMenu a{
color: #2E4E99;
font-weight: bold;
text-decoration:none;
}

.headerSubMenu a:hover{
color: #C10000;
}

/*AAP Logo*/
.headerLogo{
position: absolute;
left: 22px;
top: 3px;
z-index: 3;
}

/*position and font AAP text*/
.AAPText{
position: absolute;
right: 10px;
top: 4px;
z-index: 3;
}

.contentDiv{
position: relative;
width: 998px;
padding-top: 6px;
padding-bottom: 4px;
background: #ffffff;
overflow: hidden;
}

.AAPTextSpan{
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-align: right;
font-size: 20px;
color: #fff;
font-weight: bold;
margin: 0px;
}

.mainFooter{
position: relative;
width: 998px;
height: 113px;
}

.footerText{
text-align: center;
font-size: 11px;
font-weight: bold;
position: absolute;
color: #fff;
top: 50px;
left: 0px;
width: 998px;
}

.footerText a{
color: #fff;
}