body 
{
    background-image: url(/img/background.jpg);
    background-repeat: repeat-x;
    background-color: #004f88;
    color: #004f88;
    font-family: Trebuchet MS, Times New Roman, Serif;
    font-size: 9pt;
    margin: 0;
    padding: 0;
    
    
    
}

a
{
    color: #004f88;
    text-decoration: none;    
    
    }
a:hover
{
    background-color: #004f88;
    color:White;
}

h1
{
    font-family: Trebuchet MS, Times New Roman, Serif;
    font-size: 14pt;
    font-weight:bold;
    padding:0;
    margin:0;
    text-align:center;
}
    
#top 
{
    height: 100px;
    background-image: url(/img/logo.jpg);       
    background-repeat: no-repeat;
    background-position: 10px center;
    border-bottom: groove 2px #8a8a8a;    
    color: #005482;
    text-align:center;
    padding-top: 2px;
}

#left 
{
    position:absolute;
    left: 10px;
    top: 120px;
    width: 190px;
    height: 150px;
    background: white;
    border-bottom: dashed 2px #8a8a8a;
    border-right: dashed 2px #8a8a8a;
    text-align: left;
    font-size: 10pt;
    padding-left: 10px;        
    
}
#leftadds
{
    position:absolute;
    left: 10px;
    top: 300px;
    width: 190px;
    background: white;
    text-align: left;
    font-size: 10pt;
    padding-left: 10px;
}
    

#center
{
    margin-top: 15px;
    margin-left: 220px;
    margin-right: 220px;
    padding-left: 5px;
    padding-right: 5px;
    background: white;
    border: solid 1px #8a8a8a;
    
    
    
}

#right 
{
    position:absolute;
    right: 10px;
    top: 120px;
    width: 200px;
    text-align: center;
        
}

#footer 
{   
  background: #005482;
  color: White;
  margin: 20px;
  text-align: center;
  font-size: 8pt;
  }



    
    
    
    
   
    