body {
  background-color: #ffffff; 
  margin-bottom: 0px; 
  font-family: tahoma; 
  font-size: 13px;
  text-align: center;
}
td {
  font-family: tahoma; 
  font-size: 13px;
}
div{
  margin:0;
  padding:0;
}
img{
  border:0;
}
h1 {
  color: #2c3d2a;
  font-size: 20px;
  border-bottom: 1px solid #a06c20;
}
h2 {
  color: #2c3d2a;
  font-size: 18px;
}
a:link,a:visited {
  color: #5f725d;
  font-family: tahoma;
  font-size: 12px;
  text-decoration: none;
}
a:hover,a:visited:hover {
  color: #a06c20;
  text-decoration: none;
  font-family: tahoma;
  font-size: 12px;
}

/* ---------------------------- */
#content{
  margin: auto;
  width: 800px;
  background-color:#ffffff;
  text-align: left;
  float: center;
}
#join{
  margin: auto;
  width: 585px;
  background-color:#ffffff;
  text-align: left;
  float: right;
}
#header{
  color:#ffffff;
  font-weight:bold;
  height:230px;
  background: url(/images/toplogo.jpg) no-repeat left;
  margin:0;
  float: top;
}
#footer{
  margin: 4.5px auto;
  text-align: center;
  width: 700px;
  font-size:75%;
  clear:both;
}
  
/* ------- Main --------- */
#maintext {
  float: right;
  width: 583px;
}
.news {
  float: left;
  width: 500px;
}
.newsdates {
  float: left;
  width: 70px;
  color: #a06c20;
  border-right: 1px solid #2c3d2a;
}
.newscontent {
  margin-left: 80px;
}

/* ------- Menu --------- */
.menu {
  width: 217px;
  background: url(/images/mm_back.png) repeat;
  padding: 0px;
  float: left;
}
.menutop {
  font: 16px sans-serif;
  font-weight: bold;
  color: #2c3d2a;
  padding-left: 15px;
  padding-top: 5px;
  background: url(/images/mm_top.png) no-repeat;
  height: 20px;
}
.menu a{
  font: 14px sans-serif;
  border-bottom: 1px solid #ffffff;
  padding-top: 12px;
  margin-left: 35px;
  margin-right: 15px;
  color: #2c3d2a;
  display: block;
}
.menu a:visited{
  font: 14px sans-serif;
  border-bottom: 1px solid #ffffff;
  padding-top: 12px;
  margin-left: 35px;
  margin-right: 15px;
  color: #2c3d2a;
  display: block;
}
.menu a:hover{
  font: 12px sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #2c3d2a;
  padding-top: 12px;
  margin-left: 35px;
  margin-right: 18px;
  color: #2c3d2a;
  display: block;
}
.menubottom {
  background: url(/images/mm_bottom.png) no-repeat;
  height: 37px;
}
