
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #e2edff;
  line-height: 125%;
  padding: 0;
  margin: 0;
}

h1, h2, h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: x-large;
  background-color: navy;
  color: white;
  padding-top: 2em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
  background: navy url(header.gif) repeat-x right;
}

h2 {
  color: navy;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
}

h4 {
  font-size: x-large;
  background-color: navy;
  color: white;
  padding-top: 2em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
  background: navy url(rheader.gif) repeat-x right;
}

h5 {
  font-size: x-large;
  background-color: navy;
  color: white;
  padding-top: 2em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
  background: navy url(3header.gif) repeat-x right;
}

h6 {
  font-size: x-large;
  background-color: navy;
  color: #FFF8C6;
  padding-top: 2em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
  background: navy url(4header.gif) repeat-x right;
}

h3 {
  font-size: x-large;
  background-color: navy;
  color: #FFF8C6;
  padding-top: 2em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
  background: navy url(2header.gif) repeat-x right;
}

li {
  font-size: small;
  font-family: Helvetica, Arial, sans-serif;
  list-style-type: none;
}

td { 
  height: 10px;
}

p {
  font-size: small;
  color: navy;
}

#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: 20.8em;
  margin: 0;
  background: #ccccff;
}

em {
  text-transform: uppercase;
}

a {
  font-weight: normal;
}

a:link {
  color: black;
}

a:visited {
  color: black;
}

a:hover {
  text-decoration: none;
  color: blue;
}

a:active {
  color: aqua;
  background-color: navy;
}

#navigation {
  width: 180px;
  height: 484px;
  background: #7da5d8 url(sidenav.gif) no-repeat;
}

h2, ul {
  margin-top: 15px;
}

#header {
  border-top: 3px solid #7da5d8;
}

#pdfLink { 
   padding-right: 19px; background: url(pdf.gif) no-repeat 100% .5em; 
}

img.feature {
  float: right;
  margin: 10px;
}

#navigation, #bodycontent, #header {
  position: absolute;
}

#navigation { 
  top: 76.5px;
} 

#bodycontent {
  top: 80px;
}

#bodycontent {
  left: 200px;
}

#bodycontent {
   width: 80%;
}

#header {
  width: 1100px;
}

