body {
  background-color: #E0E0E0;
  font-size: 14px;
  font-family: arial, verdana; }

a {
  color: #000000; }

#main {
  background-color: White;
  margin: 0 auto;
  border: solid 1px #034569;
  width: 1000px; }

#header {
  background-image: url('/images/watermark.png');
  height: 100px;
  background-color: #3c9cd0; }
  #header table tr td span {
    font-weight: bold;
    font-size: 10px;
    color: White; }

.mainMenu {
  background-color: #034569;
  width: 100%;
  height: 40px;
  margin: 0px 0px;
  border-style: solid none;
  border-color: Black;
  border-width: 1px; }
  .mainMenu ul {
    margin: 0 auto;
    padding: 0px;
    list-style-type: none;
    height: 40px; }
    .mainMenu ul li {
      width: 124px;
      height: 40px;
      float: left;
      display: block;
      border-width: 1px;
      border-color: black;
      border-style: none solid none none; }
      .mainMenu ul li a {
        display: block;
        width: 100%;
        height: 100%;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        color: white;
        font-weight: bold; }
      .mainMenu ul li:hover {
        background: url('/images/menuitemstrip_hover.png') repeat-x; }
        .mainMenu ul li:hover ul {
          display: block; }
      .mainMenu ul li ul {
        float: none;
        display: none;
        position: relative;
        top: 0;
        left: 0;
        z-index: 9999; }
        .mainMenu ul li ul li {
          border: solid 1px black;
          background-color: #034569;
          width: 200px;
          height: 28px; }
          .mainMenu ul li ul li a {
            line-height: 30px; }

#footer {
  text-align: center;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  background-color: #034569; }
  #footer a {
    color: white; }

.flash {
  border-color: Black;
  border-width: 1px;
  border-style: none solid solid solid;
  background-color: #FFA840;
  text-align: center;
  font-size: larger;
  font-weight: bold;
  width: 70%;
  margin: 0 auto;
  padding: 5px; }

#content {
  clear: both;
  padding: 10px; }

.autoCompleteList {
  display: block;
  background-color: White;
  border: solid 1px Black;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .autoCompleteList li {
    padding-left: 10px;
    cursor: pointer; }
    .autoCompleteList li:hover {
      background-color: #034569;
      color: #FFFFFF;
      font-weight: bold; }

.rss div {
  border-bottom: solid 1px Black;
  margin-bottom: 40px; }
  .rss div h2 {
    color: #034569; }
  .rss div a {
    font-size: smaller; }
  .rss div span {
    float: right;
    font-size: smaller; }

.tagCloud {
  word-spacing: 10px; }
  .tagCloud a {
    line-height: 40px;
    font-size: 12pt; }

.content tr td h2 a {
  color: #034569; }
.content tr td .articleBy {
  padding-left: 10px;
  font-size: 7pt;
  font-weight: bold; }
.content tr td p {
  padding-left: 50px;
  margin-top: 10px; }

.module {
  margin-top: 0px;
  padding-top: 0px;
  width: 250px; }
  .module .moduleHeader {
    font-size: 14pt;
    padding: 0 0;
    margin: 0 0;
    width: 100%;
    height: 25px;
    line-height: 25px;
    background-image: url('/images/moduleheader.png');
    background-repeat: none;
    text-align: center;
    color: White; }
  .module .moduleBody {
    padding: 5px;
    margin: 0;
    border-style: none solid;
    border-color: #034569;
    border-width: 1px;
    height: 100%; }
  .module .moduleFooter {
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    height: 10px;
    line-height: 25px;
    background-image: url('/images/modulefooter.png');
    background-repeat: none;
    text-align: center;
    color: White; }

.mapCenter {
  position: relative;
  top: 176px;
  left: 226px;
  width: 2px;
  height: 2px;
  background-color: red;
  overflow: hidden;
  z-index: 9999; }

.products {
  width: 500px; }
  .products .alt1 {
    background-color: #DDDDEE; }

.catalog {
  width: 500px; }

#posts {
  border: solid 1px Black;
  background-color: #EEEEFF; }

.post {
  border-style: none none solid none;
  border-width: 1px;
  border-color: Black;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px; }

.posted {
  font-size: 7pt;
  font-weight: bold; }

#new_post iframe {
  text-align: center;
  margin: 30px; }

#new_post {
  vertical-alignment: top; }

.new_post {
  width: 600px; }

.status_box {
  background-color: #E0E0E0;
  float: right;
  width: 500px;
  padding: 0px 10px;
  height: 150px;
  overflow: scroll; }

.hidden_input {
  border: 1px solid #CCCCCC;
  font-weight: bold; }

.unread {
  font-weight: bold; }

.mini_descr {
  font-size: 7pt; }

.left {
  float: left; }

.right {
  float: right; }

.label {
  font-weight: bold; }

.super {
  font-size: 36pt;
  color: #BBBBBB;
  float: right; }

th {
  color: #034569;
  text-align: left; }

h2 {
  color: #034569; }

h3 {
  color: #034569; }
