@import url("pageText.css");
#leftContainer{
	width: 0px;
	height: auto;
	float: left;
	overflow: hidden;
}
#pageData{
	width: 755px;
	float: right;
}
/* pagetext*/
#pagePath{
	height: 14px;
	background-color: #C1C0C0;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #353535;
	padding-left: 15px;
}
#pageTitle{
	height: 25px;
	margin-top: 15px;
	margin-left: 10px;
	text-align: left;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #3183C0;
	background-image: url(../images/title-bg.jpg);
	background-position: left;
	background-repeat: repeat-y;
	text-decoration: underline;
	text-transform: uppercase;
}
	#pageText{
	margin: 5px 50px 0px 75px;
	font-weight:normal;
	font-size:12.7px;
	line-height:19px;
	text-align:justify;
	}