#absolute { position: absolute; left: 0px; top: 0px; z-index: 1; }

body { 
 font-family: Ariel, Helvetica, Geneva, Swiss, SunSans-Regular;
      font-size: 12pt;
      font-style: normal; 
      font-weight: normal;  
      line-height: normal; 
      color: #000099;
}

#everything { 
        width: 1000px;
}

#sidebar {
	position: fixed;
        font-size: 12pt;
        width: 200px;
        padding: 5px;
        padding-top: 25px;
        float: left;
        text-align: left;
        background: #A6CDFB;
        }

#content {
        width: 780px;
        float: right;
        padding: 00px;
        text-align: left;
        background: #FFFFFF;
        }


#header table {
        font-size: 13pt;
}


#content h1 {
        font-size: 16pt;
        font-weight: bold;
}

#content h2 { 
      font-size: 14pt;
      font-weight: bold;  
}

#content h3 { 
      font-size: 13pt;
      font-weight: bold;  
}

#content h4 { 
      font-size: 13pt;
      font-weight: bold;  
}

#content p {
        margin-top: 0pt;
        margin-bottom: 6pt;
}

#content table {  
        font-size: 12pt;
}
       

#footer {
        text-align: center;
}

img.floatRight { 
    float: right; 
    margin: 5px; 
}

a:link {
        color: #000099; 
        text-decoration: underline;
        font-style: italic }
a:visited {
        color: #000099; 
        text-decoration: underline }
a:hover {
        color: #000099; 
        text-decoration: underline; 
        background: #BEE3FD}

