#nav_access, #nav_main, #nav_sub { display : none !important; }
body { font : normal 12pt;  }

/* texting up the header for print */
#branding { position : relative; }
h1 {
	font-size : 1.375em; /* 1.375*16=22px*/ line-height : 1.6364em; /* 22*1.6364=36px*/
	font-weight : bold; text-transform : capitalize;
}
#branding h1 a {
	width : auto; height : auto;
	background : none;
	text-indent : 0;
}

/* hide the menus from casual printing */
.menu #content_main { display : none !important; }
.menu #content_main div.#intro menu { display : block !important; }
.menu #content_sub { display : none !important; }
