body {
  /*background-color: #446644;*/
  background-color: #86A186;
  font-family:  Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #303030;
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.maintable {
  margin-left: auto;
  margin-right: auto;
  width: 950px;
  background-color: white;
  border: 15px solid white;
  border-bottom: 0px;
}

/* Logo Block */
#logo {
  width: 950px;
  height: 120px;
  background-color: #f2f7f3;
  background-image: url(../images/header.jpg);
  background-repeat: no-repeat;
  background-position: top right;
}

/* Navigation */
#navigation {
  width: 950px;
  height: 20px;
  position: relative;
  top: 0px;
  left: 0px;
  list-style: none;
  margin: 0px;
  padding: 0px;
  background-color: #668866;
  background-image: url(../images/nav1.jpg);
  background-repeat: no-repeat;
}


#navigation li {
  display: inline;
  float: left;
}

.linkholder {
  position: relative;
  top: -20px;
  left: 235px;
}

#navigation li a {
  display: block;
  text-align: center;
  height: 20px;
  width: 100px;
  line-height: 22px;
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
  color: black;
  background-image: url(../images/nav2.gif);
}

#navigation li a.first {
}

#navigation li a:link, li a:visited {
  color: black;
  text-decoration: none;
}

#navigation li a.here {
  font-size: 10px;
  color: white;
  background-image: url(../images/nav3.gif);
}

#navigation li a:hover {
  font-size: 10px;
  color: white;
  background-image: url(../images/nav3.gif);

}

#navigation li a.here:hover {
  text-decoration: none;
}





#clear {
  float: left;
  clear: all;
  width: 1px;
  height: 1px
}

/**************/
/* Content */
div#content {
  width: 950px;
  line-height: 1.6em;
  word-spacing: 0.1em;
  font-size: 13px;
  padding-bottom: 0px;
  margin-top: 25px;
  margin-bottom: 0px;
  background-color: #ffffff;
}

div#content a {
  font-weight: bold;
  color: #808080;
  text-decoration: underline;
}

div#content a:link, a:visited {
  color: #808080;
}

div#content a:hover {
  color: #c2d0c3;
}




/* Left Navigation */
div#holder a {
  color: white;
}

#left-navigation {
  width: 218px;
  position: relative;
  top: 0px;
  left: 0px;
  list-style: none;
  margin: 0px;
  padding: 0px;
  border: 1px solid #557755;
}

#left-navigation li a {
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
  text-align: right;
  height: 20px;
  width: 218px;
  line-height: 20px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  border-top: 1px solid #557755;
  background-color: #86A186;
}

.left-navigation-text {
  margin-right: 10px;
}

#left-navigation li a.first {
  border-top: 0px;
}

#left-navigation li a:link, li a:visited {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

#left-navigation li a:hover {
  background-color: #f2f7f3;
  color: black;
}








div#left-block {
  border: 0px solid red;
  width: 220px;
  float: left;
  margin-right: 15px;
  text-align: center;
}

div#central-block {
  float: left;
  width: 525px;
  margin-right: 8px;
  border-right: 1px dashed #cccccc;
}

div#central-block-acc {
  float: left;
  width: 900px;
  padding: 20px;

}


div#central-text {
   margin: 0px 8px 0px 0px;
}

div#right-block {
  width: 180px;
  float:right;
}



.normaltext {
  font-size: 13px;
}

h1 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 0px;
  color: #03511b;
}

h2 {
  font-size: 18px;
  margin-bottom: 6px;
  margin-top: 25px;
  color: #03511b;
}

div #mainblock {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  line-height: 1.5em;
  word-spacing: 0.1em;
  font-size: 13px;
  position: relative;
}

.highlight {
  background-color: #f2f7f3;
  /*font-weight: bold;*/
  border: 2px dashed green;
  padding: 10px;
  line-height: 1.8;
  font-size: 14px;
  color: #03511b;
  margin: 25px 0px 25px 0px;
}


/**************/
/* Footer */
div#footer {
  top: 0px;
  left: 0px;
  width: 950px;
  height: 35px;
  font-size: 10px;
  /*background-color: #446644;*/
  background-color: #86A186;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 5px;
  padding: 0px;
}

div#legal {
  float: left;
  clear: none;
  font-weight: bold;
  color: white;
  margin-left: 0px;
  margin-top: 11px;
}

div#legal a {
  font-weight: bold;
  text-decoration: none;
}

div#legal a:link, a:visited {
  color: white;
  text-decoration: none;
}

div#legal a:hover {
 text-decoration: underline;
}

div#credits {
  float: right;
  width: 141px;
  font-weight: bold;
  color: white;
  margin-right: 0px;
  margin-top: 11px;
}

div#credits a {
  font-weight: bold;
  text-decoration: none;
}

div#credits a:link, a:visited {
  color: white;
}

div#credits a:hover {
 text-decoration: underline;
}

.footertable {
  margin-left: auto;
  margin-right: auto;
  width: 950px;
  border-bottom: 0px;
  border: 5px solid #86A186;
  background-color: #86A186;
}