body, html #content, html #content-main, html #siteinfo{
	background:transparent !important;
	color:black !important;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size:12px;
}
html body{
	background:white !important;
	color:black !important;
}

html h2, html h3, html h4, html h5{
	letter-spacing:1px !important;
	color:black !important;
	font-size:16px !important;
}
html h1{
	margin-bottom:1em !important;
	border-top:1px dashed black !important;
	border-bottom:1px dashed black !important;
	padding:0.5em !important;
	color:black !important;
	letter-spacing:1px !important;
	font-size:17px !important;
	text-align:center;
}
html body#index h1{
	clear:both;
}

html #branding{
	height:auto !important;
}

html body.secondTier div#branding div#branding-logoImage:after{
	display:block;
	font-size:18px;
	text-align:center;
	content:"Centers for Disease Control and Prevention";
	width:auto;
}
html div#branding div#branding-logoImage{ background:lightgrey;
	display:inline;
	text-align:center;
	width:auto;
}

html body.secondTier div#branding div#branding-logoImage img{
	/*position:relative;
	float:left;*/
}

html body#index div#branding div#branding-logo,
html body#index #ufoBanner,
html #branding-pageheader,
html #branding-links,
html #branding-text,
html #branding-az,
html #section-header,
html #nav,
html #content-secondary,
html #siteinfo-logos,
html #pageOptions-horizontal,
html #siteinfo-nav{
	display:none;
}

html #siteinfo-credits p{
	/*position:relative;*/
	right:0 !important;
}

html a,
html a:visited{
	color:black !important;
	text-decoration:underline;
}

body.secondTier #content-main a[href]:after{
	content: " (" attr(href) ") ";
	font-size: 90%;
}

body.secondTier #content-main a[href^="/"]:after{
	content: " (http://wwwdev.cdc.gov" attr(href) ") ";
	clear:right;
}