@media print{ 
	body{ 
	background-image: none;
	 }
	#content {
	background-color: #fff;
	clear: both;
	margin: 0em;
	}
	#header { 
	display: none;
	 }
	#mainNavMenu {
	display: none;
	}
	#agenda{
	border: 0px solid #000;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	}
	#agendaLogo{
	display: none;
	}
	#dhagendaLogo{
	display: none;
	} 
	#agenda p.locationTime{ 
	font-weight: bold;
	color: #000;
	 }
	#agenda p.datePosted{ 
	font-size: 8pt;
 	} 
 	#agenda p.categoryNumber{ 
 	float: left;
	width: 1in;
 	}  
	#agenda p.categoryTitle{ 
 	float: left;
	width: 5in;
 	}
  	#agenda p.itemNumber{ 
 	float: left;
	width: 1in;
 	}  
  	#agenda p.agendaItem{
 	float: left;
	width: 5in;
	text-align: justify;
	}
  	#agenda p.agendaItemConsent{
 	float: left;
	width: 5in;
	}
 	#agenda p.recommendation{ 
	clear: both;
	margin-left: 1in;
 	}
	#agenda ul.reportLinks{
	display: none;
	}
	#agenda h3{
	display: none;
	}
	.clearer{ 
	clear: both;
	}
	.spacer{ 
	clear: both;
	border-bottom: 2px solid #000;
	margin-left: 1in;
 	}  
	 .spacerItems{ 
	clear: both;
 	border-bottom: 1px solid #000;
	margin-left: 1in;
  	}  	
	#agenda a.reports{
	font-size: 10pt;
	color: #000;
	}
	#footerContainer {
	display: none;
	}
	.quickLinks {
	display: none;
	}
 }

