/* CSS Print Document */

#wrapper {
	width: 90%;
}

#mainHeader {
	display:none;
}

#headerNav {
	display:none;
}

#navWrap {
	display:none;
}

#nav {
	display:none;
}

#rightSidebarContent {
	display:none;
}

#footerArea {
	display:none;
}

p {
	font-family: "Times New Roman", Times, serif;
	color: #000000;	
}

body {
	border: none;
}

.borderEffect {
	border-right-style: none;
	border-left-style: none;
}