  body {
    color: #ffffdf;
    background-color:#015470;
    font-family: arial, helvetica, impact, sans-serif;
    font-size: 80%;
  }

  .reference {
      font-weight: bold;
  }

  .heading {
      text-align: center;
      padding-bottom: 1em;
  }

  .centred {
      display: block;
      margin-left: auto;
      margin-right: auto;
  }

  #content table.barmenu {
      width: 80%;
      border-spacing: 0px;
      margin-top: 1em;
      margin-bottom:2em;
  }

  #content table.barmenu td {
    padding: 2px;
    vertical-align: middle;
  }

  .floatleft {
      float: left;
  }

  .floatright {
      float: right;
  }

  #frame { 
    width: 100%;
    text-align:center;
    }

  #mainBox { 
    border:5px solid #FFFFDF;
    height: 700px;
    height:auto;
    margin-top:50px;
    min-height:700px;
    position:relative;
    width:800px;
    margin:50px auto;
    text-align:left;
    }

  #menu {
    text-align: center;
    width: 90%;
    padding-left:5%;
  }

  #menu img {
    border: none;
    margin: 0px;
    padding: 0px;
  }

  #header { 
    position: relative;
    width: 500px;
    left: 150px;
    text-align: center;
    font-size: xx-large;
    top: -40px;
    background-color: #015470;
    }

  #header img {
    border:none;
  }
  
  #content {
    height: auto;
    min-height: 700px;
    padding: 10px;
  }

  #content table {
    width: 60%; 
    text-align: left; 
    margin-left: auto; 
    margin-right: auto; 
    border:solid 1px #ffffdf; 
  }

  #content table td {
    border:solid 1px #ffffdf; 
  }

/* for Internet Explorer */
/*\*/
* html #content{
height: 700px;
}
/**/

  #footer {
    font-size: small; 
    width: 300px;
    position: relative;
    left: 250px;
    background-color: #015470;
    top: 50px;
    text-align: center;
    }

  #footer img {
    border: 0px;
  }


 img {
   border: 4px solid #ffffdf;
   margin: 8px;
 }

 #map img {
   border: 0px;
   margin: 0px;
  }

a:link {
    color: #ffffdf;
}

a:visited {
    color: #ffffdf;
}
