body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000;
	background-color: #fff;
	text-align:center;
}

#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	width:640px;
	text-align:left;
}

/* End of main nav */


/* content wrapper used to ensure left hand column background colour stretches to full heigh of the page */
.spinlogo {
	display:none;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	margin:5px 0px 0px 5px;
	padding:10px 10px 0px 10px;
}

h1 {
	color:#fc6;
	font-size:160%;
	font-weight:bold;
}

h2 {
	font-size: 125%;
	margin:0px;
	color: #F90;
	font-weight: bold;
}

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 {clear:right;} /* 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 20px 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;}
.arrow {
	display:none;
}


#footer {
	width:640px;
	text-align:center;
	padding:20px 0px 0px 0px;
	border-top: 2px solid #369;	
}


