body {
  color: black;
  background: #ffeffa url(images/bg.png) repeat-y;
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  font-family: "Times New Roman", Times, serif;
  font-style: normal;
}

#header {
  background-image: url(images/bg_top.png);
  background-repeat: repeat-x;
}

#sidebarnav {
  position: absolute;
  left: 0px;
  top: 80px;
}

#sidebarnav ul {
  padding: 0px 0px;
  margin: 0px 0px;
  list-style: none;
}

#sidebarnav ul li {
  margin: 0px 0px;
  padding: 0px 0px;
}

#sidebarnav ul li a {
  width: 98px;
  height: 18px;
  margin: 0px 0px 3px 6px;
  padding: 4px 0px 0px 15px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  color: white;
  font-size: 11px;
  text-decoration: none;
  background-image: url(images/menuitem.png);
  background-repeat: no-repeat;
  display: block;
  line-height: 1.2;
}

#sidebarnav ul li a:hover {
  background-image: url(images/menuitem_active.png);
  text-decoration: none;
}

#content, #topnav, #footer {
  margin: 0px 20px 0px 150px;
  padding: 0px 0px;
}

#footnav {
  text-align: right;
  font-size: 12px;
}

h1 {
  font-family: arial, helvetica, sans-serif;
  font-size:   18px;
  font-weight: bold;
  text-align:  center;
  padding:     0px 0px;
  margin:      30px 0px 20px 0px;
}

h2 {
  font-family: arial, helvetica, sans-serif;
  font-size:   16px;
  font-weight: bold;
  text-align:  center;
  padding:     0px 0px;
  margin:      20px 0px 10px 0px;
}

h3 {
  font-family: arial, helvetica, sans-serif;
  font-size:   16px;
  text-align:  center;
  padding:     0px 0px;
  margin:      10px 0px 5px 0px;
}

p {
  padding:   0px 0px;
  margin:    0px 0px 10px 0px;
}

a {
  color: #98177e;
  text-decoration: none;
  outline: none;
}

a:link, a:active, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border-width: 0px;
  display: block;
}

.left {
  text-align: left;
}

.centre {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.bold {
  font-weight: bold;
}

.floatleft {
  float: left;
  margin: 0px 8px 8px 0px;
}

.floatright {
  float: right;
  margin: 0px 0px 8px 8px;
}

div.floatright {
  text-align: left;
  padding: 8px 8px 3px 8px;
  margin: 0px 0px 8px 8px;
  background-color: #dacad5;
  float: right;
  width: 200px;
}

@media print {
  body {
    background: white none repeat-y;
  }

  #header, #sidebarnav {
    visibility: hidden;
  }

  #content, #topnav, #footer {
    margin: 0px 0px;
  }

  div.floatright {
    padding: 0px 8px 3px 8px;
    background-color: white;
  }

  a {
    color: black;
  }
}

