body {
background-color: #CFD7E0;
}
 
#main { 
   margin: 0px auto; 
   width: 770px;
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 10pt;
   background-color: #ffffff;
   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: 0px;
}

 #content { 
  float: left;
  width: 570px;
  padding: 20px;
  line-height: 20px;
  background-color: #fff;
}

 #content h1{ 
   margin-top: 0px;
   font-size : 14px;
   font-family: Arial, Helvetica;
   color: #1a6e7d;
   margin-bottom: 25px;
   
}

 #content h2 {
   margin-top: 15px;
   font-size : 115%;
   color: #1A6E7D;
   border-bottom: 1px solid #cccccc;
   margin-bottom: 0px;
 }

 #content h3 {
   font-size : 100%;
   color: #07579B; 
   border-bottom: 1px solid #ccc;
   margin-bottom: -10px;
 }

 #ad { 
   float: right;
   width: 300px; 
   padding: 10px;
   margin-top: -9px;  
}

#ad1{ 
   float: center; 
   margin-top: 8px; 
}

 #menu {
   margin-top: 12px; 
   letter-spacing: 1px;
   float: right; 
   width: 100px; 
   padding: 0px 0px 5px 10px; 
   font-size: 11px;
   border: 1px #C8D1B7 solid;
   background-color: #E7EDF3;
} 

 #footer { 
      text-align: center;
      height: 4px;
      color: #fff;
      clear: both;
      padding-bottom: 16px;
      background: #728AA3;
}

 a:link {
   color: #376178;
}

 a:visited {
   color: #B64A94;
} 