body
{
    margin:0;
}

div.authorsList
{
	overflow: hidden;
	width: 100%;
	font-family: "Trebuchet MS";
}

div.authorsListRow
{
	width: 100%;
	overflow: hidden;
	margin-top: 24px;
}

div.authorsListRow.first
{
	margin-top: 0px;
}

div.authorsList div.author
{
    float: left;
    height: 254px;
    margin-left: 2px;
    margin-right: 2px;
    width: 45%;
    border: 1px solid #CCC;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

div.authorsList div.author div.authorImg
{
    height: 154px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
}

div.authorsList div.author div.authorImg img
{
	border: 0px;
    height: 100%;
}

div.authorsList div.author div.authorName
{
	padding-bottom: 5px;
	padding-top: 10px;
}

div.authorsList div.author div.authorName a
{
	color: #499cd5;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

div.authorsList div.author div.authorName a:hover
{
	text-decoration: underline;
}

div.authorsList div.author div.authorExtra
{
	color: #000000;
	font-size: 12px;
	padding-bottom: 5px;
}

div.authorsList div.author div.authorExtra2
{
	color: #999999;
	font-size: 13px;
}

div#ServiceAuthorProfile
{
	width:550px;
	overflow: hidden;
}

div#ServiceAuthorProfile div.authorImg
{
	float: left;
	width: 217px;
	overflow: hidden;
}

div#ServiceAuthorProfile div.authorInfo
{
	float: right;
	width: 314px;
	overflow: hidden;
	font-family: "Trebuchet MS";
}

div#ServiceAuthorProfile div.authorInfo div.goBack
{
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}

div#ServiceAuthorProfile div.authorInfo div.goBack a,
div#ServiceAuthorProfile div.authorInfo div.goBack a img
{
    ouline:none;
    border: none;
}
div#ServiceAuthorProfile div.authorInfo div.goBack a
{
	color: #499cd5;
	text-decoration: none;
}

div#ServiceAuthorProfile div.authorInfo div.goBack a:hover
{
	text-decoration: underline;
}

div#ServiceAuthorProfile div.authorInfo div.authorName
{
	font-size: 20px;
	font-weight: bold;
}

div#ServiceAuthorProfile div.authorInfo div.authorName a
{
	color: #0955A8;
	text-decoration: none;
}

div#ServiceAuthorProfile div.authorInfo div.authorName a:hover
{
	text-decoration: underline;
    color: #05305F;
}

div#ServiceAuthorProfile div.authorInfo div.authorExtra
{
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}

div#ServiceAuthorProfile div.authorInfo div.authorExtra2
{
	font-size: 13px;
	font-weight: normal;
	color: #999999;
}

div#ServiceAuthorProfile div.authorInfo div.miniBio
{
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	padding-top: 8px;
}

div#ServiceAuthorProfile div.authorInfo div.learnMore
{
	font-size: 12px;
	font-weight: bold;
	padding-top: 13px;
}

div#ServiceAuthorProfile div.authorInfo div.learnMore a
{
	color: #0955A8;
	text-decoration: none;
}

div#ServiceAuthorProfile div.authorInfo div.learnMore a:hover
{
	text-decoration: underline;
    color:#05305F;
}
div#ServiceAuthorProfile div.authorImg a img,
div#ServiceAuthorProfile div.authorImg a
{
    outline: none;
    border:none;
    width: 217px;
}