
body {
  margin-top: 70px;
  text-align: center;
  background-color: #C8DCEB;
}

p {
  margin-top: 0px;
  padding: 0px;
}

#fullpage {
  width: 600px;
  height: 530px;
  margin: 0 auto;
  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 {
  height: 370px;
  padding: 5px;
  background-color: white;
  border: 1px solid gray;
  overflow:auto;
  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;
}



textarea:focus, input:focus {
   /*background-color: #eff;*/
   border-color: #00c;
}

