body {
  background: #FFFFFF; 
  padding: 0;
  margin: 0;
  font-family: sans-serif;
  text-align: justify;
  color: #000000; 
  height: 100%;
}

.heading {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 162px;
  background-color: #008F2F;
  overflow: hidden;
  z-index: 5;
}

.footer {
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2em;
  margin: -2.5em 0 0 0;
  padding: 0;
  border-bottom: solid 10px #008F2F;
  overflow: hidden;
  z-index: 5;
}

.footercontent {
  height: 2em;
  margin: 0 10px;
  text-align: center;
  background-color: #FFFFFF;
  border-top: solid 1px #000000;
}


.leftcol {
  position: fixed;
  top: 161px;
  left: 0;
  width: 15%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  border-left: solid 10px #008F2F;
  border-right: solid 1px #000000;
  overflow: hidden;
  z-index: 2;
}

.rightcol {
  position: fixed;
  top: 161px;
  left: 85%;
  width: 15%;
  height: 100%;
  padding: 0;
  margin-left: -11px;
  border-left: solid 1px #000000;
  border-right: solid 10px #008F2F;
  background-color: #FFFFFF;
  overflow: hidden;
  z-index: 2;
}

.maincol {
  margin-top: 161px;
  margin-right: 16%;
  margin-left: 16%;
  margin-bottom: 10px;
  height: 100%;
  padding: 0;
  background-color: #FFFFFF;
  z-index: 1;
}

img {
  border: none;
  margin: 0; 
}

h1, h2 { text-align: center; }

table.memtypes {
  border-top: solid 1px black;
  border-left: solid 1px black;
  margin: 0;
  padding: 0;
  border-spacing: 0;
}

table.memtypes th {
  border-bottom: solid 1px black;
  border-right: solid 1px black;
  background-color: #EFEFDF;
  margin: 0px;
  padding: 0.5em;
  font-size: 100%;
  font-weight: bold;
}

table.memtypes td {
  border-bottom: solid 1px black;
  border-right: solid 1px black;
  margin: 0px;
  padding: 0.5em;
}


a { text-decoration: none; }

a:link    { color: #00AF00 }
a:active  { color: #00FF5F }
a:visited { color: #008F8F }

a.tooltip {text-decoration: none; color: #005F00; cursor: help;}

a.tooltip span {display: none; }

a.tooltip:hover span {
  display: block;
  position: fixed;
  top: 161px;
  left: 85%;
  width: 14%;
  height: 100%;
  padding: 1em 0.5%;
  margin-left: -11px;
  border-left: solid 1px #000000;
  border-right: solid 10px #008F2F;
  color: #000000;
  background-color: #EFDFFF;
  font-weight: normal;
  text-align: center;
  z-index: 4;
}

.note {
  font-size: 80%;
  font-weight: normal; 
}

a.tooltip:hover span.notetip {font-size: 125%;}

.label {float:left; width: 20%; text-align: right;}

.label2 {float:left; width: 38%; text-align: right;}

.formbox {
  text-align: right;
  width: 100%;
}

.formboxleft {
  text-align: left;
  width: 100%;
}

.formboxmid {
  text-align: left;
  margin: 0 20%;
  width: 60%;
}

.menubox {
  background-color: #FFFFFF;
  padding: 0.5em 0;
  margin: 0;
  height: 100%;
  text-align: center;
  font-size: 110%;
  overflow: auto;
  height: 60%;
}

.contentbox {
  padding: 0.2em 1em 1em 1em;
  height: 100%;
}

.logobox {
  background-color: #FFFFFF;
  margin: 10px;
  height: 146px;
  padding-top: 5px;
  text-align: center;
  border-bottom: solid 1px black;
}

.rightcontent {
  padding: 0.5em;
  text-align: center;
  font-weight: bold;
}

 .rightpic {
  float: right;
  margin: 0 0 1em 1em;
  clear: right;
}

 .leftpic {
  float: left;
  margin: 0 1em 1em 0;
  clear: left;
}

.smalllogo {
  display: none;
}

.styleoptions {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8; 
}

.stylebutton {
  width: 16px;
  height: 16px;
  margin: 2px;
}

a.menu {
  display: block;
  text-decoration: none; 
  font-weight: bold; 
  margin 0;
  padding: 0.1em 0.5em;
  border-top: solid 1px transparent;
  border-bottom: solid 1px transparent;
}

a.menu:hover {
  background-color: #EFDFFF;  
  border-top: solid 1px;
  border-bottom: solid 1px;
}

.strike {
  text-decoration: line-through;
}

dt {
  margin-top: 0.5em;
  font-weight: bold; 
}

.backl {
  width: 256px;
  height: 151px;
  position: absolute;
  top: 10px;
  left: 10px;
  border: none;
  z-index: 1; 
}

.backr { 
  width: 256px;
  height: 151px;
  position: absolute;
  left: 100%;
  top: 10px;
  margin-left: -266px;
  border: none;
  z-index: 1; 
}

.backl2 {
  width: 256px;
  height: 151px;
  position: absolute;
  top: 1px;
  left: 10px;
  border: none;
  z-index: 1; 
}

.backr2 { 
  width: 256px;
  height: 151px;
  position: absolute;
  left: 100%;
  top: 1px;
  margin-left: -266px;
  border: none;
  z-index: 1; 
}

.logo {
  position: absolute;
  left: 50%;
  top: 15px;
  margin-left: -300px;
  width: 600px;
  height: 141px;
  border: none;
  z-index: 6; 
}

.footertext {
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  font-size: 80%;  
}

.rightalign {
  text-align: right;
  clear: both;
}

table.programme {
  border: solid 1px #000000;
  text-align: center;
  margin: 0;
  padding: 0;
  border-spacing: 0;
}

table.programme td {
  border: solid 1px #000000;
  padding: 0.5em;
  margin: 0;
}

table.programme th {
  border: solid 1px #000000;
  padding: 0.5em;
  margin: 0;
  background-color: #EFF8F4;
}

td.nullcell {
  background-color: #F8EFF4;
}
