body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	
}
div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
tt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
strong {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.searchBox {
	height: 15px;
	cursor: hand;
	vertical-align: middle;
	cursor : hand;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #BCBA9A;
	border-right: 1px solid #BCBA9A;
	border-left: 1px solid #FFFFFF;
	background-color: #D0D1C9;
	text-indent: 0px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.navbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	cursor: hand;
	height: 12px;
	vertical-align: middle;
	cursor : hand;
	text-indent: 0px;
}
.navbutton a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	cursor: hand;
	vertical-align: middle;
	cursor : hand;
	text-indent: 5px;
}
.navbutton a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	cursor: hand;
	vertical-align: middle;
	cursor : hand;
	text-indent: 5px;
}
.navbutton a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	cursor: hand;
	vertical-align: middle;
	cursor : hand;
	text-indent: 5px;
}
.navbutton a:hover {
	background-color: #F0F0E6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: normal;
	cursor: hand;
	vertical-align: middle;
	cursor : hand;
	text-indent: 5px;
}
.navBarFormBox {
	height: 15px;
	width: 60px;
	vertical-align: middle;
	border: 1px solid #728278;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-indent: 0px;
}

}

.headerWhtTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.headerWhtTxt a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding:3px;
	text-decoration: none;
}
.headerWhtTxt a:hover {
	background-color: #2C659C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding:3px;
	text-decoration: none;
}
.headerWhtTxt a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding:3px;
	text-decoration: none;
}
.headerWhtTxt a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding:3px;
	text-decoration: none;
}

div.regular-text P,LI,STRONG {
    font-family: Arial;
    font-size: 9pt;
}

span .regular-text-bold {
    font-weight: bold;
}

.debugBox {
  border: 1px solid black;
  background-color: blue;
  color: white;
  font-family: Courrier;
  font-weight: bolder;
  padding: 20px;
  margin: 40px;
}

.debugBox pre {
  padding: 0;
  margin: 0;
  display: inline;
}


/* The next 5 CSS classes are used to create a rounded corner box with divs.*/

.bl {
    background: url(/images/registration/bl.gif) 0 100% no-repeat #FFF; 
    width: 750px;
    margin-left: 10px;
}
.br {
    background: url(/images/registration/br.gif) 100% 100% no-repeat;
 height: 100%;
}
.tl {
    background: url(/images/registration/tl.gif) 0 0 no-repeat;
 height: 100%;
} 
.tr {
    background: url(/images/registration/tr.gif) 100% 0 no-repeat;
    padding: 17px;
 height: 100%;
}
/* This one is a workaround for IE. */
.clear {font-size: 1px; height: 1px}

/* Registration page styles. */

#alreadyamemberHeader {
    font-family: Arial;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}

.alreadyamemberBox {
 font-family: Arial;
 font-size: 9pt;
 margin: 10px; 
 width: 29%; 
 text-align: center; 
 border: 0px solid black;
}

#alreadyamemberForm {
 margin: auto;
 margin-bottom: 20px;
 min-height: 18em;
}

#alreadyamemberText {
 float: left; 
 font-size: 8pt;
}

#alreadyamemberText h2 {
  font-size: 13pt;
  font-family: Arial;
  font-weight: bold;
  text-align: center;
  color: black;
}

#alreadyamemberSignup {
 float: right; 
 font-size: 8pt;
 text-align: left;
}

#alreadyamemberSignup li {
 font-size: 8pt;
}

#alreadyamemberSignup h2 {
  font-size: 13pt;
  font-family: Arial;
  font-weight: bold;
  text-align: center;
  color: black;
}

#becomeamemberHeader {
    font-family: Arial;
    font-size: 15pt;
    font-weight: bold;
    text-align: center;
}

#regError {
  padding: 6px;
  background-color: #FFFFFF;
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  color: red;
}
#regError p {
    display: inline;
    color: red;
}

.regFieldLabel {
    text-align: right;
    color: black;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

table.regForm {
    width: 628px;
    border: 0px solid black;
    padding: 0px;
    margin: 0px;
}

table.regForm TR {
    border: 0px solid black;
    padding: 0px;
    margin: 0px;
}

table.regForm TR TD {
    border: 0px solid black;
    padding: 0px;
    margin: 0px;
}

table.regForm TR TD.tableCol1 {
    width: 165px;
}

table.regForm TR TD.tableCol2 {
    width: 14px;
}

table.regForm TR TD.tableCol3 {
    width: 120px;
}

.tableCol3 INPUT {
    color: black;
    width: 100px;
}

.tableCol6 INPUT {
    color: black;
    width: 120px;
}

.tableCol3 SELECT {
    color: black;
    width: 100px;
}

.tableCol6 SELECT {
    color: black;
    width: 120px;
}

table.regForm TR TD.tableCol4 {
    width: 125px;
}

table.regForm TR TD.tableCol5 {
    width: 13px;
}

table.regForm TR TD.tableCol6 {
    width: 191px;
}

table.regForm TR TH {
    border: 1px solid black;
    padding: 0px;
    margin: 0px;
}