body {
  background-color: #fff;
  font-family: Times New Roman, serif;
  color: #000;
  text-align: left;
  vertical-align: top;
}
#container {
  width: 100%;
}
#header {
  width: 900px;
  height: 106px;
  display: none;
}
#navigation {
  width: 176px;
  float: left;
  padding: 50px 10px 0px 10px;
  display: none;
}
#address {
  width: 176px;
  font-size: 10pt;
  line-height: 13pt;
  padding-top: 160px;
  padding-bottom: 30px;
  display: none;
}
#contenthome {
  width: 100%;
  float: none;
}
#contenttext { /* text block on home page */
  width: 100%;
  font-size: 11pt;
  line-height: 15pt;
}
#content {
  width: 100%;
  float: none;
  background-color: #fff;
  font-size: 11pt;
  line-height: 15pt;
}
#footer {
  width: 100%;
  text-align: left;
  font-size: 8.5pt;
  line-height: 12pt;
  color: #881535;
  border-top: 1px solid #777879;
}
table#projectnav td {
  vertical-align: top;
  font-size: 10pt;
  line-height: 15pt;
}
table#projects td {
  border-bottom: 1px solid #bdc8ed;
  font-size: 10pt;
  line-height: 13pt;
}
table#projectdetail td {
  background-color: #b1c5db;
  font-size: 10pt;
  line-height: 13pt;
  vertical-align: top;
}
table#contact td {
  background-color: #b1c5db;
  font-size: 10pt;
  line-height: 13pt;
  vertical-align: top;
}
table#contact2 td {
  background-color: #ebebeb;
  font-size: 10pt;
  line-height: 13pt;
  vertical-align: top;
}
h1 {
  text-align: right;
  font-size: 14pt;
  font-weight: bold;
  color: #881535;
  border-bottom: 1px dotted #231f20;
}
.pagetitle {
  font-size: 12pt;
  font-weight: bold;
  color: #e6af09;
}
h2 {
  font-size: 15pt;
  color: #01539C;
  padding: 0 0 0 0;
}
h3 {
  font-size: 12pt;
  color: #000;
  background-color: #DFEAF3;
  font-weight: bold;
  padding: 2 0 2 2;
  margin-bottom: -1;
}
.bold {
  font-weight: bold;
}
