 body {
    text-align: center;
    margin: 0;
    padding: 0;
 }

 div, p {
   font-size: 13px;
 }

 * { font-family: Trebuchet MS, sans-seriff; }
 div.searchBox {
    text-align: center;
 }

 h1.logo {
    background: center no-repeat url(/img/logo.png);
    text-indent: -50000px;
    height: 80px;
 }

 div.disclaimer {
    font-size: 11px;
    text-align: center;
 }

 div.container {
    margin: auto;
    text-align: justify;
    width: 800px;
 }

 div.aTop {
   /*background: #eeeeff;*/
   background:white;
   clear: both;
   margin-bottom: 6px;
   text-align: left;
   border-bottom: 1px #1D3C81 solid;
   padding: 2px;
 }

