#cellPage {
	margin:				0px 0px 0px 0px;	
	padding:			0px 0px 0px 0px;	

	width:				100%;
}

#cellHeader {
	display:			none;
}

#cellPrintHeader {
	margin:				0px 0px 20px 0px;	
	padding:			20px 0px 0px 0px;	

	display:			block;
	
	border-top:			1px solid #333333;
	border-bottom:		1px solid #333333;
}

#cellBanner {
	display:			none;
}

#cellNavigation,
#cellSubNavigation {
	display:			none;
}

#cellContent {
	margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 0px;
	
	width:				100%;	
}


#cellPrimary {
	margin:				0px 0px 0px 0px;	
	padding:			10px 0px 0px 0px;	

	width:				100%;
}

#cellPrimary h1 {
	position:			relative;
	top:				auto;
	left:				auto;
	
	margin:				0px 0px 0px 0px;
	padding:			0px 0px 20px 0px;	
	
	height:				auto;
	width:				auto;
	
	text-transform:		capitalize;
	
}

h2.withTick {
	padding:			0px 0px 5px 0px;
}


#cellSecondary {
	display:			none;
}

#cellTertiary {
	display:			none;
}

#cellFooter {
	display:			none;
}

