table {
  font: 9pt "trebuchet ms", arial, sans-serif
}
p {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 10px;
  }
blockquote {
  margin-top: 0px; margin-bottom: 0px;
  color: #000000;
  margin-right: 0px;
  margin-left: 13px;
}
ol {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000000
}
.rightcoltext ul {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ffffff;
  margin-right: 0px;
  list-style-image: url(images/bullet.gif);
}
.leftcoltext ul {
  margin-top: 0px;
  margin-left: 45px;
  margin-bottom: 0px;
  /*color: #ffffff;*/
  color: #000;
  list-style-image: url(images/bullet.gif);
}

img.left-floating {
  float: left;
  margin: 10px 20px 10px 10px;
}

h1 {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  margin: 0px;
  padding-left: 20px;
  padding-right: 10px;
  font-family: Arial, Helvetica, sans-serif;
}
h2 {
  font-size: 14px;
  color: #ff8b00;
  margin: 0px;
  padding-left: 20px;
  padding-right: 10px;
  font-family: Arial, Helvetica, sans-serif;
}
body {
  background-color: #000000;
  color: #ffffff;
}

.leftcoltext {
  /*color: #ffffff;*/
  /*background-color: #8692A5;*/
  color: #000;
  background-color: #fff;
}

.rightcoltext {
  color: #ffffff;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 3px;
  border-left-width: 0px;
  border-bottom-style: solid;
  /*border-bottom-color: #8692A5;*/
  border-bottom-color: #fff;
  padding-right: 30px;
}
.rightcoltext a:link {
  /*color: #ff8b00;*/
  color: #ffffff;
}
.rightcoltext a:visited {
  color: #ffffff;
}
.rightcoltext a:link:hover {
  color: #8692a5;
}
.leftcoltext a:link {
  color: #ffffff;
}
.leftcoltext a:visited {
  color: #333333;
}
.leftcoltext a:link:hover {
  color:  #000000;
}

.topbar {
  background-color: #242b35;
}

.footer {
  color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  background-color: #242b35;
  font-size: 80%;
}

.footer-left {
  font-size: 80%;
  color: #ccc;
}
.footer-left a:link {
  color: #ccc;
  text-decoration: none;
}
.footer-left a:visited {
  color: #ccc;
  text-decoration: none;
}
.footer-left a:link:hover {
  color: #ccc;
  text-decoration: none;
}
.footer-right {
  font-size: 80%;
  color: #ccc;
}
.footer-right a:link {
  color: #ccc;
}
.footer-right a:visited {
  color: #ccc;
}
.footer-right a:link:hover {
  color: #8692a5;
}

.leftcolumnbg {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 3px;
  border-left-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: #8692A5;
}
.parabg {
  background-image: url(images/para_bg.gif);
  background-repeat: repeat-x;
}
.midbar {
  background-color: #000000;
}
.highlightbox {
  background-color: #677284;
  padding: 4px 30px;
  border: 1px solid #333333;
  margin-left: 20px;
  margin-right: 20px;
}

.right {
    float: right;
    padding: 0 20px 20px 20px;
}