
body {
  margin-top: 70px;
  text-align: center;
}

p {
  margin-top: 0px;
  padding: 0px;
}

#fullpage {
  margin: 0 20px;
  text-align: left;
}

#header {
  height: 80px;
  background-color: #fff;
}

#header table {
  margin: 0;
  border: 0;
}

#pagetitle {
  color: #09144D;
  font-size: 24px;
  font-family: Georgia, Times;
  margin: 0 0 10px 0;
}

#content {
  padding: 5px;
  background-color: white;
  overflow: visible;
  font-family: Arial;
  text-align: justify;
}

#menu {
  height: 25px;
  background-color: #09144D;
  color: white;
}

#menu td {
  color: white;
}

#menu a:link {
  text-decoration: none;
  color: white;
}
#menu a:visited {
  text-decoration: none;
  color: white;
}
#menu a:active { 
  text-decoration: none;
  color: #ccf;
  outline: 0;
}
#menu a:hover {
  text-decoration: underline;
  color: white;
}

#footer {
  margin-top: 35px;
  height: 20px;
  color: gray;
  text-align: center;
  font-size: 10px;
}