
body {
  text-align: center;
  padding: 0;
  margin: 0;
}


.stage_head {
  background-image: url(img/head.gif);
  width:  1000px;
  height: 255px;
  margin-bottom:0px;
}


.stage_main {
  background-image: url(img/stripes.gif);
  background-repeat: repeat;
  width:  1000px;
  text-align: left;
  margin:0 0 10px 0;
  padding: 10px 0 10px 0;
}


.content {
  width: 902px;
  background-color: white;
  margin: 0px 0px 10px 49px;
  font-family: Verdana, Arial, Helvetica;
  font-size: 10pt;
}

.content img {
  padding: 0 0 10px 10px;
}

.text {
  margin: 0 10px 0 0;
  padding-bottom: 10px;
  background-color: white;
  min-height: 430px;
}

.image {
  float: right;
  margin: 0 10px 20px 0;
  background-color: white;
  
}


.address {
  width: 902px;
  margin: 0px 0px 0px 49px;
  font-family: Verdana, Arial, Helvetica;
  font-size: 10pt;
  font-weight: bold;
}

.address span {
  margin-right: 12px;
}

    .menu {
      width: 902px;
      margin: 0px 0px 0px 49px;
      padding: 0;
      background-color: white;
      font-family: Verdana, Arial, Helvetica;
      font-size: 10pt;
      height: 28px;
    }
    .menu ul {
      background-color: white;
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
    .menu li {
      float: left;
      width: 149px;
      margin: 0 1px 0 0;
      background: #9A8F79 none;
      text-align: center;
    }

    .menu a {
      display: block;
      width: 100%;
      height: 23px;
      text-decoration: none;
      color: white;
      padding: 5px 0 0 0;
    }
    .menu a:hover {
      background: #EAE6DA none;
    }

    li.selected {
      background-color: #EAE6DA;
      color: black;
    }


    li.news {
      background-color: #CC6601;
      color: black;
      font-weight: bold;
      font-size: 11pt;
      margin-left: 1px;
    }

    .news a {
      color: black;
    }

    .selected a {
      color: black;
    }


.headpad { 
  height: 10px; 
  visibility: hidden; 
} 


.centerall {
  margin:0px auto 0px auto;
} 



a {
  color: #CC6601;
  text-decoration: none;
  font-weight: bold;
}


h1 {
  color: #C62F1B;
  font-size: 12pt;
  font-weight: bold;
  margin-left: 7px;
  margin-top: 0px;
}

h2 {
  font-size: 10pt;
  font-weight: bold;
  margin-left: 7px;
  padding-bottom:0;
  margin-bottom:0;
}

p {
  margin-left: 7px;
  margin-top:0;
  padding-top:0;
}


.content table {
  margin-left: 7px;
}

.content table tr {
  vertical-align: top;  
}

