body {
background-color: #CFD7E0;
}
 
#main { 
   margin: 10px auto; 
   width: 770px;
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 9pt;
   background-color: #F2F6FA;
   border: #6D7F86 1px solid;
}

#top {
   margin: 1px auto; 
   width: 770px; 
   height: 193px;
   background: #fff url(images/logo_new.jpg);
   clear: both;
   background-repeat: no-repeat;
   border: #6D7F86 1px solid;
   margin-bottom: -10px;
}

 #content { 
   margin-top: 5px;
   width: 750px;
   padding: 10px;
   line-height: 20px;
   background: #F2F6FA;
}

 #content h1{ 
   font-size : 165%;
   margin-left: 9px;
   color: #728AA3;   
}

#content h2 {
   margin-top: 15px;
   font-size : 110%;
   color: #666666;
   margin-bottom: 2px;
   margin-left: 10px;
 }

 #content h3 {
   font-size : 100%;
   margin-bottom: -12px;
 }

 #ad1 { 
   float: center; 
   margin-top: 5px; 
}

 #footer { 
      text-align: center;
      height: 4px;
      color: #fff;
      clear: both;
      padding-bottom: 16px;
      background: #728AA3;
}

 a:link {
   color: #0000cc;
}

a:visited
{
color: #B64A94;
} 