<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  margin: 0px;
  padding: 0px;
  background-color: #cccccd;
}
#whiteBody{
  background-color: #fff;
  width: 1024px;
  margin: 0 auto;
  padding-right: 50px;
  background-image: url("/images/gray_to_white.png");
  background-repeat: repeat-y;
  position: relative;
}
#leafbg{
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("/images/green-leaf.png");
  background-position: 772px 200px;
  background-repeat: no-repeat;
}
/* ---- Header ---- */
#logoHolder {
  position: relative;
  width: 995px;
  margin-left: auto;
  margin-right: auto;
}
#header {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#headerContent {
  position: relative;
  width: 995px;
  margin-left: auto;
  margin-right: auto;
}
#logo {
  position: absolute;
  background-image: url('../images/leaf.png');
  background-repeat: no-repeat;
  width: 324px;
  height: 223px;
}
#langSelect {
  margin-left: 333px;
}
#title {
  /*background-color: #E2F78C;*/
  background-image: url('../images/header.png');
  background-repeat: no-repeat;
  /*background-position: 333px 0px;*/
  position: relative;
  height: 72px;
  left: 333px;
  top: -30px;
  width: 691px;
}
#title h1 {
  padding-top: 5px;
  margin-left: 17px;
  font-size: 2.5em;
  margin-bottom: -0.5em;
  color: #298c4f;
  font-weight: normal;
}
#title h2 {
  margin-right: 95px;
  font-size: 1.1em;
  font-weight: bold;
  text-align: right;
  color: #40a060;

}
#titleStretch {
  position: absolute;
  background-color: #d8d8d8;
  width: 500%;
  height: 71px;
  margin-left: 425px;
  z-index: -120;
  background-image: url('../images/header-stretch.png');
}
/* ---- Content ---- */
#content {
  position: relative;
  width: 995px;
  margin-left: auto;
  margin-right: auto;
}
#main {
  margin-top: -20px;
  margin-left: 333px;
  padding: 0em 1em;
  width: 660px;
}
/* ---- Footer ---- */
#footer {
  clear: both;
  position: relative;
  width: 995px;
  margin-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
#copyright {
  font-size: 0.7em;
  margin-left: 70px;
}
a.creditsLink:link {
  color: #00F;
}

a.creditsLink:visited {
  color: #00F;
}

a.creditsLink:active {
  color: #00F;
}

a.creditsLink:hover {
  color: #298c4f;
}
/* ---- Nav Menu ---- */
#nav {
  float: left;
  line-height: 2em;
  padding: 15px;
  padding-top: 0px;
  background-image: url('../images/grass-top.png');
  background-repeat: no-repeat;
  width: 186px;
  position: relative;
  margin-bottom: 50px;
  margin-left: 58px;
  margin-top: 115px;
  z-index: 10;
}

#navBottom {
  position: absolute;
  bottom: 0px;
  background-image: url('../images/grass-bottom.png');
  background-repeat: no-repeat;
  height: 80px;
  width: 216px;
  margin-left: -15px;
  z-index: -1;
}

ul.navigation li {
  list-style: none;
  padding: 0;
  margin-left: -40px;
}

ul.navigation li a:link {
  color: #00f;
}
ul.navigation li a:visited {
  color: #f50;
}
ul.navigation li a:hover {
  color: #000;
}
ul.navigation li a:active {
  color: #f50;
}
/* navigation level 2 */
ul.navigation li ul {
  margin-left: 20px;
}
ul.navigation li ul li {
  list-style: circle;
  line-height: 1.2em;
  font-size: 0.8em;
}
/* ---- Floats ---- */
.floater {
  float: left;
}

.floaterRight {
  float: right;
}

.floatBreak {
  clear: both;
  height: 0;
}
</pre></body></html>