body {
   background-color: #FFFFFF;
}

 #container { 
   border: 1px #CCCCCC solid; 
   margin: 10px auto; 
   width: 770px;
   font-family: arial; 
   background-color: #fff;
 }

 #banner { 
     height: 175px;
     background: #fff url(css/header2.jpg);
     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: 600px;
   padding: 0px 15px 25px; 
   line-height: 20px;
   font-size: 13px;
}

 #content h1 {
   font-size : 120%;
   color: #990000; 
 }

 #content h2 {
   font-size : 115%;
   color: #990000; 
 }

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

 #sidebar-b { 
   float: left; 
   width: 130px; 	
   margin-left: 10px;
   font-family: arial; 
   font-size: 12px;
   line-height: 20px;
} 

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


h1 {
          font-size : 150%;
 }