html, body {
  margin: 0px;
  padding: 0px;
  background-image: url('../gfx/background.jpg');
  background-color: #f5f2f7;
  background-position: center top;
  background-repeat: no-repeat;
}

* {
  font-size: 11px;
  font-family: verdana, arial, sans-serif;
  color: #013b2d;
}

br.clr {
  clear: both;
}

div#content a:link,
div#content a:visited {
  text-decoration: underline;
  color: #008463;
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5 {
  color: #8E2182;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

div#banner,
div#subpage div#left_column,
div#bottom_three,
div#topmenu,
div#nav,
div#left_side,
div#right_column,
div#bottom_row {
  display: none;
}

div#content {
  text-align: left;
  width: 100%;
}

div#bottom {
  margin-top: 10px;
  bottom: 0px;
  position: absolute;
}
