body { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; }

/* Use this class for anything you want hidden in the printed version */
.noprint { display: none; }

#mainNav { display: none; }
#utilNav { display: none; }
#promo { display: none; }
#footerNav { display: none; }


/* Main Interior Page Styles */
#main { width: 735px; min-height: 465px; padding: 25px 10px 150px 15px; background: #fff; overflow: hidden; } 
	h1 { margin: 0 0 3px 0; border-bottom: 1px solid #e5e5e5; font-size: 1.6em; font-weight: bold; color: #a1a1a1; }
	#nPublicDeck h1 { color: #b1ab1d; }
	#nSegments h1 { color: #768d17; }
	#nFactSheets h1 { color: #3fa59c; }
	/* Left Content Column */
	#content {  padding: 10px 0 0 0; float: left; font-size: 1.2em; }
		#content p { padding: 5px 0 10px 0; line-height: 1.4em; }
		#content ul { padding: 5px 0 10px 25px; }
		#content ol { padding: 5px 0 10px 25px; }
		#content a { color: #36c; } 
		#content a.nocolor { color: #000; }
		
		#content ul.buttons { padding: 5px 0 10px 0; font-size: .9em; list-style: none; }
			#content ul.buttons li { padding: 0 0 6px 0; }
				#content ul.buttons li a { display: block; padding: 5px 0 5px 5px; font-weight: bold; color: #333; text-decoration: none; }
					#content ul.buttons li a span { font-weight: normal; }

		
		/* Split columns */
		#twoColumn { width: 100%; }
			#twoColumnLeft { width: 48%; float: left; }
			#twoColumnRight { width: 48%; float: right; }
			

#logos { margin: 10px 0; border-top: 2px solid #eee; padding: 5px 0; text-align: center; }