p, p.indent, h1, h2, a, td, li {
  font-family: verdana;
  text-align: left;
}
body {
  background-color: #ffffff;
  margin: 0px 10px 10px 0px;
  background-image: url(images/watermark.jpg);
  background-repeat:no-repeat;
  background-attachment: fixed;
  background-position:100px 200px;
}
p,li {
  margin: 0px 15px 10px 15px;
  text-align: justify;
  font-size: 75%;
  color: #000000;
  line-height: 1.5
}
h1 {
  margin: 5px 5px 5px 15px;
  font-size: 100%;
  color: #ffffff;
  background-color: #000080;
  padding: 3px 10px 3px 10px;
}
h2 {
  margin: 0px 5px 0px 15px;
  font-size: 80%;
  color: #000000;
  line-height: 1.5
}
table {
  margin-left:15px;
}
input, textarea, select {
  color: #000080;
  border-style: solid;
  border-color: #000080;
  border-width: 1px;
  margin-top: 1pt;
  margin-bottom: 1pt;
  font-size: 80%;
  font-family: verdana;
  background-color:#ffffff;
}
img {
  border-style: none;
}
a.nav {
  margin-right:10px;
}
a:link {
  color: black;
  text-decoration: underline;
  margin-bottom: 20pt;
}
a:visited {
  color: #000080;
  text-decoration: underline;
  margin-bottom: 20pt;
}
.sidecolumn {
  position:absolute;
  top:0px;
  left:0px;
  width:86px;
}
.bodycolumn {
  position:absolute;
  top:15px;
  left:86px;
  width:685px;
}
hr {
  margin-left:15px;
}

