
/* don't display body background */
body { background: none; }

/* logo area and level one navigation */
img#logo { position: absolute; top: 0px; left: 0px; }
div#levelOnes { height: 80px; background: none; }

/* content styles */
div#content { width: 580px; padding-bottom: 20px; margin: 0; }	
	div#content .intro { padding-right: 25px; }
	div#content strong { padding-right: 10px;  }
	div#content ul { list-style: disc; margin: 0 0 20px 20px !important; }
	div#content ul li { list-style: disc; padding: 0 0 5px 0 !important; background: none !important; }
	div#content ul.noBullets, div#content ul.noBullets li { list-style: none !important; }
	
/* turn on print elements */
div#footer a#lightfin span { display: inline; }
	
/* shut off the following elements */
div#levelOnes ul li, div#secondaryNav, div#levelTwos, div#focus, span#footerLinks, div#credits, a.enlarge, a.backToTop { display: none; }

/* home page specific styles */
div#homeContent h1 span { display: block; font-size: 14px; margin-bottom: 10px; }
div#summaries h3 { display: block; margin-bottom: 10px; }
div#summaries div {
	float: left;
	width: 203px;
	padding: 25px 20px 0 0;
	background: none;
	}

div#flash, #sidebar { display: none; }