body .container {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
body .container .frontier {
  padding: 0 15px;
}
body .container .frontier:after,
body .container .frontier:before {
  position: absolute;
  top: 0;
  width: 15px;
  height: 100%;
  background-image: url('../images/main-bg.gif');
  content: ' ';
  background-repeat: repeat;
}
body .container .frontier:before {
  background-position: left top;
  left: 0;
}
body .container .frontier:after {
  background-position: right top;
  right: 0;
}
body #footer {
  background: none;
  margin-top: 0;
}
body #footer .container .frontier:after,
body #footer .container .frontier:before {
  background-image: url('../images/footer.gif');
  background-repeat: no-repeat;
  width: 40px;
}
body #footer .container .frontier:before {
  background-position: left bottom;
  left: 0;
}
body #footer .container .frontier:after {
  background-position: right bottom;
  right: 0;
}
body #footer .container .outwrap {
  background-image: url('../images/footer.gif');
  background-repeat: no-repeat;
  background-position: center bottom;
}
body #footer .container .outwrap .text {
  padding: 15px 3em 20px 3em;
  white-space: normal;
  word-break: break-all;
}
body #footer .container .outwrap:before {
  height: 0;
}
body header {
  position: static;
  z-index: 101;
}
body header .header {
  background: white;
}
body header .header .navtab td {
  vertical-align: middle;
}
body header .header .navtab td form.srchform {
  visibility: hidden !important;
  width: 190px;
}
body header .header .navtab td form.srchform tr:first-child td {
  background-image: url('../images/search-bg.gif');
  background-repeat: no-repeat;
}
body header .header .navtab td form.srchform tr:first-child td:first-child {
  background-position: left top;
}
body header .header .navtab td form.srchform tr:first-child td:last-child {
  background-position: right top;
}
body header .header .navtab td form.srchform tr:first-child td:nth-child(2) {
  background-position: center top;
  background-size: 500% 100%;
}
body header .header .navtab td form.srchform input,
body header .header .navtab td form.srchform button {
  height: 36px;
  border: 0;
  outline: 0;
  margin: 0;
  width: 100%;
  background: transparent;
  padding: 0;
}
body header .header .navtab td form.srchform button {
  cursor: pointer;
}
body header .header .navtab td form.srchform td:first-child {
  padding-left: 15px;
}
body header .header .menubtn {
  border: 0;
  background: #3394A1;
  padding: 0.5em;
  margin: 0;
  margin-right: 10px;
  font-size: 2.5em;
  color: white;
  display: none;
  border-radius: 15%;
}
body header .header .dropdown-menu {
  width: 100%;
  display: none;
  margin-top: -5px;
}
body header .header .dropdown-menu .srchform {
  width: 100% !important;
  display: block !important;
}
body header .header .dropdown-menu li a {
  padding: 10px;
  padding-bottom: 0;
}
body header .header .dropdown-menu li a:after {
  content: ' ';
  height: 1px;
  background: #B3E9B1;
  width: 100%;
  display: block;
  margin-top: 8px;
}
body header .header .dropdown-menu li:last-child a:after {
  background: transparent;
}
body .fakelogoheight {
  display: none;
}
body figure {
  margin: 0;
}
body .outblock .outwrap {
  background: white;
  padding: 0 10px;
}
body .contentwrap:before {
  content: ' ';
  display: block;
  height: 10px;
}
body .contentwrap .orgmenuwrap {
  width: 205px;
}
body .contentwrap .orgmenuwrap h2 {
  background-image: url('../images/green-top.gif');
  background-repeat: no-repeat;
  padding: 15px 0 15px 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: black;
  margin-bottom: -1px;
}
body .contentwrap .orgmenuwrap ul {
  background: url(../images/green-bottom.gif) no-repeat 0 bottom #DFF2D5;
  padding: 0 13px 15px 13px;
  margin: 0 0 10px 0;
}
body .contentwrap .orgmenuwrap ul li a {
  text-decoration: underline;
}
body .contentwrap .maincontent {
  margin-top: 15px;
  padding: 0 25px;
  padding: 0 10px;
}
body .contentwrap .maincontent div.componentheading * {
  color: #C78105;
  text-decoration: none;
}
body .contentwrap .maincontent .editor.pdfmaincontent_html {
  max-width: 100%;
  white-space: normal;
}
@media only screen and (max-width: 990px) {
  body header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }
  body header .header .menubtn {
    display: block;
  }
  body header .header .srchform {
    display: none;
  }
  body header .header .open .dropdown-menu {
    display: block;
  }
  body .fakelogoheight {
    display: block;
  }
  body .fakelogoheight img {
    visibility: hidden;
    opacity: 0;
  }
  body .fakelogoheight:before,
  body .fakelogoheight:after {
    display: none;
  }
  body .contentwrap .orgmenuwrap {
    width: 0;
  }
  body .contentwrap .orgmenuwrap * {
    display: none;
  }
}
