body {
  font-size: 13px;
  font-family: georgia, 'times new roman', serif;
  line-height: 1.2;
  color: #000;
  margin: 20px 0 0 10px; }

h1 {
  font-family: georgia, 'times new roman', serif;
  margin: 0;
  padding: 0; }

a {
  color: #990000;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

.rule {
  height: 3px;
  line-height: 1px;
  font-size: 1px;
  overflow: hidden;
  background-image: url(/images/deco/horizontal_dashed_rule.png);
  margin: 0; }

img {
  border: 0; }

#navbar, #masthead, #header, #searchbar, #skybox {
  background-image: url(/images/deco/horizontal_dashed_rule.png);
  background-repeat: repeat-x;
  background-position: bottom left; }

.button {
  float: left;
  display: inline;
  padding-right: 4px;
  background-image: url(/images/deco/inverted_arrow.png);
  background-position: right top;
  background-repeat: repeat-y; 
}

  .button b {
    padding: 7px 8px 7px 8px;
    background-color: #990000;
    float: left;
    display: inline;
/*    height: 100%;  */
}

  .button a {
    font: 10px arial;
    text-transform: uppercase;
    color: #FFF; }

.button.golden {
  padding-right: 4px;
  background-color: transparent;
  background-image: url(/images/deco/inverted_arrow_gold.png);
  background-position: right top;
  background-repeat: repeat-y; }
  .button.golden b {
    padding: 12px 28px;
    background-color: #A3A38E; }

.no_border {
  border: 0; }

.border_right, .border_left {
  background-image: url(/images/icons/pipe.png);
  background-repeat: repeat-y; }

.border_right {
  background-position: top right; }

.border_left {
  background-position: top left; }

.border_top {
  background-image: url(/images/icons/hr.png);
  background-repeat: repeat-x;
  background-position: top left; }

.border_top.double {
  background-image: url(/images/icons/hr_double.png); }

.box {
  width: 100%;
  padding: 4px 0;
  margin: 1px 0; }

.gray {
  background: #DFDFDF; }

.beige {
  background: #E6E6D9; }

.blue {
  background: #AED6FF; }

.light_blue {
  background: #DBEDFF; }

.beige {
  background: #E6E6D9; }

.gold {
  background: #E6E6D9; }

.red {
  background: #990000;
  color: #FFF; }
  .red a {
    color: #FFF; }

.margin_bottom {
  margin-bottom: 16px;
  float: left;
  display: inline; }
