/**
 * Copyright 2009 iMarc LLC  http://www.imarc.net
 */


/* --------------------------------------------------------------------- */
/* This stylesheets hides non-relevant items.
/* --------------------------------------------------------------------- */


/* --------------------------------------------------------------------- */
/* Main elements
/* --------------------------------------------------------------------- */


body {
	background-color: #fff;
	color: #333;
	font: 75% Arial, Helvetica, sans-serif;
	line-height: 1.6;
}

#search_bar, #banner_bar, #footer_bar {
	display: none;
}

#logo_bar ul {
	display: none;
}

#headline_subnav, #headline_contents {
	display: none;
}

.dont-print {
	display: none;
}

.font_size-container { display: none; }