  body, td, p, form
  {
  font-family: Arial,Helvetica,Univers,Zurich BT,sans-serif;
  font-family:"Calibri","Trebuchet MS",verdana,arial,sans-serif;
  color: #000000;
  background-color: #ffffff; 
  }
  
  a:link{
   color: #000099;
  }
  a:visited{
   color: #aaaa00;
  }
  a:active{
   color: #000099;
  }
  
  ul{
   list-style-type: none;
  } 

 #header{
  margin: 0 180px;
  width: 700px;
 }
 #nav{
  float: left;
  width: 200px;
 }
 #maincontent{
  width: 700px;
  float: left;
 }
 #googleads{
  float: left;
  width: 200px;
 }
 
 img{
  border: none;
 }
 
 ol li {
  margin-bottom: 1em;
 }

 .passlogo{
  float:right; 
  margin: 40px;
 }