#staffCopy {
	float: left;
	width: 630px;
	padding-top: 20px;
	padding-left: 40px;
        padding-bottom: 20px;
}
#staffCopy p {
        font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12px;
	color: #333333;
}
.staffPhone {
        font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
#staffCopy h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
}
#staffCopy h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
        padding-bottom: 0px;
        color: #336699;
        margin-top: 0px;
        margin-bottom: 5px;
}
#staffCopy h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
        padding-bottom: 0px;
        color: #6699CC;
        margin-top: 0px;
        margin-bottom: 5px;
}
.staffDivider{
        width: 600px;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #336699;
       /* margin-bottom: 10px;
        margin-top: 10px;*/
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        position: relative;
        float: left;
}        
#staffCopy img{
        border-width: 2px;
        border-style: solid;
        border-color: #336699;
        float: left;
        margin-right: 10px;
}