﻿.Staff_Member
{
	width:213px;
	background-color:#fff;
	border:solid 1px #afb4bd;
	padding:5px;
	font-size:0.8em;
	padding-bottom:10px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	line-height:13px;
}

.Staff_Member_Name
{
	font-weight:bold;
	margin-top:55px;
	font-size:1.1em;
}

.Staff_Member img
{
	float:right;
}

.Staff_Member_Email a
{
	color:#676fb0;
	text-decoration:none;
	font-weight:bold;
	font-size:1.1em;
}

.Staff_Member_Email a:hover
{
	text-decoration:underline;
}