/* CSS Document */

a {
  color: #000000;
  text-decoration: none;
}

a:visited {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

body {
  background: #e1dcd6;
  color: #000000;
  font-family: "Tahoma", "Verdana", "Trebuchet MS", "Arial", "Georgia";
  font-size: 12px;
  line-height: 150%;
  margin: 0px;
}

h1 {
  color: #d8a861;
  font-family: "Tahoma", "Verdana", "Trebuchet MS", "Arial", "Georgia";
  font-size: 14px;
  margin: 0px;
}

.headline {
  background: #efece3;
  border-bottom: 1px solid #e6dbc3;
  border-top: 1px solid #e6dbc3;
  line-height: 24px;
  padding-left: 10px;
}

form {
  margin: 0px;
}

input {
  background-color: #ffffff;
  border: solid 1px #d8a861;
  font-family: "Tahoma", "Verdana", "Trebuchet MS", "Arial", "Georgia";
  font-size: 11px;
  height: 19px;
  line-height: 150%;
  padding-left: 5px;
  padding-right: 5px;
}

textarea {
  background-color: #ffffff;
  border: solid 1px #d8a861;
  font-family: "Tahoma", "Verdana", "Trebuchet MS", "Arial", "Georgia";
  font-size: 11px;
  line-height: 150%;
  padding: 5px;
}

select {
  background-color: #ffffff;
  border: solid 1px #d8a861;
  font-family: "Tahoma", "Verdana", "Trebuchet MS", "Arial", "Georgia";
  font-size: 11px;
  line-height: 150%;
  padding: 5px;
}

iframe {
  border: solid 1px #d8a861;
  font-family: "Tahoma", "Verdana", "Trebuchet MS", "Arial", "Georgia";
  font-size: 11px;
  line-height: 150%;
  overflow: auto;
}

img {
  border: solid 1px #d8a861;
}

#wrapper {
  height: auto;
  margin: 0 auto;
  position: relative;
  width: 920px;
}

#background {
  background: url(../img/background.gif) repeat-y;
  left: 0px;
  height: auto;
  position: absolute;
  top: 0px;
  width: 920px;
}

#banner {
  background: url(../img/banner.gif);
  height: 237px;
  left: 10px;
  padding-left: 5px;
  position: absolute;
  top: 0px;
  width: 895px;
  z-index: 1;
}

#navigation {
  float: left;
  left: 20px;
  overflow: hidden;
  padding: 12px;
  padding-top: 233px;
  position: relative;
  top: 20px;
  width: 232px;
  z-index: 1;
}

#nav {
  margin: 0px;
  padding: 0px;
}

#nav li {
  display: block;
}

#nav .top {
  background: #efece3;
  border-bottom: 1px solid #e6dbc3;
  border-top: 1px solid #e6dbc3;
  display: block;
  line-height: 24px;
  margin-left: -10px;
  padding-left: 10px;
  width: 225px;
}

#nav .topspace {
  display: block;
  margin-left: -10px;
  padding-left: 10px;
  line-height: 24px;
}

#nav .space {
  display: block;
  margin-left: -10px;
  padding-left: 10px;
  line-height: 50%;
}

#nav a {
  background: #f9f6ef;
  border-top: 1px solid #ffffff ;
  color: #d8a861;
  display: block;
  font-weight: bold;
  line-height: 24px;
  margin-left: -10px;
  padding-left: 10px;
  width: 225px;
}

#nav a:hover {
  background: #f5f0e3;
}

#nav .active {
  background: #f5f0e3;
}

#nav .nonactive {
  font-weight: normal;
}

#content {
  left: 0px;
  min-height: 440px;
  overflow: hidden;
  padding: 20px;
  padding-top: 253px;
  position: relative;
  text-align: justify;
  top: 0px;
  width: auto;
  z-index: 1;
}

#content .top {
  background: #efece3;
  border-bottom: 1px solid #e6dbc3;
  border-top: 1px solid #e6dbc3;
  line-height: 24px;
  padding-left: 10px;
}

#bottom {
  background: url(../img/bottom.gif) repeat-x;
  color: #ffffff;
  height: 118px;
  left: 0px;
  overflow: hidden;
  position: relative;
  text-align: center;
  top: 0px;
  width: 900px;
  z-index: 1;
}

#bottom-left {
  background: url(../img/bottom-left.gif);
  float: left;
  height: 118px;
  left: 0px;
  position: relative;
  top: 0px;
  width: 10px;
  z-index: 1;
}

#bottom-right {
  background: url(../img/bottom-right.gif);
  float: right;
  height: 118px;
  position: relative;
  right: 0px;
  top: 0px;
  width: 10px;
  z-index: 1;
}

#bottomTable {
  color: #505050;
  font-family: "Tahoma", "Verdana", "Trebuchet MS", "Arial", "Georgia";
  font-size: 10px;
}

#bottomTable td {
  height: 100px;
  width: 900px;
  vertical-align: bottom;
  text-align: center;
}

.frontpageTable {
  border-collapse: collapse;
  color: #000000;
  font-family: "Tahoma", "Verdana", "Trebuchet MS", "Arial", "Georgia";
  font-size: 12px;
  line-height: 150%;
  margin: 0px;
  margin-top: 25px;
  width: 624px;
}

.frontpageTable td {
  margin: 0px;
  padding: 0px;
  vertical-align: top;
}

.fixedLine {
  border-bottom: 1px dotted #e6dbc3;
  line-height: 150%;
}

.subText {
  font-size: 10px;
  font-weight: bold;
}

.noborder {
  border: none;
}

.center {
  text-align: center;
}
