BODY, TABLE {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
  color: #000000;
}

INPUT, SELECT, TEXTAREA {
  font-family: Arial, Helvetica, sans-serif;
}

#top {
  background-image: url(../images/crv-tile.gif);
  background-repeat: repeat-x;
}

IMG {
  border-width: 0;
}

A:link {
  color: #0000BB;
}

A:visited {
  color: #55004E;
}

A:hover {
  color: #CC0000;
}

LI {
  margin: 1ex 0 1ex 0;
}

DL {
  font-weight: bold;
}

DD {
  margin-bottom: 2ex;
  font-weight: normal;
}

#center P {
  text-align: left;
}

#left {
  width: 200px;
  float: left;
  margin-bottom: 2em;
}

#left IMG {
  margin-left: 4px;
}

#right {
  width: 250px;
  float: right;
  margin-bottom: 2em;
}

#footer {
  padding: 1ex 1ex 0.5ex 1ex;
  clear: both;
  background: black;
  text-align: center;
  color: white;
  font-size: 90%;
}

#footer A:link {
  color: white;
}

#footer A:visited {
  color: #FF9999;
}

#footer A:hover {
  color: red;
}

#center {
  margin-left: 200px;
  margin-right: 250px;
  padding: 0 1ex 2ex 1ex;
}

.ticker {
  margin: 4px 4px 3ex 4px;
  font-size: 90%;
}

.ticker_title {
  background: RGB(204, 204, 204);
  text-align: center;
  font-weight: bold;
  padding: 0.2ex;
  margin: 0 0 2px 0;
}

.ticker_body {
  padding: 1ex;
  background: RGB(238, 238, 238);
  margin: 0px;
}

H1 {
  margin-top: 0;
  font-size: 200%;
  font-weight: 900;
  text-align: right;
  color: #CC0000;
  border-bottom: RGB(153, 153, 153) solid 1px;
}

H2 {
  font-size: 150%;
  color: #555555;
}

h3 {
  background-color: RGB(200, 200, 200);
}

ADDRESS {
  margin-top: 1ex;
  font-style: italic;
}
