
.Section_Title_CLASS{
 display:block;
 position:absolute;
 top:5px;
 left:-127px; /* Auto centered for IE 6*/
 width:255px; /* Auto Generated */
 height:40px; /* Auto Generated */

 background-image:url("Section_Title.PNG");
 background-position:center center;
 background-repeat:no-repeat;

}

/***  Do not modify code above this line ***/

.Profile_Data_Container_CLASS{
 display:block;/*
 background-color:#EEEEEE;*/
 height:160px;
 border-style:double;
 border-width:0px 0px 3px 0px;
 border-color:#AAAAAA;
 font-size:13px;
 margin-top:10px;
}

.Profile_Photo_CLASS{
 display:block;
 float:right;
 width:180px;
 height:150px;
 margin:0px;
 padding:0px;
 background-repeat:no-repeat;
 background-position:center right;
 background-color:white;
}


DIV.Profile_Data_Container_CLASS DIV.Fact_Line_CLASS{
 display:block;
 border-style:dotted;
 border-width:0px 0px 1px 0px;
 border-color:#CCCCCC;
 margin:1px 0px 2px 0px;
 padding:3px 0px 3px 0px;
}

DIV.Profile_Data_Container_CLASS DIV.Fact_Line_CLASS[last]{
 border-style:none;
}

DIV.Profile_Data_Container_CLASS DIV.Fact_Line_CLASS SPAN.Fact_Label_CLASS{
 display:inline-block;
 width:165px;
 float:left;
 font-weight:bold;
}

DIV.Fact_Line_CLASS A{
 color:#2233CC;
}

DIV.Fact_Line_CLASS A:HOVER{
 color:red;
 text-decoration:none;
}

DIV.Profile_Bio_CLASS{

}