/* ------------------------- */
.staff
	{
	width: 90%;
	
	margin: 0px 0px 0px 0px;
	}
	
.staff td
	{
	vertical-align: top;
	width: 50%;
	padding: 0px 10px 20px 0px;
	}
	
.staff .photo
	{
	width: 120px;
	border: 1px solid #305C8F;
	border-width: 0px 1px 0px 0px;
	}
	
.staff .text
	{
	width: 90%;
	padding: 0px 10px 20px 15px;
	}
	
.staff .thumbnail,
.staff .borderBlue
	{
	float: left;
	margin: 0px 5px 0px 0px;
	border: 1px solid #FFCC66;
	}
	
.staff .name
	{
	margin: 0px 0px 1px 0px;
	
	font-size: 18px;
	font-weight: normal;
	
	color: #336699;
	}
	
.staff .position
	{
	margin: 0px 0px 20px 0px;
	font-weight: bold;
	color: black;
	}
	
.staff a.bio,
.staff a.bio:hover,
.staff a.bio:visited
	{
	color: black;
	text-decoration : none;
	font-style: italic;
	}
	
.staff a.bio:hover
	{
	text-decoration : underline;
	}
