img, div {
  behavior: url(iepngfix.htc); }

table, h1, h2, h3, p {
  margin-left: 1em; }

h1, legend {
  margin-left: 0.6em;
  font-size: 1.7em; }

h2 {
  margin-left: 0.8em;
  font-size: 1.2em; }

p {
  font-size: normal;
  margin-left: 1em;
  margin-right: 1em; }

body {
  background-image: url('../images/body-bg.jpg');
  background-repeat: repeat-x;
  background-color: #aafeaa;
  margin: 0;
  font-family: Tahoma, "Lucida Grande", sans-serif;
  font-size: 0.8em;
}

fieldset {
  border: none; }

form {
  margin-left: 1em; }
  form label {
    vertical-align: top;
    float: left;
    width: 7em;
    margin-right: 1em;
    text-align: right; }
  form textarea {
    width: 20em; }
  form legend {
    margin-left: 5em; }

a {
  text-decoration: none;
  color: green; }

.news_topic {
  font-size: 1.2em;
  font-weight: bold;
  margin-left: 1em;
  margin-right: 1.3em; }

p.big {
  font-size: 1.7em;
  color: green; }

.center {
  text-align: center; }

.v-center {
  height: 29px;
  display: table-cell;
  vertical-align: middle; }

#container {
  width: 62em;
  margin: 0 auto; }
  #container #header {
    height: 121px;
    background-image: url('../images/header-bg.jpg');
    background-repeat: repeat-x; }
    #container #header div {
      height: 121px;
      line-height: 121px;
      width: 62em; }
  #container #header_dropshadow {
    background-image: url('../images/header-ds.png') !important;
    background-image: url('../images/header-ds.gif');
    background-repeat: repeat-x;
    height: 8px;
    width: 100%;
    position: relative;
    z-index: 100; }
  #container #wrapper {
    margin-top: -8px !important;
    margin_top: -18px;
    background-image: url('../images/wrapper-bg.jpg');
    background-repeat: repeat-x;
    background-color: #aafeaa;
    min-height: 435px;
    height: auto !important;
    height: 435px; }
    #container #wrapper #content {
      border-width: 1px;
      border-style: solid;
      border-color: black;
      border-top: none;
      background-image: url('../images/content-bg.jpg');
      background-repeat: no-repeat;
/*      background-position: bottom left;*/
      background-color: white;
      min-height: 410px;
      height: auto !important;
      height: 410px;
      float: left; }
      #container #wrapper #content #content_wrapper {
        width: 30em;
        float: left; }
        #container #wrapper #content #content_wrapper h1 {
          margin-left: 0;
          text-align: center; }
        #container #wrapper #content #content_wrapper h1, #container #wrapper #content #content_wrapper table, #container #wrapper #content #content_wrapper form {
          margin-top: 1.1em; }
      #container #wrapper #content #news {
        padding-bottom: 1em;
        font-size: 0.7em;
        background-color: white;
        width: 17em;
        float: left;
        border-width: 1px;
        border-style: solid;
        border-color: grey;
        margin-top: 18px;
        margin-right: 1em; }
    #container #wrapper #navigation {
      float: left; }
      #container #wrapper #navigation ul {
        list-style-type: none; }
        #container #wrapper #navigation ul li.first {
          margin-top: 2em; }
        #container #wrapper #navigation ul li {
          border-width: 1px;
          border-color: white;
          border-style: solid;
          border-right: none;
          margin-top: 0.3em;
          width: 11em;
          background-image: url('../images/menu-bg.jpg');
          background-repeat: repeat-x; }
          #container #wrapper #navigation ul li div {
            width: 11em;
            line-height: 29px; }
            #container #wrapper #navigation ul li div a {
              padding-left: 1em;
              color: white;
              display: block;
              text-decoration: none;
              text-transform: uppercase;
              font-family: "Lucida Grande", sans-serif;
              font-weight: bold; }
