body {
  margin: 0px;
  text-align: center;
  background-color: #12773d;
}
body div {
  margin: auto;
}
#container {
  background: transparent url(images/container_base.png) repeat scroll 0% 50%;
  width: 800px;
  position: relative;
  top: 40px;
}
#contents_head {
  background: transparent url(images/contents_head.gif) repeat scroll 0% 50%;
  height: 11px;
  width: 801px;
}
#contents_body {
  width: 100%;
  text-align: left;
  position: relative;
}
#contents_tail {
  background: transparent url(images/base_line.png) repeat scroll 0% 50%;
  height: 10px;
  width: 801px;
  clear: both;
}
#title_graphic {
  background: transparent url(images/title_graphic.png) repeat scroll 0% 50%;
  margin-top: 6px;
  width: 761px;
  height: 116px;
  text-align: left;
}
#slogan {
  left: 200px;
  width: 400px;
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-size: 18px;
  font-weight: bold;
  color: #12773d;
  margin-left: 40px;
}
#logo {
  position: absolute;
  top: 50%;
  left: 230px;
  width: 200px;
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-size: 24px;
  font-weight: bold;
  color: #ffc718;
}
#body {
  margin: 20px;
}
#left {
  width: 150px;
  float: left;
}
#right {
  width: 580px;
  float: right;
  text-align: justify;
  vertical-align: top;
}
#menu {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-size: 10px;
  font-weight: bold;
}
#menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#menu li {
  display: inline;
}
#menu a {
  border-bottom: 1px solid #ffc718;
  padding: 5px 15px;
  display: block;
  text-decoration: none;
  color: #ffc718;
  background-color: #0d532a;
}
#menu a:hover {
  background: #ffc718 none repeat scroll 0% 50%;
  color: #0d532a;
}
#menu .active a {
  background: #d0efe7 none repeat scroll 0% 50%;
  color: #000000;
}
.heading {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-size: 18px;
  font-weight: bold;
  color: #02492c;
}
.subHeading {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-size: 14px;
  font-weight: bold;
  color: #02492c;
}
.textoNormal {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #02492c;
}
