BODY      { background-color: rgb( 255, 255, 255 );
            margin-left: 0px;
            padding-left: 0px;
                                       }

BODY, TD, CITE, A, P, UL, DL, DIV     
          { font-family: helvetica, sans;
            font-size: 12pt; 
            color: rgb( 52,  20, 52 ); 

                                       }
A:link, A:visited, A:active
          { font-weight: bold;         
            text-decoration: none      }
A:link    { color: rgb( 106, 65, 97 )  }
A:visited { color: rgb( 93,  52, 84 )  }
A:active  { color: rgb( 39,  98, 130)  }

DIV.sidebar { 
            position: absolute;
            background-image: url(img/sidebar.gif);
            background-repeat: no-repeat;
            background-position: left top;
            float: left;
            width: 110px;
            height: 600px;
            margin-left: 0px;
            border-left: 0px;
            padding-top: 12px;
            padding-left: 0px;
            border-width: 0;
                                       }

DIV.content {
            padding-top: 12px;
            padding-left: 132px;
            overflow: hidden;
            border-width: 0; 
            text-align: left;            
                                       }

DIV.footer {
            clear: both;
            padding-top: 0px;
            padding-bottom: 5px;
            margin-left: 40px;
            margin-right: 40px;
            width: 100%;
            border-width: 1px;
            border-color: rgb(204, 192, 202);    
           }
