﻿@media Print
{
	body
	{
		background-image: none;
	}

	.noPrint, #menu, #header, #copy, #stepsProfile, #secNav, .leftNav
	{
		display: none;
		position: relative;
	}
	
	#fixed, #boxHolder5, #mainBox5
	{
		padding: 0px;
		margin: 0px;
		width: auto;
		left: auto;
		top: auto;
		right: auto;
		bottom: auto;
	}

}

