body {
  background: #053c58 url(../images/mainbg.gif) repeat-x;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

#wrapper {
  background: url(../images/texturebg.jpg) no-repeat;
  margin: 0px auto 0px auto;
  width: 1000px;
  height: 100%;
  min-height: 100%;
}

#navigation {
  width: 800px;
  height: 115px;
  margin: 0px auto 0px auto;
  clear: both;
}

#main_image {
  width: 800px;
  height: 200px;
  margin: 0px auto 0px auto;
  clear: both;
}

#header_image {
  width: 800px;
  height: 85px;
  margin: 0px auto 0px auto;
  clear: both;
}

#about_home {
  width: 260px;
  height: 175px;
  margin: 0px 10px 0px 0px;
  padding: 0px;
  float: left;
}

#events_home {
  width: 260px;
  height: 175px;
  margin: 0px 10px 0px 0px;
  padding: 0px;
  float: left;
}

#benefits_home {
  width: 260px;
  height: 175px;
  margin: 0px;
  padding: 0px;
  float: left;
}

#inner_wrapper {
  margin: 10px auto 10px auto;
  width: 800px;
  height: 175px;
  clear: both;
}

#main_content {
  margin: 25px auto 0px auto;
  width: 800px;
  clear: both;
  text-align: left;
}

#footer {
  margin: 50px auto 0px auto;
  width: 800px;
  clear: both;
  border-top: 1px dotted #096899;
}

p, ul {
  font-family: Arial;
  font-size: 12pt;
  color: #ffffff;
}

h1, h2, h3, h4, h5 {
  font-family: Arial;
  color: #cea437;
  margin-top: 20px;
  margin-bottom: 0px;
}

#footer p {
  font-size: 8pt;
  margin: 10px 0px;
  color: #cea437;
}

fieldset {
  border: 1pt solid #cea437;
  padding: 25px;
}

legend {
  text-transform: uppercase;
  font-family: Arial;
  font-size: 14pt;
  font-weight: bold;
  color: #cea437;
}

label {
  text-align: right;
  margin-right: 10px;
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  color: #ffffff;
  width: 100px;
  float: left;
}

input, select {
  float: left;
}

ul#navmenu {
  position: relative;
  top: 70px;
  left: 170px;
  margin: 0px;
  padding: 0px;
  border: 0 none;
  list-style: none;
  height: 25px;
}

ul#navmenu li {
  margin: 0;
  border: 0;
  padding: 4px;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 25px;
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  color: #ffffff;
}

ul#navmenu a:link {
  color: #ffffff;
  text-decoration: none;
  padding: 5px;
}

ul#navmenu a:visited {
  color: #ffffff;
  text-decoration: none;
  padding: 5px;
}

ul#navmenu a:hover {
  background-color: #cea437;
  color: #053c58;
  padding: 5px;
}

ul#navmenu a:active {
  background-color: #053c58;
  color: #cea437;
  padding: 5px;
}

a:link {
  color: #ffffff;
  text-decoration: underline;
}

a:visited {
  color: #aaaaaa;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: #cea437;
}

a:active {
  color: #053c58;
  text-decoration: none;
}