/* hides unnecessary sections from the print layout */
#navPanel, #navspecial, #imggall {
	display: none !important;
}

body, p, h1, h2, h3, h4, h5, h6, td, tr, th, ul, li {
	font-family: Georgia, "Times New Roman", Times, serif !important;

}

body, p, ul, ol {
	font-size: 14px !important;
}

h1 {	
	height: 40px !important;
	margin: 20px 0 0 10px !important;	
	padding: 0 !important;
	left: 0 !important;
}

img {
	float: none !important;
}

span{
	display: block !important;
}

/*makes remaining sections auto-width*/
body, #container, #pageBody, #contentWrapper, #content{
	width: auto !important; /*not using 100% as it can be a gamble with some browsers*/ 
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
}

#content, #copycontainer, #copy1, #copy2 {
	float: none !important;
	width: auto !important;
	display: block !important;
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}


#content ul, #content ol, #content ul li, #content ol li {
	list-style: circle !important;
	margin-left: 8px !important;
	padding-left: 0 !important;
}

#pageFooter p {
	padding-left: 0 !important;
	margin- left: 0 !important;
}


/*page specific losses*/

#makeenq, #directions {
	display: none !important;
}