/***************************************************
*****
*****		print.css
*****		21 December 2005
*****		Copyright Workpump 2005
*****
*****		THIS FILE CONTROLS All PRINTING STYLES 
*****		FOR WORKPUMP.COM
*****
***************************************************/

body {
	background: #FFF none no-repeat;
	font-size: 14px;
}

div#container {
	float: none !important;
	padding-top: 60px;
	width: 6.5in;
}

img {
	width: auto;
}

div#brandBar  {
	display: none;
}

div#brandBarPrint {
	display: inline;
}

div#nav {
	display: none;
}

html body div#container div#main {
	background: #FFF;
	border-right: none;
	float: none !important;
	margin: 0;
	padding-top: 0px;
	width: 6.5in;
}

html body div#container div#main div#subContent {
	display: none;
	float: none !important;
}

html body div#container div#main div#content {
	background-image: none;
	float: none !important;
	width: 6.5in;
}

html body div#container div#main div#content p a {
	color: #000;
	margin: 0px;
	text-decoration: none;
}

abbr,
acronym {
	border: none; 
}

html body div#container div#main div#content div#nav_2ary {
	background-color: #FFF;
	border-bottom: none;
	float: none !important;
	padding-top: 30px;
	width: 6.5in;
}

	div#nav_2ary p.nav_2ary {
		display: none;
	}
	
	div#nav_2ary p.notices {
		display: none;
	}

.nav_3ary {
	display: none;
}

