body {
  background: url("../images/background.gif") repeat-x;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 1.1em;
}

a {
  text-decoration: none;
  font-weight: 700;
  color: #719eb4;
}

a:hover {
  text-decoration: underline;
}

p.blocktext {
  text-align: center;
  display: block;
}

#container {
  background: url("../images/page.jpeg") no-repeat left top;
  margin: 0 auto;
  height: 768px;
  width: 1024px;
}

#custom-doc {
  position: relative;
  height: 718px;
  width: 800px;
}

.error {
  color: #FF0000;
  font-weight: bold;
}

#hd {
  padding: 15px;
}

#bd {
  padding: 0 15px 15px 15px;
}

#menu {
  font-size: .775em;
}

#menu h3 {
  border-bottom: 4px solid #999;
  font-size: 1.3em;
  font-weight: 700;
  margin: 0 0 10px;
  padding: 0 2px 2px 5px;
}

#menu li {
  list-style-image: none;
  list-style-type: none;
  margin: 0 0 4px;
}

#menu li a {
  font-size: 1.1em;
  padding: 2px;
}

#ft {
  background: #719eb4;
  bottom: 0;
  color: #ffffff;
  font-size: .775em;
  padding: 3px 0 3px 0;
  position: absolute;
  width: 100%;
}


