html {
  height: 100%;
}

body {
  height: 100%;
  background-color: white;
  margin: 0px;
  font-family: verdana, arial;
  font-size: 14px;
  font-weight: normal;
  color: black;
}

a {
  text-decoration: none;
}

a:link {
  color: #a0a0a0;
}

a:visited {
  color: #a0a0a0;
}

a:active {
  color: #606060;
}

a:hover {
  color: #606060;
}

img {
  border: 0px;
  behavior: url(css/iepngfix.htc);
}

img.logo {
  margin: 20px;
}

p.description {
  font-size: 14px;
  width: 600px;
  text-align: justify;
  margin: 10px auto;
}

p.footer {
  font-size: 10px;
  margin: 0px;
}

#header {
  width: 100%;
  text-align: center;
}

#nonfooter {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -3em;
}

#content {
  text-align: center;
  padding: 5px;
}

#buffer {
  height: 3em;
}

#footerdiv {
  height: 3em;
  text-align: center;
}
