body {
  margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #f5f5f5;
  font-size: 76%;
}

#headbox p {
  text-align: center;
  }

#navigation {
  }

#navigation ul {
  margin-top: 1em;
  text-align: center;
  list-style-type: none;
  color: #333;
  background-color: #f5f5f5;
  width: 100%;
  }

#navigation ul li  {
	font-size: 0.8em;
	display: inline;
	}

#navigation ul li a {
  text-decoration: none;
  padding: .3em;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #333;
  }

#navigation ul li a:hover {
  color: #000;
  background-color: #b3cdf1;
  }

#mainbox {
  }

#content {
  font-size: 1em;
  line-height: 1.5em;
  padding: 0.3em;
  background-color: #f5f5f5;
  color: #333;
}

#content p {
  padding: 1em 5em 1em	7em;
  text-indent: 3em;
  }

#content img: {
  float: left;
  }

#content ul {
  padding-right: 8%;
  padding-left: 8%;
  list-style-type: none;
  text-decoration: none;
  }

#content li {
  padding: 1em;
  }

#content li a {
  font-weight: bold;
  text-decoration: none;
  color: #3e6396;
  }

#content li a:hover {
  color: #b3cdf1;
  }
  
#footbox {
  clear: both;
  width: 95%;
  font-size: 0.8em;
  margin: 10px;
  text-align: center;
  padding: 3px;
  border-top: 1px solid #becdf1;
  color: #333;
}

#footbox .date {
  float: left;
  letter-spacing: 0.3em;
  text-align: left;
}

#footbox .contact {
  float: right;
  text-align: right;
}

#footbox .contact a {
  text-decoration: none;
  color: #333;
  }

#footbox .contact a:hover {
  color: #b3cdf1;
  }