/* print CSS */

/* hide certain elements on print out */
.leftNav, .topHeader, .topNav, .crumb, .pageLinks, .disclaimerLink, #edit-top, .shadowr{
	display:none;
}

/* Set all backgrounds to none, might be unnecessary as the browser setting can is by default not pronting backgrounds */
body, form, .sidebarin, .sidebar, .content{
	background:none;
}

/* size the content area */
.content{
	width:100%;
}

/* resize to print format */
.skeleton, form{
	width:700px;
}
