body, html {
  background: url(   "images/layout/bg.gif" );
  color: #000;
  font-family: Verdana, Arial, Tahoma, sans-serif;
  margin-top: 12px;
  text-align: center;
}
body {
  font-size: 10pt;
}

td, p, li {
  font-size: 10pt;
}

.clear {
  clear: both;
}

#mainWrapper {
  background: url(   "images/layout/main.gif" );
  border-left: 1px solid Black;
  border-right: 1px solid Black;
  border-top: 1px solid Black;
  margin: 0 auto;
  min-height: 300px;
  text-align: left;
  width: 770px;
}
* html #mainWrapper {
  height: 300px;
}

#header {
  background: url(   "images/layout/header.gif" );
  height: 169px;
  padding: 0px;
  width: 770px;
}

.outer {
  padding-left: 165px;
}
* html .outer {
}
.inner {
  width: 595px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
}
* html .inner {
  width: 100%;
}
.float-wrap {
  float: left;
  width: 770px;
  margin-left: -165px;
}
* html .float-wrap {
}


#leftMenu {
  float: left;
  min-height: 250px;
  padding: 0px;
  width: 154px;
}
* html #leftMenu {
  position: relative; /*** IE needs this  ***/
  height: 250px;
}
#leftMenu ul {
  list-style: none;
  margin: 0;
  padding: 0px;
}
#leftMenu li {
  border-bottom: 1px solid #61702e;
  margin: 0;
  padding: 0px;
}
.menuButton {
  border: none;
  margin: 0;
  padding: 0px;
}


#contentArea {
  float: right;
  width: 600px;
  background: #fff;
}
* html #contentArea {
  position: relative; /*** IE needs this  ***/
}
#subMenu {
  background-color: White;
  height: 10px;
  text-align: right;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 585px;
}
.subMenuButton {
  border: none;
  padding-left: 15px;
}
.contentHeader {
  color: Olive;
  font-size: 15pt;
  font-weight: normal;
  padding-left: 15px;
  padding-bottom: 5px;
  padding-top: 8px;
}

h1 {
  color: Olive;
  font-size: 15pt;
  font-weight: normal;
  padding-bottom: 5px;
    font-family: Verdana, Arial, Tahoma, sans-serif;
}

h2 {
  color: Olive;
  font-size: 12pt;
  font-weight: normal;
  padding-bottom: 5px;
    font-family: Verdana, Arial, Tahoma, sans-serif;
}

.content {
  padding: 15px;
}

#footer {
  background: url(    "images/layout/footer.gif" );
  border-bottom: 1px solid Black;
  border-left: 1px solid Black;
  border-right: 1px solid Black;
  height: 84px;
  margin: 0 auto;
  text-align: center;
  width: 770px;
}

.subHeading {
  color: #006600;
  font-weight: bold;
}
.subHeading a {
  color: #006600;
  font-weight: bold;
}