/* CSS Document */

body { background-color: #000000; }

#hBG { padding-top: 132px;
background-image: url(../images/header.jpg);
background-repeat: no-repeat;
background-position: top center;; }

.wb img { border: 1px solid #ffffff; }

#textBox, #textBox2 { vertical-align: top; }

#textBox { border-left: 1px solid #cccccc;
padding: 0 10 20 10;
height: 250px; }

#textBox2 { background-image: url(../images/text2BG.jpg);
background-repeat: no-repeat;
background-position: top left;
padding: 25 10 20 10;
background-color: #ffffff; }

#textBox3 { background-image: url(../images/textBG3.gif);
background-repeat: no-repeat;
background-position: top left;
padding: 25 10 20 10;
background-color: #ffffff;
height: 250px;
vertical-align: top; }

#textarea1, #textarea2, #textarea3 { font: 12px arial, helvetica, sans-serif;
line-height: 150%;
color: #870000; 
vertical-align: top; }

#textarea1 td, #textarea2 td, #textarea3 td { font: 11px arial, helvetica, sans-serif;
color: #870000; 
vertical-align: top; }

#main1 { background-color: #ffffff;
vertical-align: top;
padding: 25 0 10 0;
background-image: url(../images/textBG.gif);
background-repeat: no-repeat;
background-position: top right; }

.memberslogin {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #870000; }

.forgotpw { font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #870000; }

#membership_register { font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #870000; }

a { color: #D58305; text-decoration: underline; }

a:hover { color: #000000; text-decoration: none; }

a#button {
white-space: nowrap;
width: 40px;
font: bold 11px Arial, Helvetica, sans-serif;
background-color: #D58305;
  font-weight: bold;
  color: #870000;
  text-decoration: none;
 padding: 0 10 0 10;
  border: 1px solid #870000;
  opacity: .7;
filter: alpha(opacity=70);
}

a#button:hover {
text-decoration: none;
color: #ffffff;
opacity: 1;
filter: alpha(opacity=100);
}

