body {
  margin: 0;
  padding: 0;
  height: 100%;
  text-align: justify;
}
body, td, input {
  color: #006600;
  font-family: Times, "Times New Roman", serif;
  font-size: 13px;
}
input {
  border: 1px ridge #22aa22;
  background-color: #ffffff;
  padding: 2px;
}
a, a:visited {
  color: #004400;
  font-weight: bold;
}
a:hover {
  color: #ee6600;
}
.home-link {
  text-decoration: none;
}
#container {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  width: 100%;
  height: 100%; /* works only if parent container is assigned a height value */
}
#center {
  position: absolute;
  border: 1px solid #aaaaaa;
  width: 650px;
  height: 500px;
  left: 50%;
  top: 50%;
  margin-left: -325px;
  margin-top: -250px;
}
#footer {
  position: absolute;
  width: 650px;
  left: 50%;
  top: 50%;
  margin-left: -325px;
  margin-top: 251px;
  text-align: right;
}
.disclaimer {
  font-size: 10px;
  color: #999999;
}
.border {
  border: 3px ridge #22aa22;
  padding: 0 1px 0 1px;
}
.border td, .border th {
  border: 0;
  padding: 3px 0 3px 0;
}
.error {
  color: #ff0000;
}
.poweredby,.poweredby a,.poweredby a:visited,.poweredby a:hover,.poweredby a:visited:hover {
  color: #aaaaaa;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
}