@charset "utf-8";
.hdr #title {
	height: 30px;
	width: 950px;
	font-size: 24px;
	color: #000;
	background-color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	text-align: center;
}
.hdr #leftspacer {
	height: 800px;
	width: 60px;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	float: left;
}


.hdr #members {
	width: 900px;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	height: 800px;
}
