html, body, form, img, table, td, th, tr {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #424657;
}

body {
  background: #fff;
}

td {
  vertical-align: top;
}

html, body {
  height: 100%;
}

img {
  border: 0px;
}

a {
  color: #D57332;
  text-decoration: none;
}

a:hover {
  color: #F7B721;
  text-decoration: none;
}

p {
  margin-top: 0px;
  margin-bottom: 8px;
}

/* header
----------------------------------------------------------------*/
#header {
  display: block;
  width: 100%;
}

#header .box {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 750px;
}

/* topmenu */
#header .topmenu {
  background: url(images/navig_bg.jpg) repeat-x;
  position: relative;
  z-index: 0;
  height: 37px;
  border-bottom: solid 2px #85552F;
  border-top: solid 1px #85552F;
  width: 100%;
}

#header a {
  color: #615E5E;
  text-decoration: underline;
  font-weight: bold;
}

#header a:hover {
  color: #F7B721;
  text-decoration: none;
}

#header .topmenu a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #615E5E;
  text-decoration: none;
  height: 25px;
  float: left;
  padding-top: 8px;
  padding-bottom: 6px;
  margin-left: 1px;
  margin-right: 1px;
}

#header .topmenu a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #F7B721;
  text-decoration: none;
}

/*
.section {
  border-left: dashed 1px #85552F;
  padding: 8px;
}
*/

.section_header {
  color: #367388;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

#header .clubnumber {
  font-family: Verdana Narrow, Arial Narrow, Helvetica Narrow, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

/* main
----------------------------------------------------------------*/
#main {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 750px;
}

/* footer
----------------------------------------------------------------*/
#footer {
  display: block;
  width: 100%;
  clear: both;
}

#footer .box {
  margin-left: auto;
  margin-right: auto;
  width: 750px;
  height: 105px;
  text-align: center;
  background-color: #F1F2F4;
  border-top: solid 2px #85552F;
}

#footer .links {
  padding-top: 20px;
}

#footer a {
  color: #615E5E;
  text-decoration: underline;
}

#footer a:hover {
  color: #F7B721;
  text-decoration: none;
}

#footer .copyrights {
  margin-top: 10px;
  font-size: 10px;
  color: #a3abce;
}

#footer .copyrights a {
  color: #a3abce;
  text-decoration: underline;
}

#footer .copyrights a:hover {
  color: #a3abce;
  text-decoration: none;
}

/*
#content {
  clear: both;
  width: 720px;
  padding: 14px 14px 14px 14px;
  font-family: Arial;
  float: left;
  border: 1px dashed blue;
}
*/
#content {
  clear: both;
  width: 720px;
  padding: 15px 15px 15px 15px;
  font-family: Arial;
  float: left;
}

/* was color:#865630; */
.contact {
  font-size: 14px;
  color: #D57332;
}

a .img_right {
  border: 1px solid #ccc;
  float: right;
}

#column12of3 {
  width: 485px;
  height: 100%;
  float: left;
}

/*
#column12of3 .img {
  border: 1px solid #59b3ee;
}
*/

#column23of3 {
  width: 485px;
  height: 100%;
  float: right;
}

#column1of3 {
  width: 235px;
  height: 100%;
  float: left
}

#column2of3 {
  width: 250px;
  height: 100%;
  float: right
}

#column3of3 {
  width: 235px;
  height: 100%;
  float: right;
}

#column1of2 {
  width: 344px;
  float: left;
  padding: 0px 15px 0px 0px;
}

#column2of2 {
  width: 344px;
  float: right;
  padding: 0px 0px 0px 15px;
}

#content h1 {
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
}

#content h2 {
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
}

#content h3 {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}

.formleft {
  text-align: justify;
  font-size: 10pt;
}

.formcenter {
  text-align: center;
  font-size: 10pt;
}

.formright {
  text-align: right;
  font-size: 10pt;
}

.indentlist {
  list-style-type: none;
  margin: 0;
  padding: 0px 0px 10px 15px;
}

.topic_header {
  font-size: 12px;
  font-weight: bold;
}

