body {
padding: 0;
margin: 0;
}
.header {
position: relative;
width: 100%;
top: 0;
}
.headerleft {
float: left;
width: 12%;
}
/*  Hide from IE/MAC \*/
* .headerleft {
margin: -3px;
}
/* unhide from IE/MAC */

.headercenter {
float: right;
width: 68%;
}

.goback {
      position: absolute; 
      top: 62px;
      left: 360px;      
      font-size: 8pt;
      font-weight: normal;
      color: #000088;   
      text-align: right;
      width: 300px;
      z-index: 201;
      
}


.headerright {
    position: absolute; 
    top: 5px; left: 442px; 
    width: 210px;
    max-width: 216px;
    height: 45px;
    max-height: 45px;
    overflow: hidden;
    font-size: 6pt;
    font-family: arial;
}



#leftmiddle {
width: 80%;
float: left;
padding: 0;
margin: 0;

}


#right {
float: right;
width: 20%;
padding: 0;
margin: 0;
}


#center {
    position: absolute; 
    top: 61px; left: 131px; 
    font-size: 8pt;
    font-family: arial;
    width: 665px;
    z-index: 1;
}

#left {
    position: absolute; 
    top: 61px; left: 0px; 
    width: 130px;
    max-width: 130px;
    font-size: 6pt;
    font-family: arial;
}

.clear {
clear: both;
}

#footer {
text-align: left;
font-size: 6pt;
}




