body {
  margin: 0;
  background: transparent url(img/bac.jpg) repeat scroll 0;
  font-family: Verdana,Tahoma,Arial,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 76%;
  font-size-adjust: none;
  font-stretch: normal;
  line-height: 1.4em;
  color: #666666;
}
.heading h1 {
  margin: 0;
  padding: 60px 20px 0;
  font-size: 2.4em;
  color: #ffffff;
  letter-spacing: -1px;
  font-weight: normal;
}
.heading h2 {
  margin: 0;
  padding: 10px 20px 0;
  font-size: 1.5em;
  color: #e4e4e4;
  font-weight: normal;
}
a:link, a:visited {
  color: #000080;
  text-decoration: underline;
}
a:hover, a:active {
  color: #404040;
  text-decoration: underline;
}
.page {
  margin: 20px;
  background: transparent url(img/page_bac.jpg) repeat scroll 0;
}
.pageTopWrapper {
  background: transparent url(img/top_strip.jpg) repeat-x scroll left top;
  height: 100%;
}
.pageBottomWrapper {
  background: transparent url(img/bottom_strip.jpg) repeat-x scroll left bottom;
  height: 100%;
}
.pageRightWrapper {
  background: transparent url(img/right_strip.jpg) repeat-y scroll right top;
  height: 100%;
}
.pageLeftWrapper {
  background: transparent url(img/left_strip.jpg) repeat-y scroll left top;
  height: 100%;
}
.pageTopRightWrapper {
  background: transparent url(img/top_right_bac.jpg) no-repeat scroll right top;
  height: 100%;
}
.pageTopLeftwrapper {
  background: transparent url(img/top_left_bac.jpg) no-repeat scroll left top;
  height: 100%;
}
.pageBottomLeftWrapper {
  background: transparent url(img/bottom_left_bac.jpg) no-repeat scroll left bottom;
  height: 100%;
}
.pageBottomRightWrapper {
  background: transparent url(img/bottom_right_bac.jpg) no-repeat scroll right bottom;
  height: 100%;
}
.pageContent {
  margin: 13px 13px 0;
}
.mainPageContent {
  background-color: #ffffff;
}
.heading {
  border-bottom: 2px solid #ffffff;
  height: 125px;
}
.menu {
  background-color: #627a48;
  display: block;
  height: 50px;
  width: 564px;
}
.menu ul {
  border:  none;
  margin: 0;
  padding: 0;
  display: inline;
}
.menu ul li {
  border-style: none solid none none;
  border-color: -moz-use-text-color #7fa540 -moz-use-text-color -moz-use-text-color;
  border-width: 0 1px 0 0;
  margin: 0;
  padding: 0;
  display: inline;
  line-height: 50px;
  float: left;
}
.menu ul li a:link, .menu ul li a:visited {
  line-height: 50px;
  font-family: arial,serif;
  font-size: 1.4em;
  text-align: center;
  width: 140px;
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  background-color: #627a48;
}
.menu ul li a:hover, .menu ul li a:active {
  color: #ffffff;
  font-family: arial,serif;
  font-size: 1.4em;
  text-align: center;
  width: 140px;
  display: block;
  line-height: 50px;
  text-decoration: none;
  font-weight: bold;
  background-color: #7fa540;
}
.left {
  float: left;
  width: 14em;
  margin-right: 15px;
  padding-bottom: 20px;
}
.right {
  padding-top: 1em;
  padding-right: 1em;
  margin-left: 16em;
}
#button {
  padding: 1em 0 0 1em;
  width: 12em;
  margin-bottom: 1em;
  font-family: 'Trebuchet MS','Lucida Grande',Verdana,Lucida,Geneva,Helvetica,Arial,sans-serif;
}
#button ul {
  border:  none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#button li {
  border-bottom: 1px solid #7fa540;
  margin: 0;
}
#button li a {
  padding: 5px 5px 5px 0.5em;
  display: block;
  background-color: #627a48;
  color: #ffffff;
  text-decoration: none;
  width: 100%;
}
html > body #button li a {
  width: auto;
}
#button li a:hover {
  background-color: #7fa540;
  color: #ffffff;
}
.footer, .footer a, .footer a:link, .footer a:visited {
  line-height: 80px;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}
