#content .staff{
	width: 70%;
	margin: 0 auto;
}
#content .staff dl{
	margin: 20px 0;
}
#content .staff dt,
#content .staff dd{
	font: small/25px Verdana,Arial,sans-serif;
	width: 45%;
	float: left;
}
#content .staff dt {
	border-right: 1px solid #999;
	padding-right: 10px;
	text-align: right;
	clear: both;
}
#content .staff dd{
	padding-left: 10px;
	position: relative;
}
#content .staff dd a{
	background: url("/images/icon-arrow-blu.gif") no-repeat scroll 0 5px transparent;
	padding-left: 10px;
}
#content .staff h1{
	padding:0 0 2px 10px;
}
#content .staff h2 {
	clear: both;
	border-bottom: 1px dashed #999;
	color: #336699;
	font: normal 140%/1.1em Georgia,serif;
	letter-spacing:1px;
	margin:0 0 10px;
	padding:0 0 2px 10px;
	text-transform:uppercase;
}
#content .staff div#staffWin {
	display: none;
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #000000;
	font-size:10px;
	position:absolute;
	top:22px;
	padding:5px;
	width:150px;
	z-index: 1;
	color:#666;
	line-height: 12px;
}
#content .staff div#staffWin a.close:link, 
#content .staff div#staffWin a.close:visited {
	color:#666;
	text-decoration:none;
	text-align: right;
	line-height: 10px;
	background: none;
	float: right;
}
#content .staff div#staffWin p{
	font-size: 10px;
	margin:0;
}
#content .staff div#staffWin p.name{
	font-weight: bold;
}
