/* Broomfield Chamber CSS stylesheet for print-time */

/* The following elements do not print at print-time */

/* These are all the IDs for DIVs in the dropdown nav system: */
#p7TBtrig10,
#p7TBsub10,
#p7TBtrig20,
#p7TBsub20,
#p7TBtrig30,
#p7TBsub30,
#p7TBtrig40,
#p7TBsub40,
#p7TBtrig50,
#p7TBsub50,
#p7TBtrig60,
#p7TBsub60,
#p7TBtrig70,
#p7TBsub70,
#p7TBtrig80,
#p7TBsub80,
#p7TBtrig90,
#p7TBsub90,
#p7TabH,

/* These are page areas: */
#headerTable,
#navTable1,
#navTable2,
#bodyLeft, 
#bodyRight, 
#footerTable,
#noprint {
	display:none
}

/* This alters the body tag for print */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: none;
	margin: 0px;
	padding: 0px;
} 
#printlogo {
	display: block;
	clear: right;
}
#printlogo hr {
	color: #333333;
	background: #333333;
	border: 0;
	height: 1px;
	margin-bottom: 10px;
} 
#bodyMain, #bodyRightSidebar {
	margin: 0px 20px 0px 0px;
	padding: 0px 20px 0px 0px;
}
.minWidth {
	height: 1px;
	width: 600px;
}
