body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000;
	background-color: #fff;
	text-align:center;
}

#wrapper {
	width:620px;
	margin:0px auto;
	text-align:left;
}

/* Start of main nav */
#mainnav ul {display:none;}
/* End of main nav */

/* Start of sub nav */
#subnav {
	display:none;
}
.spinlogo {
	display:none;
}

/* content wrapper used to ensure left hand column background colour stretches to full heigh of the page */


.content {
	margin:5px 0px 0px 5px;
	padding:10px 10px 0px 10px;
}

h1 {
	color:#fc6;
	font-size:160%;
	font-weight:bold;
	margin:0px;
}

h2 {
	font-size: 125%;
	padding: 4px 0px 4px 170px;
	margin:0px;
	color: #F90;
	font-weight: bold;
	border-bottom:2px solid #369;
}

h3 {
	font-size: 100%;
	color: #000;
	font-weight: bold;
}

a {color: #369; text-decoration: none;}
a:hover {text-decoration: underline; color: #F90;}

.hide {overflow: hidden; width: 0px; position: absolute; height: 0px;}
.tab {display:none;}
.nopad {margin:0px; padding:0px;}
.regions {float:left;} /* used on the "Chairmen" page to float the region "OL" next to the region map */

dt {color:#369; font-weight:bold;}
dd {margin:0px 0px 15px 20px;}
/* alternate list style used on the Editorial Board Page*/
ul.alt {margin:0px 0px 10px 0px; padding:0px;}
ul.alt li {list-style:none; margin:0px; padding:0px;}

#membform {
	background-color:#E0E0E0;
	margin:5px 10px;
	padding:0px 0px 20px 0px;
}

form label span {
	float:left; 
	width:100px; 
	color:#369;
	font-weight:bold;
	font-size:110%;
	margin:5px 10px;
}

form br {clear:both;}
#membform fieldset {border:0px;	border-top:1px solid #369;}
#membform legend {color:#222; font-weight:bold; padding:10px 3px;}
#membform p {width:380px; margin:5px 10px;}
#membform h3 {color:#369; margin:5px 10px;}
#membform .full {width:auto;}
#membform input {width:40%;}

caption {background-color:#369; font-weight:bold; color:#fff; text-align:center;}

#footer a, #footer p {
	display:none;	
}

#bplogo {
	float:right;
}

