* {
  color: lightgrey
}
a {
  color: red
}
a[name] {
  color: lightgrey
}
body, table {
  background: black url('/common/background.gif') no-repeat fixed center center;
  font-family: Calibri, Tahoma, sans-serif
}
button, input[type=button], input[type=submit] {
  background-color: red;
  border: 1px groove maroon;
  color: white;
  font-weight: bold;
  margin: 0.2em
}
button:hover, input[type=button]:hover, input[type=submit]:hover {
  cursor: pointer
}
fieldset {
  border: 1px solid red;
  margin: 0.5em 0em;
  padding: 0.5em
}
h1, h2, h3, h4, h5 {
  margin-top: 0px
}
img {
  border: 0px
}
input, select, textarea {
  background-color: maroon;
  border: 1px solid red;
  color: lightgrey;
  margin: 0.2em
}
input[type=hidden], input[type=image] {
  border: 0px
}
label {
  padding: 0.2em
}
legend {
  color: lightgrey;
  font-weight: bold;
  padding: 0.3em
}
.ad-top {
  margin: 15px 0px 15px 0px;
  text-align: center
}
.board_name {
  color: white;
  clear: left;
  font-weight: bold;
  padding-top: 20px
}
.board_separator {
  border-top: 2px solid red;
  height: 1px;
  width: 100%
}
.clear {
  clear: both
}
.content {
  display: table;
  padding: 0px 20px 20px 20px
}
.footer {
  border-top: 2px solid red;
  padding-top: 5px;
  text-align: center;
  width: 100%
}
.header {
  border: 0px;
  margin: 0px;
  padding: 0px;
  width: 100%
}
.member_signin_container {
  float: right;
  margin-bottom: -15px;
  position: relative;
  top: -25px
}
.member_signin_container form {
  display: inline;
}
.member_signin_container form button, input {
  font-size: 70%
}
.navbar {
  margin-top: 11px;
  white-space: nowrap
}
.navbar_link, .navbar_link:link, .navbar_link:active, .navbar_link:visited {
  color: white;
  font-weight: bold;
  font-size: 1.2em;
  font-style: italic;
  padding: 5px;
  text-decoration: none
}
.navbar_link:hover, .navbar_link_selected {
  border-bottom: 1px solid red
}
.news {
  float: left;
  width: 150px
}
.news div {
  margin-top: 10px
}
.news_content_right {
  margin-left: 170px
}
.sponsor {
  float: left;
  margin: 15px 0px 0px 15px;
  width: 300px
}

