body {
  background: url(../img/background_gradient_2.png) repeat-x top left #ffffff;
}

body * {
  font-family: Trebuchet MS, Calibri, Arial, sans-serif;
  color: #ffffff;
}

div.home_page_heading {
  font-style: italic;
  font-size: 20px;
  text-align: center;
  background-color: #330000;
  border: solid 1px #660000;
  padding: 5px;
  margin: 20px 10px 10px 5px;
}

div.home_page_text {
  font-size: 16px;
  margin: 0px 10px;
  text-align: center;
}

#contact_info {
  background: url(../img/contact_box.png) top left no-repeat;
  width: 410px;
  height: 90px;
  padding-top: 4px;
  padding-left: 25px;
  margin-left: 20px;
}

#contact_info * {
  font-size: 11px;
  color: #bbeebb;
  line-height: 13px;
}

a.nav, span.nav {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding-top: 45px;
}

a.nav {
  color: #cccccc;
}

td.nav {
  text-align: center;
  padding: 0px;
}

div.nav, div.nav_active {
  padding: 0px 0px 0px 5px;
  margin: 0px;
  width: 110px;
  height: 80px;
}

div.nav {
  background: top left no-repeat url(../img/nav_button_normal.gif);
  cursor: pointer;
}

div.nav_active {
  background: top left no-repeat url(../img/nav_button_active.gif);
}

#content_area {
  background: url(../img/content_gradient.png) repeat-x top left #114411;
  width: 700px;
  height: 500px;
  padding: 0px 10px 10px 10px;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.4;
}

a.subnav_current, a.subnav_link {
  font-family: Arial;
  text-decoration: none;
  font-size: 18px;
  border: solid 1px #cc0000;
  padding: 2px 5px;
  font-weight: bold;
  margin-left: 5px;
}

a.subnav_current {
  color: #ffffff;
  background-color: #990000;
  /*background: url(../img/subnav_button_active.png) top left repeat-x #990000;*/
}

a.subnav_link {
  color: #cccccc;
  background-color: #660000;
  /*background: url(../img/subnav_button_normal.png) top left repeat-x #660000;*/
}

a.subnav_link:hover {
  color: #ffffff;
  background-color: #990000;
  /*background: url(../img/subnav_button_active.png) top left repeat-x #990000;*/
}

#page_heading {
  margin: 0px;
  font-size: 20px;
  font-weight: bold;
  color: #dddddd;
  position: relative;
  top: -2px;
  left: -5px;
}

span.trendset {
  font-weight: bold;
  font-style: italic;
}
