/* Start of CMSMS style sheet 'otherps' */
#contentnop {
	width:600px;
	height:480px; 
	overflow:auto; 
	color:#595b50;
	font-size:12px;
	text-align:justify;
	position:absolute;
	top: 20px; 
	right:40px;
	padding-right:20px;
}

#contentnop p { 
	padding:0 0 0 220px;
	background-repeat:no-repeat;
	background-position:0 10px;
}

html>body #content p {
	min-height:220px;
	height:auto;
}

* html #content p {
	height:220px;
}


html>body #contentnop p {
	min-height:100px;
	height:auto;
}

* html #contentnop p {
	height:100px;
}

#contentnop h3 { 
	padding:0 0 0 220px;
	margin:0;
	font-size:13px;
}
/* End of 'otherps' */

