@import url(styles.css);
body{
	height:auto;
}

.page, .pageInner{
	background-image:none;
	margin:0px;
	background-color:#FFFFFF;
	text-align:left;
	width:100%;
}

.rgtCol{
	width:100%;
	float:none;
	overflow:visible;
}

.tpl_twoCols{
	width:95%;
}

.tpl_twoColsLftCol{
	width:20%;
	padding:5px;
}

.tpl_twoColsRgtCol{
	width:80%;
	padding:5px;
}

.tpl_oneCol{
	width:95%;
	height:auto;
}

.pathBar{
	float:none;
	width:100%;
}

.pageContent{
	margin:0px;
}

.hideInPrint, .mainImage, .topBar, .menu, .pageInfo, .lftCol, .siteFunctions{
	display:none;
}