A:link, A:visited, A:active {
  font-family: Verdana, Arial, Sans-Serif;
  color: rgb(170,0,0);
  text-decoration: underline;
  text-transform: none;
  }
A:hover {
  color: rgb(170,0,0);
  text-decoration: underline;
  }
body, body.forceNormalStyle {
  padding: 0px;
  margin: 0px;
  text-align: center;
  background-color: rgb(0,0,0);
  min-width: 800px;
  color: rgb(0,0,0);
  font-size: 12pt;
  font-family: Verdana, Arial, Sans-Serif;
  z-index: -1;
  }
.MainBG {
  background-image: url("images/800_bg.jpg");
  background-position: center top;
  }
.Banner {
  font-size: 10px;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 114px;
  width: 100%;
  background-image: url("images/banner_ridge.jpg");
  background-color: rgb(150,150,150);
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
  min-width: 800px;
  }
.MainBody {
  font-size: 10px;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
  background-image: url('images/top_800_bg.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 20;
  min-width: 800px;
  min-height: 400px;
  }
.mylinks {
  /* for link_bar20_bg.jpg */
  /*
  padding-top: 2px;
  text-align: center;
  font-size: 10pt;
  height: 18px;
  color: rgb(0,0,0);
  background-color: rgb(255,255,255);
  background-image: url('images/link_bar20_bg.jpg');
  */
  padding-top: 5px;
  text-align: center;
  font-size: 10pt;
  height: 20px;
  color: rgb(0,0,0);
  background-color: rgb(255,255,255);
  background-image: url('images/link_bar25_bg.jpg');
  }
.mylinks A:link, .mylinks A:visited, .mylinks A:active {
  font-family: Verdana, Arial, Sans-Serif;
  color: rgb(170,0,0);
  font-weight: bold;
  text-decoration: none;
  text-transform: none;
  }
.mylinks A:hover {
  color: rgb(0,170,0);
  text-decoration: underline;
  }
.popup {
  position: absolute;
  margin-top: -2px;
  margin-left: -2px;
  padding: 5px;
  text-align: left;
  border: ridge black 3px;
  background-color: rgb(255,255,255);
  visibility: hidden;
  z-index: 100;
  min-width: 75px;
  max-width: 250px;
  }
.popup HR {
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 5px;
  height: 1px;
  color: rgb(0,0,0);
  }
.thead {
  color: rgb(170,0,0);
  font-weight: bold;
  font-size: 22pt;
  font-family: Arial;
  }
.quotetext {
  margin: 0px;
  padding: 5px;
  font-family: Comic Sans MS, Century Gothic, Arial;
  font-weight: bold;
  font-style: italic;
  font-size: 10pt;
  border-style: solid;
  border-color: rgb(0,0,0);
  border-width: 1px;
  text-align: left;
  }
.footer {
  font-family: Century Gothic, Arial;
  font-weight: normal;
  font-style: normal;
  font-size: 9pt;
  }
.blog {
  background-color: rgb(200,200,200);
  border-style: solid;
  border-color: rgb(0,0,0);
  border-width: 1px;
  width: 800px;
  height:300px;
  }
.news {
  background-color: rgb(200,200,200);
  border-style: solid;
  border-color: rgb(0,0,0);
  border-width: 1px;
  width: 800px;
  height:300px;
  }

