body {
  background:#334C81;
}
#header {
  background:url(headerabout.jpg) no-repeat #666 top left;
}
#header h1 {
  background:url(h1about.gif) no-repeat top left;
}
#header h2 {
  background:url(h2about.gif) no-repeat top left;
}
#belowheader {
  background:url(belowabout.gif) repeat-y #FFF;
}
#mainnavigation {
  background:#334C81;
}
#mainnavigation ul li a {
  color:#D7D3C8;
}
#mainnavigation ul li a.currentarea {
  color:#334C81;
}
#mainnavigation ul li a.currentarea:hover {
  background:#D7D3C8;
  color:#334C81;
}
#subnavigation {
  background:#D7D3C8;
}
#subnavigation a.currentpage {
  color:#7998B5;
}
#content h3 {
  border-bottom:solid 1px #7998B5;
  color:#7998B5;
}
#footer {
  background:url(footerabout.gif) repeat-y #333;
}
table {
  font:8pt tahoma,helvetica,sans-serif;
  color:#222;
}
td {
  vertical-align:top;
}
.leftpicture {
  width:160px;
  margin:3px 10px 0 0; padding:0;
  float:left;
  display:inline;
}
.leftpicture img {
  width:150px; height:26px;
  border:solid 1px #333;
}
.leftpicture p {
  font:bold 1em verdana,helvetica,sans-serif;
  color:#999;
}
.tableheader {
  background:#333;
  font-weight:bold;
  color:#FFF;
}
.lightrow {
  background:#FFF;
}
.darkrow {
  background:#E0E0E0;
}
.darkrow td, .lightrow td {
  border-bottom:solid 1px #808080;
}
.fieldidentifier {
  width:25%;
  font-weight:bold;
  color:#334C81;
}
.unusual {
  color:808080;
}