   body {
    font-family: arial;
    background-color: #0000FF;
    }
   .centerbanner
    {
     margin: 10px 0 0 150px;
     text-align: center;
     width: 40%;
     height: 250px;
    }
   .footer
   {
	text-align: right;
	font-style: italic;
	font-size: 75%;
	color: #FFFFFF;
   }
  .header
  {
   text-align: middle;
   color: white;
  }  
  .header img
  {
    width: 50px;
    height: 50px;
    vertical-align: middle;
  }
  .header ul
  {
    text-align: right;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .header li
  {
     display: inline;
     padding-right: 20px;
     padding-left: 10px;
     border-left: solid 1px;
  }
  #map_canvas
  {
    border-width: 8px;
    border-style: ridge;
    margin: 5px 5px 5px 5px;
  }

  a
  {
   color: #FFFFFF;
   text-decoration: none;
  }

 .topbanner
  {
   color:#FFFFFF;
  }
 .loginlabel
  {
   color: white;
  }  