@charset "utf-8";
/* CSS Document */


/*********************************************************************** 
								Entire page
***********************************************************************/

#pp_page {
	margin:10px;
    border: 3px solid #ccc;
	width: 700px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

#pp_mainarea {
	width:680px;
	clear:both;
	padding:10px;
}

.clear { 
	clear: both; 
	background: none; 
}

/*********************************************************************** 
								Top Section
***********************************************************************/

#phy_name {
	font-size: 1.3em;
	font-weight: bold;
	text-transform:uppercase;
	padding: 5px 0 5px 0;
	
}

#phy_content{
	font-size: 1.0em;
    width:450px; 
	padding: 5px 0 5px 10px;
}

#phy_content .left {
	float:left;
	width: 150px;
	font-weight:bold;
}
	
#phy_content .right{
	float: right;
	width: 280px;
	text-align:left;
}

#phy_profile {
 	color: #333;
 	margin: 5px 0px 5px 0px;
 	background: #fff;
}

#phy_profile .box {
	padding: 10px 20px;
}

#phy_profile .nobox {
	padding: 0px 20px 0 20px;
}

#pp_contentarea {
	width:400px;
	padding: 0 20px;
	float:left;
	line-height:14pt;
}

#pp_sidebar {
	float:right;
	width:160px;
	line-height:14pt;
	padding: 5px;
}

.boxed {
	padding: 5px 30px 20px 30px;
}

.boxed p {
	margin:0;
	line-height: 180%;
}

.boxed ul, .boxed ol {
	line-height: 180%;
}

.pnl_left {
	float:left;
	width:50%;
	}

.ss_link A:link {
	text-decoration: none;
	color: #2f8464;
	}
	
.ss_link A:visited {
	text-decoration:none;
	color: #2f8464;
	}
	
.ss_link A:active {
	text-decoration: none;
	color: #2f8464;
	}
	
.ss_link A:hover {
	text-decoration: underline; 
	color: #2f8464;
	}
