/* CSS Document for printer styles */

body	{
	background: #fff;
}


/*********Adjust page layout********/
#wrapper	{
	background: #fff;
	border-style: none;
	width: auto;
}

#banner	{
	background: #fff url(/images/lps-condensed-172.jpg) no-repeat;
	width: auto;
	/*insert url to logo*/
}

#mainContent	{
	border: none;
	padding: 0;
	width: auto;
}

#textContent	{
	border: none;
	padding: 0;
	width: auto;
}

#footer	{
	border: none;
	padding: 0;
	width: auto;
}

/*#main	{
	border: none;
	padding: 0;
	width: auto;
}*/

#mainContent	{
	border: none;
	padding: 0;
	width: auto;
}

.propContainer2	{
	border: none;
	padding: 0;
	width: auto;
}

/***Hide navigation and side bars***/
#sideBar, #mainNav, #secNav	{
	display: none;
}

/*********Typography**********/
*	{
	color: #000 !important;
}

h1	{
	font-size: 18pt !important;
}

h2	{
	font-size: 10pt !important;
}

p	{
	font-size: 10pt !important;
}


