/* $Id: example-print.css,v 1.2 2006/03/06 04:11:55 pat Exp $ */
/* When printing, hide the tab navigation list
   and don't use any other styles
*/

.tabbernav {
	display:none;
}
#menu_01 {
	display: none;
}

#main {
	height: auto;
	width: auto;
	border-style: none;
}#breadcrumbs_top {
	display: none;
}
#footer_link {
	display: none;
}
#footer {
	border-top: 1px solid #000000;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
	width: auto;
}
