body {
   background-color: #49596C;
   font-size: 9pt;
}

 #container { 
   border: 1px #000 solid; 
   margin: 10px auto; 
   width: 770px;
   font-family: arial; 
   background-color: #fff;
 }
 #topnav { 
   padding-left: 10px; 
 }

 #banner { 
     height: 250px;
     background: #fff url(css/header.jpg);
     background-repeat: no-repeat;
}

a, a:link, a:visited {
   text-decoration: none;
   color: blue; 
}

a:hover {
   text-decoration: underline;
   color: #990000; 
}
a:active {
   color: #000; 
   background: #F6C5A1;
}

 #content { 
   float: right; 
   width: 560px;
   padding: 5px 35px 25px 0px; 
   line-height: 20px;
   font-size: 13px;
}

 #content h1 {
   font-size : 120%;
   color: #990000; 
   border-bottom: 1px solid #990000;
   width: 550px;
 }

 #content h2 {
   font-size : 115%;
   color: #990000;
 }

 #sidebar-a  { 
   float: right; 
   margin-top: 0px;
   padding: 5px;
   width: 120px; 
}

 #sidebar-b { 
   float: left; 
   width: 150px; 
   margin-top: 15px; 	
   margin-left: 10px;
   font-family: arial; 
   font-size: 12px;
   line-height: 20px;
} 

 #footer { 
   font-size: 9pt;
      text-align: center;
      clear: both;
      padding: 7px;
      background: #fff url(css/footerlogo.jpg);
      background-repeat: no-repeat;
      color: #fff; 
} 

 #footer a{ 
   color: #fff; 
} 
 
h1 {
          font-size : 150%;
 }