body {
   background-color: #91BDBF;
}

 #container { 
   border: 1px #000 solid; 
   margin: 10px auto; 
   width: 770px;
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 10pt;
background-color: #fff;
 }

 #banner { 
     height: 40px;
     background: #fff ;
     background-repeat: no-repeat;
}

a, a:link, a:visited {
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}
a:active {
   color: #000; 
   background: #F6C5A1;
}

 #content { 
   float: right; 
   width: 573px;
   padding: 0px 15px 25px; 
   line-height: 20px;
}

 #content h1, h2 {
   font-size : 120%;
   color: #023A3D; 
   border-bottom: 1px #023A3D solid; width: 400px; 
 }

 #sidebar-a  { 
   float: right; 
   margin-top: 1px; 
   padding: 5px 0px 5px 10px; 
}

 #sidebar-b { 
   float: left; 
   width: 148px; 	
   margin-left: 10px;	
   font-size: 12px;
   line-height: 20px;
   background-color : #ffffff;
} 

 #footer { 
      font-size: 9pt;
      text-align: center;
      clear: both;
      padding: 10px;
      background-color: #fff;
} 

 
h1 {
          font-size : 150%;
 }



