body {
  background-color: #008F2F;
}

.heading {
  position: relative;
  width: auto;
  height: 151px;
  margin: 0.5em 0.5em 0 0.5em;
  background-color: #FFFFFF;
  z-index: 1;
}

.footer {
  position: relative;
  top: 0;
  width: auto;
  margin: 0 0.5em 0.5em 0.5em;
  background-color: #FFFFFF;
  border-top: solid 1px #000000;
  z-index: 1;
}

.footercontent {
  border-top: none;
  padding: 0.1em;
  margin: 1;
}


.leftcol {
  position: relative;
  top: 0;
  width: auto;
  height: auto;
  margin: 0 0.5em 0 0.5em;
  border-top: solid 1px #000000;
  border-left: none;
  border-right: none;
  z-index: 1;
}

.rightcol {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  margin: 0 0.5em 0 0.5em;
  border-top: solid 1px #000000;
  border-left: none;
  border-right: none;
  z-index: 1;
}

.maincol {
  margin: 0 0.5em 0 0.5em;
  border-top: solid 1px #000000;
}

a.tooltip:hover span {
  top: 4%;
  left: 4%;
  width: 92%;
  height: auto;
  margin: 0;
  padding: 0.5em;
  border: solid 1px #000000;
  z-index: 9;
}

.menubox {
  width: auto;
  margin: 0 0.5em;
}

.logobox {
  margin: 0;
  border: none;
}

.rightcontent {
  margin: 0;
  width: auto;
}

.nologo {
  display: none;
}

a.menu {
  display: inline;
  line-height: 2em;
  width: 8em;
  height: 1.3em;
  margin 0;
  border: solid 1px transparent;
}

a.menu:hover {
  border: solid 1px;
}

.styleoptions {
  position: absolute;
}

.backl {
  top: 0;
  left: 0;
}

.backr { 
  left: 100%;
  top: 0;
  margin-left: -256px;
}

.backl2 {
  left: 0;
}

.backr2 { 
  left: 100%;
  margin-left: -256px;
}

.logo {
  top: 5px;
}
