body {
  margin: 0;
  padding: 0;
  background-color: #ececec;
  text-align: center;
}

/*  Header
-------------------------------------------------------------------*/


div#headerbar {
  background: #ececec url(../images/topbg.gif) repeat-x top;
  height: 195px;
  text-align: center;
  margin-bottom: 20px;
}

div#headerbar a#logo {
  overflow: hidden;
  display: block;
  margin: 0 auto;
  width: 270px;
  height: 195px;
  background: #ececec url(../images/logo.jpg) no-repeat top;
  text-indent: -9000em;
}

/*  Body
-------------------------------------------------------------------*/


div#frontpagebody {
  height: 330px;
  width: 858px;
  margin: 20px auto 0 auto;
}
  div#toplinks {
    height: 20px;
  }
  div#frontpagebody div#image {
    width: 572px;
    height: 320px;
    float: left;
  }
    div#frontpagebody div#image img {
      margin: 0 5px;
    }
  div#frontpagebody div#text {
    width: 285px;
    height: 315px;
    float: left;
    padding-top: 1px;
  }
    div#frontpagebody div#text div.imglink {
      width: 281px;
      height: 76px;
      background: url(../images/frontbuttonbg.gif) 0 -76px no-repeat;
      margin-bottom: 5px;
    }
      div#frontpagebody div#text div.last {
        margin: 0;
      }
    div#frontpagebody div#text div.imglink a {
      display: block;
      width: 281px;
      height: 76px;
      text-decoration: none;
      background: url(../images/frontbuttonbg.gif) 0 0 no-repeat;
      position: relative;
    }
      div#frontpagebody div#text div.imglink a span {
        position: absolute;
        top: 23px;
        left: 23px;
      	font-size: 90%;
      }
      div#frontpagebody div#text div.imglink a span h1 {
        text-transform: uppercase;
        font-size: 110%;
        line-height: 100%;
        margin: 0; padding: 0;
        padding-bottom: 3px;
      }
    div#frontpagebody div#text div.imglink a:hover {
      background-image: none;
    }


div.mainwrapper {
  width: 858px;
  margin: 0 auto;
  text-align: left;
}

.contentpaneopen img {
  border: 5px solid #E4E4E4;
}
.contentpaneopen a:hover img {
  border: 5px solid #ccc;
}


div.leftflash {
  margin-bottom: 15px;
}



/*  Footer
-------------------------------------------------------------------*/

div#footer {
  margin-top: 10px;
  height: 76px;
  background: url(../images/footer.gif) no-repeat center;
}

iframe {
  border: none;

}

