/* for print media for MVSC website */
#tabbedtopmenu { display:none } /* The top tab menu is not printed */
#sidebar       { display:none } /* The sidebar (menu?) is not printed */
.noprint       { display:none } /* anything of class=noprint gets suppressed as well */

	/* altenatively we print the Sitename: Toptab > Subtab */
#printtopmenu  { display:block; 
	text-decoration:underline; 
	font-size:smaller; 
	font-style:italic; 
	color:#336699; 
} 
