/*  CONTENT STYLES  */

h1{
	font-size: 18px;
	color: #6095C1;
	font-weight: normal;
	padding-top: 18px;
	padding-bottom: 17px;
	padding-left: 10px;
}
#pageText
{
    padding: 5px;
}
.bodyText
{
	padding-left: 10px;
	padding-right: 10px;
}
.bodyText ul{
	padding-left: 20px; 
	padding-right: 10px;
	padding-top: 10px;
}
.bodyText ol{
	padding-left: 30px; 
	padding-right: 10px;
}
.bodyText li {
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#body
{
    width: 478px;
    border-right: solid 1px #999999;
    float: left;
}
.photo
{
    display: block;
    float: left;
    margin-right: 5px;
}
#rightColumn
{
    width: 220px;
    float:left;
}
.profileLabel
{
    float:left;
    width: 70px;
}
.profileLabel2
{
    float:left;
    width: 73px;
}
.profileValue
{
    float: left;
    width: 155px;
}
.fieldLabelAndValue
{
    width: 228px;
    clear: both;
}
#vcard
{
	clear: both;
    padding-left: 70px; /* should be the same width as profileLabel */
    padding-top: 10px;
    padding-bottom: 10px;
}
#vcardIcon
{
    float: left;
    padding-right: 3px;
}
.vcardlabel
{
    height: 20px; /* should match the height of the vcard image in order to vertically center the text */
}
.indent
{
    padding-left: 20px;
}

#divBackToResults
{
    padding-bottom: 10px;
}
