/* Copyright 2007 Devious Fish.  All rights reserved. */
/* $Id$ */

/* Whatever the screen background, don't waste people's ink. */
BODY {
	background: white;
	color: black;
}

DIV.navicanvas {
	border: none;
}

/* Disable the navigation menus - they don't work on paper. */
DIV#navigation {
	display: none;
}

UL#navigationbar {
	display: none;
}

/* Remove the content pane's margin reserved for the navigation menu. */
DIV.content {
        margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	border-left: none;
}

DIV.footer DIV.location {
	display: block;
}

DIV.affiliations {
	display: none;
}

/* Generic classes for "printonly" and "screenonly". */
.printonly {
        display: block;
}       

.screenonly {
        display: none;
}       

.notprint {
	display: none;
}

