body {
  background-color: #557a5b;
  background-image: url(/background-tile.jpg);
  background-repeat: repeat;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #000000;
  margin: 0px;
}
h1 {
  font-family: Monaco, Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  width: 100%;
  color: #243326;
  border-bottom: 1px solid #243326;
  text-align: center;
}

h2 {
  font-family: Monaco, Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 1.0em;
  font-weight: bold;
  width: 100%;
  color: #243326;
  border-bottom: 1px solid #243326;
}
h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 1.0em;
  width: 100%;
  color: #243326;
  border-bottom: 1px solid #243326;
}
a img {
  border: 0px;
}
div.header {
  text-align: center;
  color: white;
  background-color: #557a5b;
  border-bottom: 1px solid #243326;
}
div.login {
/*  float: right; */
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
}
div.footer {
  text-align: center;
  color: white;
  background-color: #557a5b;
  font-size: 0.9em;
  padding: 5px;
  margin-top: 15px;
  border-top: 2px solid #243326;
}
div.menu {
  text-align: center;
  color: #DDDDDD;
  font-weight: bold;
  margin-bottom: 10px;
}
table.menu a {
  text-decoration: underline;
  font-weight: bold;
  color: #DDDDDD;
}
.content {
  width: 95%;
}
.blurb {
  width: 900px;
  color: black;
  background-color: #CCCCCC;
  border: 1px solid #444444;
  margin-top: 15px;
  padding: 15px;
  font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
}
td.proptitle {
  vertical-align: top;
  font-weight: bold;
  color: black;
}

td.propvalue {
  vertical-align: top;
  color: black;
}

table.login {
  font-size: 0.8em;
  border: 1px solid #888888;
}
ul.terms {
  font-size: 0.9em;
}

div.update {
  border: 1px solid black;
  padding: 0px;
  margin-bottom: 10px;
}
div.updateheader {
  background-color: #888888;
  color: white;
  padding: 5px;
  margin-bottom: 5px;
}

