body {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#topbar {
  margin: 1px auto 0px auto;
  background-image: url(images/topbar.gif);
  background-repeat: repeat-x;
  background-position: top;
  height: 28px;
}

#pageBanner {
  margin: 0px auto -11px auto;
  #margin: 0px auto 0px auto;
  width: 686px;
  height: 96px;
  text-align: center;
}

#pageCenter {
  margin: 0px auto 0px auto;
  padding: 5px auto 50px auto;
  background-image: url(images/pagesides.jpg);
  background-repeat: repeat-y;
  width: 686px;
  height: auto;
  text-align: center;
}

#content {
  margin: 0px 0px 0px 0px;
  padding: 30px 0px 20px 0px;
  position: relative;
  left: 65px;
  #left: -90px;
  width: 400px;
  text-align: left;
}

#content p {
  margin: 0px 0px 0.5em 20px;
  font-size: 11px;
  line-height: 1.4em;
  color: #5F5F5F;
}

#content h1 {
  margin: 0px 0px 0.5em 0px;
  color: #0000CC;
  font-size: 14px;
}

#content h2 {
  margin: 1em 0px 0.5em 0px;
  color: #0000CC;
  font-size: 11px;
}

#content ul {
  margin: 0px 0px 0px -7px;
  #margin: 0px 0px 0.5em 36px;
  list-style-type: square;
}

#content li {
  margin: 0px 0px 0.5em 0px;
  #margin: 0px 0px 0em 0px;
  font-size: 11px;
  line-height: 1.4em;
  color: #5F5F5F;
}

#content a {
  color: #0000CC;
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
}

#pageBottom {
  margin: 0px auto 0px auto;
  background-image: url(images/pageend.gif);
  width: 686px;
  height: 26px;
  text-align: center;
}

#navigationBottom {
  margin: 15px 0px 0px 0px;
  padding-bottom: 30px;
  font-size: 11px;
  color: #9F9F9F;
  text-align: center;
}

#navigationBottom li {
  list-style: none;
  display: inline;
  margin-right: 20px;
}

#navigationBottom a {
  font-size: 11px;
  font-weight: bold;
  color: #5F5F5F;
  text-decoration: none;
}

#navigationBottom a:hover {
  color: #0000CC;
  text-decoration: underline;
}

#sidebar {
  float: right;
  position: absolute;
  left: 430px;
  top: 0px;
  width: 150px;
  height: 250px;
  text-align: left;
  border-left: 1px dashed #5F5F5F;
  margin-top: 30px;
}

#sidebar p {
  margin: 0px 0px 1.5em 19px;
  font-size: 11px;
  line-height: 1.4em;
  color: #5F5F5F;
  text-indent: -13px;
}

#sidebar a {
  font-size: 11px;
  font-weight: bold;
  color: #5F5F5F;
  text-decoration: none;
}

#sidebar a:hover {
  color: #0000CC;
  text-decoration: underline;
}

div.note {
  background-color: #FFFFFF;
  border: 1px solid #0000CC;
  margin: 12px 0 0 20px;
  padding: 3px 6px 4px 4px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.2em;
  color: #5F5F5F;
}

