@charset "utf-8";
/* CSS Document */

/* GLOBAL STYLES */
body {
	font-size: 0.8em;
	background-color: white;
}

#main, #banner {
	background: transparent !important;
}
#wrapper, #banner {
   border: none;
   padding: 12px;
   margin: 0;
   }
#seerLogo {
	width: 85px;
	float: left;
}
#leftColNav {
	float: left;
	width: 524px;
	margin-top: 15px;
}
#ncibanner, #utilities, #search, #tabs, #local_nav, #footer, .noprint, p.to_top, .statfacts_screen {
	display: none;
}

#content {
	margin-left: 0px;
	clear: both;
}

a img {
	border: none;
}
img.extlink {
  padding: 0 0 0 4px;
}

#cancerStats ul li {
	background: none;
}

/* Cancer Stat Fact Sheets */

.statfacts_print {display: block;}

a.ref_link, table.sfs a, abbr.sfs {
	color: black !important;
	text-decoration: none !important;
	border-bottom: none !important;
}
a.ref_link{
	font-weight: bold;
}


/* Misc */
.info { padding: 0; margin: 5px 0; }
.info:before { display: none; }

