#absolute { position: absolute; left: 0px; top: 0px; z-index: 1; }



#everything { 
        width: 960px;
        padding: 0px;
}

#content {
        width: 740px;
        float: left;
        padding: 10px;
        text-align: left;
        background: #FFFFFF;
        }

#sidebar {
        width: 180px;
        float: left;
        padding: 10px;
        text-align: left;
        background: #A6CDFB;
        }

#header table {
        font-size: 11pt;
}


#content h1 {
        font-size: 14pt;
        font-weight: bold;
}

#content h2 { 
      font-size: 11pt;
      font-weight: bold;  
}

#content h3 { 
      font-size: 11pt;
      font-weight: bold;  
}

#content h4 { 
      font-size: 11pt;
      font-weight: bold;  
}

#content p {
        margin-top: 0pt;
        margin-bottom: 6pt;
}

#content table {  
        font-size: 10pt;
}
       

#footer {
        text-align: center;
}



a:link {
        color: #0000AA; 
        text-decoration: none;
        }
a:visited {
        color: #1E6666; 
        text-decoration: none }
a:hover {
        color: #000099; 
        text-decoration: none; 
        background: #BEE3FD}

