body {
margin: 0;
padding: 0;
text-align: center;
font-family: Helvetica,"Trebuchet MS1", sans-serif;
}

h1 {
padding: 10px 0 0 3px;
margin: 0;
font-size: 110%;
}

h2 {
text-align: center;
padding: 10px 0 0 0;
}

#outercontainer {
margin-left:auto;
margin-right: auto;
width: 820px;
text-align: left;
}

#header {
float: left;
width: 800px;
height: 50px;
border:thin solid #32b8ef;
background-color: #f1d612;

}

#subheaderleft {
float: left;
width: 260px;
}

#subheaderleft1 {
clear: none;
float: left;
width: 260px;
text-align: center;
padding: 8px 0 0 3px;
margin: 0;
}

#subheaderright {
clear: none;
float: right;
width: 260px;
text-align: right;

}

#header p {
text-align:right;
padding: 5px;
margin: 0;
}


#wrappernav {
float: left;
width:120px;
padding-top: 10px;
}



#navcontainer li { 
height: 70px;
width:110px;
margin: 0px 0px 0 0px;
padding: 0px 0 0 0px;
/*flicker fix*/
background-image: url(../images/listhover.gif);
background-repeat: no-repeat;
/*flicker fix*/
}
#navcontainer ul {

list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0px 0px 0 0px;
padding: 0px 0 0 0px;
text-align: center;
}

#navcontainer a {
width: 110px;
height: 70px;
text-decoration: none;
/*
background-image: url(../images/listhover.gif);
background-repeat: no-repeat;*/
margin: 0px 0px 0 0px;
padding: 0px 0 0 0px;
}

#navcontainer a:link, #navlist a:visited {
margin: 0px 0px 0 0px;
padding: 0px 0 0 0px;
width: 110px;
height: 70px;
color: black;
/*
background-image: url(../images/listhover.gif);
background-repeat: no-repeat;*/
}

#navcontainer a:hover {
width: 110px;
height: 70px;
background-image: url(../images/list.gif);
background-repeat: no-repeat;
background-attachment: fixed;
color: #333;
margin: 0px 0px 0 0px;
padding: 0px 0 0 0px;
}

active a:link, #active a:visited, #active a:hover
{
width: 110px;
height: 70px;
background-image: url(../images/list.gif);
background-repeat: no-repeat;
background-attachment: fixed;
color: black;
margin: 0px 0px 0 0px;
padding: 0px 0 0 0px;
}

#content {
float:left;
}

#innercontentleft {
float:left;
clear: right;
width: 330px;
height: 200px;
text-align: center;
}

#innercontentright {
float:right;
clear: none;
padding:10px;
width: 320px;
border: thin solid #32b8ef;
background-color: white;
}

#innercontentright1 {
float:right;
clear: none;
padding:10px;
width: 320px;
background-color: white;
text-align: center;
}

#logowrapper {
float: left;
width: 680px;
height:150px;
background-image: url(../images/absolutelogo.jpg);
background-repeat: no-repeat;
background-position: center;

}

#banner {
float:left;
clear: both;
width: 680px;
height: 50px;
background-image: url(../images/banner.jpg);
background-repeat: no-repeat;
}


#maincontent {
float:left;
clear: both;
width: 680px;

}


#footer {
font-size: 75%;
margin-top: 5px;
float: left;
clear: both;
width: 800px;
border:thin solid #32b8ef;
background-color: #f1d612;
}

#footerleft {
float:left;
width: 395px;
text-align: center;
}

#footerright {
float: left;
width: 395px;
text-align: center;
}

#footer1 {
font-size: 75%;
margin-top: 20px;
float: left;
clear: both;
width: 800px;
text-align: center;
}



