@charset "UTF-8";
#content /* CSS Document */

 .member  h3 {
	margin-bottom: 0px;
	margin-top: 4px;
	color: #DE0000;
	border-style: none;
}
#content #memberlist h2 {
	clear: left;
	color: #001792;
	margin-bottom: 2px;
	padding-bottom: 0px;
	border-bottom: 1px solid #001792;
	font-size: 18px;
}
#memberlist    .clearLeft {
	clear: left;
}
#content  .member  p {
	margin-top: 0px;
}
.member {
	width: 47%;
	float: left;
}

#content #memberlist {
	float: left;
	width: 100%;
}
#memsearch, #memsearch input {
	font-size: 10px;
}
#content {
}
#memsearch {
	position: absolute;
	left: 500px;
	top: 175px;
	text-align: right;
	width: 400px;
}
#content .paging {
	clear: left;
	margin: 10px 0;
	font-weight: bold;
	color: #374992;
}
#content .alphaNav a,
#content a.adminbutton {
	padding: 2px 5px;
	margin-right: 1px;
	margin-left: 1px;
	text-decoration: none;
	color: #FFFFFF;
	background: #374991;
	font-weight: bold;
	font-size: 10px;
	line-height: 18px;
}
#content .alphaNav a:hover, 
#content a.adminbutton:hover {
	background-color: #DE0000;
}
