﻿/* CSS Document */

a {
  color: #000000;
  text-decoration: none;
}

a:visited {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

body {
  background: #d9e2d6;
  color: #000000;
  font-family: Verdana, Tahoma, Trebuchet MS, Arial, Georgia;
  font-size: 11px;
  line-height: 200%;
  margin: 0px;
}

img {
  border: solid 1px #999999;
}

h1 {
  margin: 0px;
  color: #9f9f9f;
  font-family: Verdana, Tahoma, Trebuchet MS, Arial, Georgia;
  font-size: 18px;
}

form {
  margin: 0px;
}

input {
  background: #f8fafa;
  border: solid 1px #bad5dd;
  font-family: Verdana, Tahoma, Trebuchet MS, Arial, Georgia;
  font-size: 11px;
  height: 19px;
  line-height: 150%;
}

textarea {
  background: #f8fafa;
  border: solid 1px #bad5dd;
  font-family: Verdana, Tahoma, Trebuchet MS, Arial, Georgia;
  font-size: 11px;
  line-height: 150%;
  padding: 3px;
}

select {
  background: #f8fafa;
  border: solid 1px #bad5dd;
  font-family: Verdana, Tahoma, Trebuchet MS, Arial, Georgia;
  font-size: 11px;
  line-height: 150%;
  padding: 3px;
}

iframe {
  border: solid 1px #bad5dd;
  font-family: Verdana, Tahoma, Trebuchet MS, Arial, Georgia;
  font-size: 11px;
  line-height: 150%;
  overflow: auto;
}

p {
  margin-top: 0px;
}

hr {
  border: none;
  border-top: 1px dashed #000000;
  height: 0px;
}

#wrapper {
  height: auto;
  margin: 0 auto;
  position: relative;
  width: 800px;
}

#borders {
  background: #ffffff;
  border-bottom: solid 1px #c2c9c0;
  border-left: solid 1px #c2c9c0;
  border-right: solid 1px #c2c9c0;
  left: 0px;
  height: auto;
  min-height: 800px;
  position: absolute;
  top: 0px;
  width: 800px;
}

#banner {
  background: #ffffff url(../img/banner.gif);
  height: 233px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 800px;
  z-index: 1;
}

#box1 {
  color: #ffffff;
  font-size: 10px;
  height: 209px;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 217px;
  z-index: 2;
}

#navigation {
  float: left;
  left: 0px;
  overflow: hidden;
  padding: 12px;
  padding-top: 243px;
  position: relative;
  top: 0px;
  width: 224px;
  z-index: 1;
}

#nav {
  margin: 0px;
  padding: 0px;
}

#nav li {
  display: block;
}

#nav a {
  color: #169797;
  display: block;
  font-weight: bold;
  margin-left: -12px;
  margin-right: -12px;
  padding-left: 12px;
  padding-right: 12px;
  width: 224px;
}

#nav a:hover {
  background: #c5e5e5;
}

#nav .active {
  background: #c5e5e5;
}

#nav .nonactive {
  font-weight: normal;
}

#spacer {
  background: url(../img/spacer.gif);
  height: 217px;
  left: 248px;
  position: absolute;
  top: 233px;
  width: 2px;
  z-index: 1;
}

#content {
  left: 0px;
  overflow: hidden;
  padding: 12px;
  padding-top: 243px;
  position: relative;
  text-align: justify;
  top: 0px;
  width: auto;
  z-index: 1;
}

.noborder {
  border: 0px;
}
