body {
  background-color: #2e4054;
  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: #182B41;
  border-bottom: 1px solid #182B41;
  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: #182B41;
  border-bottom: 1px solid #182B41;
}
h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 1.0em;
  width: 100%;
  color: #182B41;
  border-bottom: 1px solid #182B41;
}
a img {
  border: 0px;
}
.header {
  text-align: center;
  color: white;
/*   background-color: #182B41; */
  background-color: #2e4054;
  border-bottom: 1px solid #1b2f43;
}
.footer {
  text-align: center;
  color: white;
  background-color: #2e4054;
  font-size: 0.9em;
  padding: 5px;
  margin-top: 15px;
  border-top: 2px solid #1b2f43;
}
.menu {
  text-align: center;
  color: #DDDDDD;
  font-weight: bold;
  margin-bottom: 10px;
}
.menu a {
  text-decoration: underline;
  color: #DDDDDD;
}
.blurb {
  color: black;
  background-color: #CCCCCC;
  border: 1px solid #444444;
  padding: 15px;
  font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
}
.matrixheader {
  text-align: center;
  font-weight: bold;
  color: #DDDDDD;
}
.matrixheader a {
  color: #DDDDDD;
}


td.proptitle {
  vertical-align: top;
  font-weight: bold;
  color: black;
}

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

