/* Hide elements that aren't relevant on printed media. */
ul#AccessibilityLinks, ol#Navigation, form#SearchForm, form#TopicComments, div#Sidebar, div#NutritionTopics, div#ThingsWeLike, p#SiteByBDS, p#Disclaimer {
	display: none;	
}

/* Styles for Print */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #67522E;
}

h1, h2, h3, h4, h5, h6 {
	font-family: serif;
}

a {
	color: #F37021;
}

#wrapper #Header {
	border-bottom: 1px solid #67522E;
}

#wrapper #Header h1 a span {
	display: block;
	color: #67522E;
	font-size: .8em;
}

#wrapper #Header h2 {
	font-size: 1.2em;
}

#wrapper #Content #Footer {
	border-top: 1px solid #67522E;
}

#wrapper #Content #Primary #Intro.HealthTools h1 { display: none; visibility: hidden; }
#Primary h1.HealthTools { display: none; }

h1#PageHeading {display: none;}

#wrapper #Content #Footer p { display: none; }
#wrapper #Content #Footer p#Copyright { display: block; }
#wrapper #Content #Footer p#Contact { display: none; }
