body {
  background: #d3e2cc url('background_gradient.png') repeat-x;
}

.mainDiv {
  width: 770px;
}

.mainTable {
  height: 560px;
}

.leftSide {
  width: 20px;
}

.rightSide {
  width: 20px;
}

.top {
  height: 34px;
}

.bottom {
  height: 34px;
}

td.leftHeader {
  width: 20px;
}

tr.navPages td.leftHeader {
  background: url('left_navigation_cross_section.png') repeat-y;
}

tr.navSubpages td.leftHeader {
  background: url('left_subpage_navigation_cross_section.png') repeat-y;
}

td.rightHeader {
  width: 20px;
}

tr.navPages td.rightHeader {
  background: url('right_navigation_cross_section.png') repeat-y;
}

tr.navSubpages td.rightHeader {
  background: url('right_subpage_navigation_cross_section.png') repeat-y;
  background-position: right;
}

tr.navPages td.navigation {
  background: url('menu_item_background.png') repeat;
  text-align: center;
  vertical-align: middle;
}

.compname {
  font: normal 18pt "trebuchet ms";
  text-align: left;
  color: #3bc1ea;
}

.slogan {
  font: normal 10pt "trebuchet ms";
  text-align: left;
  color: #cfcfcf;
  padding-bottom: 5px;
}

.menuItem {
  height: 34px;
  white-space: nowrap;
  color: #cfcfcf;
  font: normal 8pt "trebuchet ms";

  padding: 0px 10px 0px 10px;
  letter-spacing: 1px;
}

.menuItem a {
  vertical-align: middle;
  white-space: nowrap;
  color: #cfcfcf;

  text-decoration: none;

  display: block;
  position: relative;
  top: 7px;
}

.selectedMenuItem {
  height: 34px;
  white-space: nowrap;
  color: #cfcfcf;
  font: normal 8pt "trebuchet ms";
  background: url('selected_menu_item_background.png') repeat-x;

  padding: 0px 10px 0px 10px;
  letter-spacing: 1px;
}

.selectedMenuItem span {
  vertical-align: middle;
  white-space: nowrap;
  color: #cfcfcf;

  text-decoration: none;

  display: block;
  position: relative;
  top: 7px;
}

.highlight {
  background: #f0f;
}

.content {
  height: 295px;
  padding-top: 85px;
  padding-bottom: 30px;
  background: #eff6ec url('content_top_background.png') repeat-x;
}

.contact {
  font-weight: bold;
  color: #329fc0;
}

.footer {
  height: 34px;
  text-align: center;
  font: normal 8pt "trebuchet ms";
  color: #8c8c8c;
}

.inner {
  width: 739px;
  background: url('bottom_inner_cross_section.png') repeat-x;
}

.outer {
  width: 23px;
  background: url('bottom_outer_cross_section.png') repeat-x;
}

.navigation ul {
  width: 739px;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  text-align: center;
}

.navigation li {
  float: left;
  vertical-align: bottom;
  text-align: center;
}

.footer a {
  text-decoration: none;
}

li.menuSeparator {
  width: 1px;
  height: 34px;
}

tr.navPages li.menuSeparator,
tr.navSubpages li.menuSeparator {
  background: url('menu_separator.png') no-repeat;
}