body {
  margin: 0px;
  padding: 0px;
}

h3 {
  display: block;
  font-family: arial;
  font-size: 18pt;
  font-weight: bold;
  color: #dddddd;
  background-color: #424242;
  padding: 4px 0px 4px 8px;
  margin: 0px;
}

#body-container {
  margin: 0px auto;
  width: 1000px;
}

#header {
  background-image: url('/images/website/header-bg.gif');
  background-repeat: repeat-x;
}

#stripe {
  margin: 0 auto;
  width: 1000px;
  padding-top: 121px;
}

#stripe ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  height: 55px;
  float: left;
}

#stripe img {
  padding: 7px 0px;
}

#stripe ul li {
  float: left;
}

#stripe ul li {
  width: 122px;
  margin-right: 3px;
  border-top-width: 3px;
  border-top-style: solid;
}

#stripe ul li a {
  font-family: tahoma;
  font-size: 16pt;
  font-weight: bold;
  text-decoration: none;
  color: white;
  display: block;
  padding-left: 6px;
  height: 36px;
  padding-top: 6px;
}

#stripe ul li#snow {
  border-top-color: #77a2a6;
}

#stripe ul li#snow a:hover, #stripe ul li#snow a:active {
  background-color: #77a2a6;
}

#stripe ul li#skate {
  border-top-color: #e5bc64;
}

#stripe ul li#skate a:hover, #stripe ul li#skate a:active {
  background-color: #e5bc64;
}

#stripe ul li#surf {
  border-top-color: #ff9262;
}

#stripe ul li#surf a:hover, #stripe ul li#surf a:active {
  background-color: #ff9262;
}

#stripe ul li#forums, #stripe ul li#register, #stripe ul li#profile {
  border-top-color: #a1a1a1;
}

#stripe ul li#forums a:hover, #stripe ul li#forums a:active, #stripe ul li#register a:hover, #register ul li#forums a:active, #stripe ul li#profile a:hover, #stripe ul li#profile a:active {
  background-color: #a1a1a1;
}

#loggedin {
  background-color: #5e5e5e;
  width: 236px;
  height: 41px;
  float: left;
  padding: 3px 6px 0px 4px;
  font-family: arial;
  font-size: 9pt;
  color: white;
}

#loggedin A {
  font-weight: bold;
  color: white;
  text-decoration: underline;
}

#login {
  background-color: #5e5e5e;
  width: 250px;
  height: 45px;
  float: left;
}

#login H2 {
  font-size: 14pt;
  font-weight: bold;
  float: left;
  margin: 10px 4px 0px 4px;
  font-family: arial;
  color: white;
}

#login input {
  float: left;
}

#login input[type="text"], #login input[type="password"] {
  width: 62px;
  border-width: 0px;
  border-style: none;
  font-family: arial;
  font-size: 8pt;
  color: #4e4e4e;
  margin-right: 2px;
  margin-top: 14px;
  padding-left: 2px;
}

#loggedin input[type="button"] {
  font-family: arial;
  font-size: 8pt;
  color: white;
  background-color: #303030;
  border-width: 0px;
  border-style: none;
  margin-top: 6px;
  width: 48px;
}

#login input[type="submit"] {
  font-family: arial;
  font-size: 8pt;
  color: white;
  background-color: #303030;
  border-width: 0px;
  border-style: none;
  margin-top: 14px;
  padding: 0px;
  width: 48px;
}

#content-container {
  background-image: url('/images/website/bw_bg.gif');
}

#menu-left {
  border-top-width: 1px;
  border-top-color: #424242;
  border-top-style: solid;
  width: 182px;
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 0px 4px;
  clear: left;
}

.menu-dropdown {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.menu-dropdown ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.menu-dropdown li ul {
  display: none;
}

.menu-dropdown div {
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #424242;
  margin-left: 0px;
  margin-top: 3px;
  width: 172px;
  padding: 5px;
  display: block;
  background-color: #606060;
  font-size: 11pt;
  font-family: arial;
  color: white;  
  cursor: pointer;
}

.menu-dropdown a {
  color: white;
  text-decoration: none;
}

.menu-dropdown li ul li div { 
  margin: 0;
  padding: 2px 8px;
  width: 166px;  
}

.menu-dropdown li ul li ul li div {  
  padding: 1px 16px;
  width: 150px;
  font-weight: bold;
  font-size: 9pt;
}

#main-body {
  border-top-width: 4px;
  border-top-color: #424242;
  border-top-style: solid;
  width: 576px;
  float: left;
  margin-right: 6px;
  padding: 12px 16px;
  margin-bottom: 6px;
}

.new-member {
  padding-top: 80px !important;
  background-image: url('/images/website/new_member_bg.jpg');
  background-repeat: no-repeat;
  background-position: 4px 0px;
}

.article {
  font-family: arial;
  font-size: 10pt;
  color: #424242;
}

.article a {
  font-weight: bold;
  color: #424242;
}

#menu-right {
  margin-bottom: 6px;
  border-top-width: 4px;
  border-top-color: #424242;
  border-top-style: solid;
  width: 182px;
  float: left;
  padding: 0px 4px;
}

#footer {
  font-family: arial;
  font-size: 7pt;
  color: #a8a8a8;
  clear: both;
  line-height: 18px;
  text-align: center;
  padding-top: 17px;
  padding-bottom: 6px;
  background-image: url('/images/website/footer.gif');
  background-repeat: no-repeat;
  background-color: #424242;
}

#footer a:link, #footer a:visited {
  color: #a8a8a8;
}

#footer a:hover, #footer a:active {
  color: white;
}

#content-container:after, #header:after, #stripe:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.sponsor-image {
  border-width: 0px;
  border-style: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

.form-content {
  padding:10px;
  width:370px
}

.form-left {
  font-family: arial;
  font-size: 9pt;
  width:150px;
  float:left;
  padding:7px 0px 0px 7px;
  min-height:24px;
}

.form-right {
  font-family: arial;
  font-size: 8pt;
  width:200px;
  float:left;
  padding:5px;
  min-height:24px;
}

.form-clear {
  float:none;
  clear:both;
  height:0px;
}

.form-row {
  background-color:transparent;
  display:block;
  min-height:32px;
  padding-top: 3px;
}

.form-required {
  font-weight: bold;
}

.form-captcha {
  padding-top: 11px;
}

.text {width:190px;}

.ruler {
  width: 370px; 
  border-bottom: dashed 1px #dcdcdc;
  margin-left: 0;
}

tr:focus {background-color:#fcfcf0;}

td {vertical-align:top;}

.over {background-color:#ebf5f6;}

.out {background-color:transparent;}

.form-right label.error { 
  display: none;
  color: red;
  line-height: 24px;
}

.pagination {
  text-align: center;
  font-family: arial;
  font-size: 10pt;
}