body { text-align: left; background: none; }

#printLogo {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	}

#envelope { background: none; }
#fixedInterface {
	float: none;
	width: 600px;
	background: none;
	}	
#content {
	float: none;
	width: 600px;
	padding: 100px 0 0 0;
	}
	h1#tagline { background: none; font-weight: normal; font-size: 1.6em; font-family: Times New Roman; }
		h1#tagline span { display: block; font-size: 1em;  }
		
#content p {
	line-height: 19px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #496389;
	}
	#content p.noBorder {
		margin: 0 0 20px 0;
		padding: 0;
		border: none;
		}
	#content p strong { color: #fff; }
			
#bottomFocusAreas {
	position: absolute;
	top: 300px;
	left: 0px;
	width: 600px;
	text-align: left;
	background: none;
	}
	.focusAreas { padding: 0; }
		.focusAreas h2 {
			display: block;
			font-size: 1.4em;
			font-family: Times New Roman;
			}
		#focusOurFunds { background: none; }
		#focusOurTeam { left: 200px; background: none; }
		#focusOurHistory { right: auto; left: 400px; background: none; }
			#focusOurHistory p { float: none; width: auto; }
					
/********** footer styles **********/
#footer {
	top: 500px;
	left: 0px;
	}
	#footer span { display: none; }

/* shut off for printing */
div#logo,
#shadowLeft,
#shadowBottom,
.historySnapshot,
#focusOurHistory ul#datesList { display: none; }