/* core */

.container {
	background-color: #fff;
	padding: 0 0 0 0;
	border: none;
}

/* header */
#hd {
	display: none;
}
	
#bd {
	
}
	#bd .sidebar {
		display: none;
	}
	
	#bd .footnote {
		border-top: 1px solid #666;
		border-bottom: 1px solid #666;
		font-style: italic;
		padding: 10px;
		font-size: 90%;
		color: #333;
	}
	
#ft #links {
	display: none;
}
/*
.pullquote {
	width: 35%;
	font-size: 110%;
	text-align: left;
	font-weight: bold;
	padding: 0 0 0 2.5em;
	background: #fff no-repeat url('../images/quote.gif') top left;
	margin: .5em;
	clear: none;
}
	.pullquote.right {
		float: right;
	}
	.pullquote.left {
		float: left;
	}
*/
blockquote {
	font-size: 1em;
	width: 40%;
	margin: 0 .8em;
	padding: 1em .5em 2em .5em;
	background-color: #eef5fa;
	text-align: center;
}
	blockquote.right {
		float: right;
	}
	blockquote.left {
		float: left;
	}
	blockquote:before {
		content: open-quote;
		height: 0;
	}
	blockquote:after {
		content: close-quote;
		height: 50px;
		margin: -50px 0 0 200px;
	}
	blockquote:before,
	blockquote:after {
		color: #eee;
		display: block;
		font-size: 4em;
		width: 50px;
	}
	blockquote p {
		padding-left: 50px;
		padding-right: 50px;
		font-weight: bold;
	}
	
.no-print {
	display: none;
}
