body {
  width: 791px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Arial";
  text-align: center;
}

/*p {font-family: "Arial";}
td {font-family: "Arial";}*/
a:link {color: #E4701E; text-decoration: none;}
a:visited {color: #E4701E; text-decoration: none;}/*color: #006893;*/
a:hover {  text-decoration: underline; }
a:active {  text-decoration: none; }

#header {
  width: 791px;
  /*width: 100%;*/
  height: 223px;
  min-height: 223px;
  background-image: url(/images/headerback_flip.png);
  background-repeat: no-repeat;
  background-color: #F2DEB7;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.menubar {
  width: 791px;
  /*width: 100%;*/
  height: 60px;
  min-height: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -23px;
  z-index: 20;
  text-align: left;
}

.menubar_beta {
/*   background-image: url(/images/menu_bg.png); */
/*   background-repeat: no-repeat; */
  width: 791px;
  /*width: 100%;*/
  height: 60px;
  min-height: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -23px;
  z-index: 20;
  text-align: left;
  font-size: 12px;
  color: #FFFFFF;
}

.menubar_beta a:link {
  color: #FFFFFF;
  text-decoration: none;
}

.menubar_beta a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

.menubar_beta a:hover {
  text-decoration: underline;
  color: #E4701E;
}

.menubar_beta a:active {
  color: #FFFFFF;
  text-decoration: none;
}

.menubar a {
  margin: 0;
  padding: 0;
  color: #FFFFFF;
}

.menubar span {
  margin: 0;
  padding: 0;
}

#content {
  margin-top: -40px;
  width: 772px;
  margin-left: 11px;
  margin-right: 10px;
  background-color: #FFFFFF;
  background-image: url(/images/leafback.png);
  background-repeat: repeat-y;
  text-align: left;
}

.contentbox {
  padding: 2em 1em 1.6em 8em;
  font-size: 85%;
  font-family: "Arial";
}

.title {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #4D4D4D;
  text-align: right;
  margin-top: 0px;
  margin-left: 0px;
}

.member_nav {
  font-size: 12px;
  border-bottom: 1px solid #4D4D4D;
  text-align: left;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 8px;
  padding: 0px;
}

.events_nav {
  font-size: 12px;
  border-bottom: 1px solid #4D4D4D;
  text-align: left;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 8px;
  padding: 0px;
}

.admin_nav {
  font-size: 12px;
  border-bottom: 1px solid #4D4D4D;
  text-align: left;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

.error_msg {
  width: 500px;
  background-color: #FFAFAF;
  font-size: 15px;
  border-style: solid;
  border-color: #FF0000;
  border-width: 1px;
  text-align: center;
  margin: auto;
  margin-bottom: 10px;
  padding: 15px;
}

.error_msg p {
  font-size: 13px;
  text-align: left;
}

.info_msg {
  width: 500px;
  background-color: #CCFFCC;
  font-size: 15px;
  border-style: solid;
  border-color: #22CE22;
  border-width: 1px;
  text-align: center;
  margin: auto;
  margin-bottom: 10px;
  padding: 15px;
}

.info_msg p {
  font-size: 13px;
  text-align: left;
}

#foot {
  font-size: 16px;
  padding: 40px 0px 0px 0px;
  margin-top: -30px;
  /*width: 100%;*/
  width: 791px;
  margin-left: auto;
  margin-right: auto;
  min-height: 74px;
  /*background-color: #7D845F;*/
  background-image: url(/images/foot.gif);
  background-repeat: no-repeat;
}

.footbox {
  font-size: 90%;
  color: #FFFFFF;
  background-color: #7D845F;
  text-align: center;
  padding: 0 0 0 0;/* 3em 0 0 0;*/
  margin: 0px 0px 0px 0px;
  font-family: "Arial";
}

.signupbox {
  font-size: 12px;
  text-align: right;
  font-weight: bold;
  padding: 15px 0px 0px 5px;
}

.table_registration td{ font-size:12px;}	

