body {
  background-color: white;
  margin: 0;
  padding: 0;
}
#header {
  padding: 5px 30px 5px 30px;
  text-align: center;
  font-size: large;
}
#logoimage {
  float: left;
  text-align: left;
}
#clampimage {
  float: right;
  text-align: right;
}
#headerimages {
  height: 135px;
}
#header h1 {
  font-family: "Century Gothic", sans-serif;
  margin: 0;
  color: #012241;
}
#header h2 {
  font-family: Corbel, "Century Gothic", sans-serif;
  margin-top: 10px;
  color: #A9ADCA;
}
strong {
  color: #469BDC;
}
#navigation {
  float: left;
  width: 18ex;
  padding: 0px 0px 20px 20px;
}
#navigation ul {
  list-style: none;
  margin: 0px 0px 0px 5px;
  padding: 0;
}
#navigation ul li {
  font-variant: small-caps;
  font-family: Corbel, "Century Gothic", sans-serif;
  font-weight: bold;
  margin: 0px 0px 5px 0px;
}
a {
  text-decoration: none;
  color: #469BDC;
}
a:visited{
  color: #065B9C;
}
a:hover {
  text-decoration: underline;
  color: #267BBC;
}
#navigation ul li ul li {
  font-size: x-small;
  padding-left: 5px;
  font-variant: normal;
  font-weight: normal;
  font-family: "Century Gothic", sans-serif;
}
#content {
  margin-left: 22ex;
  margin-right: 20px;
  font-family: Corbel, "Century Gothic", sans-serif;
  text-align: justify;
}
#content img {
  margin: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10 px;
}
.firsttext {
  font-size: larger;
}
#footer {
  text-align: center;
  font-size: smaller;
  color: #A9ADCA;
  clear: both;
}
#copyright {
  font-family: Georgia, serif;
}
#footer ul {
  list-style: none;
  margin: 0 0 5px 0;
  padding: 0;
}
#footer ul li {
  display: inline;
  padding: 0 5px 2px 5px;
  margin: 0px 2px;
  background-color: #EEEEFF;
}
