.profwrapper
{
	font-size: 10pt;
	line-height: 145%;
}

.profwrapper h3
{
	font-size: 14pt;
	color: #f1a836;
}

.profwrapper .titles
{
	margin-left: 10px;
	font-style: italic;
	font-size: 12pt;
	/*color: #ddd;*/
	color: #f1a836;
}

.profwrapper img
{
	float: left;
	clear: left;
	display: inline;
	border: 1px solid #666;
}
	
.profwrapper .topimg
{
	margin-right: 15px;
	margin-top: 4px;
	margin-bottom: 3px;
}

.profwrapper .botimg
{
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}

.profwrapper p
{
	line-height: 145%;
}

.profwrapper .person
{
	color: #ebc282;  /*#f1a836;*/  /*#46a3ff; /* #ebc282;  */ /* ae3541 */
	font-weight: bold;
	white-space: nowrap;
}

.profwrapper .phone
{
color: #ccc;
}

.profwrapper a.email
{
	text-decoration: none;
	color: #ccc; /*#ebc282; */
}

.profwrapper a.email:hover
{
	text-decoration: none;
	color: #ebc282; /*#f1ba36;*/
}

.profwrapper .contact
{
	/*color: #ebc282;*/
	color: #f1a836;
	clear: both;
	text-align: center;
	margin-top: 55px;
	font-style: italic;
	font-weight: bold;
}


