﻿body {
  background-color: #fff;
  margin: 0%;
  padding: 0%;
  font-family: Tahoma, Fruitiger, Arial, sans-serif;
  color: #231f20;
  text-align: left;
  vertical-align: top;
}
#container {
  width: 900px;
  background-image: url(images/background.gif);
}
#logincontainer {
  width: 900px;
}
#login{
	padding: 10px 0px 10px 75px;
}
#header {
  width: 900px;
  height: 106px;
}
#navigation {
  width: 176px;
  float: left;
  padding: 50px 10px 0px 10px;
}
#address {
  width: 176px;
  font-size: 10pt;
  line-height: 13pt;
  padding-top: 160px;
  padding-bottom: 30px;
}
#contenthome {
  width: 704px;
  float: right;
  padding: 0;
}
#contenttext { /* text block on home page */
  width: 674px;
  font-size: 11pt;
  line-height: 15pt;
  padding: 5px 10px 20px 15px;
}
#content {
  width: 674px;
  float: right;
  background-color: #fff;
  font-size: 11pt;
  line-height: 15pt;
  padding: 15px 10px 20px 15px;
}
#footer {
  font-size: 8.5pt;
  line-height: 12pt;
  color: #881535;
  padding: 10px 0px 30px 220px;
  border-top: 1px solid #777879;
  clear: both;
}
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#projects2 td {
  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;
}
