body {
  font: small "Helvetica Neue", Helvetica, "Arial Unicode MS", Arial, sans-serif;
  color: #000;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

#language-chooser {
  position: absolute;
  right: 1em;
  font-size: smaller;
  color: #777777; }
  #language-chooser a {
    text-decoration: none;
    color: inherit; }
    #language-chooser a:hover {
      text-decoration: underline; }

#header ul#nav {
  float: left;
  width: 100%;
  margin: 0;
  padding: 47px 0 0 160px;
  list-style: none;
  background: #a1c9b0 url('/images/nav_bg.png') no-repeat bottom left; }
  #header ul#nav li {
    float: left;
    margin: 0 1px 0 0;
    padding: 0;
    font-family: "Lucida Grande", sans-serif;
    font-size: 80%; }
    #header ul#nav li a {
      float: left;
      -moz-border-radius-topleft: 1.5ex;
      -webkit-border-top-left-radius: 1.5ex;
      border-top-left-radius: 1.5ex;
      -moz-border-radius-topright: 1.5ex;
      -webkit-border-top-right-radius: 1.5ex;
      border-top-right-radius: 1.5ex;
      display: block;
      margin: 0;
      padding: 4px 1em;
      color: #555555;
      text-decoration: none;
      border: 1px solid #9B8748;
      background: #e4dea5 url(/images/off_bg.gif) repeat-x top left; }
      #header ul#nav li a:hover {
        color: #995599;
        border-color: #727377;
        background: #ede8b0 url(/images/hover_bg.gif) repeat-x top left; }
      #header ul#nav li a.active {
        color: #2a2a2a;
        padding-bottom: 5px;
        border-color: #727377;
        background: #fff url(/images/on_bg.gif) repeat-x top left;
        border-bottom: none; }

#main {
  clear: left; }

#header-home {
  margin-top: 5px;
  font-family: georgia, serif;
  color: #381704;
  font-size: smaller;
  letter-spacing: 0.1em;
  text-align: center; }
  #header-home .bullet:before {
    content: "    "; }
  #header-home .bullet:after {
    content: "    "; }
  #header-home .email a {
    text-decoration: none;
    color: inherit; }
    #header-home .email a:hover {
      text-decoration: underline; }

.main {
  width: 640px;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 275px;
  margin: -137.5px 0 0 -320px; }
  .main .sections {
    font-size: 120%;
    text-align: center; }
    .main .sections .bullet:before {
      content: "    "; }
    .main .sections .bullet:after {
      content: "    "; }
  .main #sections-top {
    margin: 0; }
  .main #sections-bottom {
    margin: -60px 0 0 0; }
  .main #sections-top-ns {
    margin: 0 0 22px 0; }
  .main #sections-bottom-ns {
    margin: 22px 0 0 0; }
  .main #logo-ns {
    text-align: center; }

#footer-mma {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0; }

#footer-rif {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: xx-small;
  color: silver; }

#footer-text {
  margin-left: 270px;
  position: absolute;
  bottom: 10px;
  right: 5px;
  text-align: right;
  font-family: georgia, serif;
  color: #381704;
  font-size: smaller;
  letter-spacing: 0.1em;
  line-height: 200%;
  background: #white;
  /* for IE */
  filter: alpha(opacity=80);
  /* CSS3 standard */
  opacity: 0.8; }
