.left-column,
#tagline,
#nav,
.footer
{
	display: none;
}

#printHeader {
	display: block;
	background: #3998d3;

}

* { margin: 0; }

html, body
{
	font-family: Helvetica,Verdana;
	color: #333;
}

#footerLinks {
	display: none;
}

.wrapper #blah
{
	clear: both;
	font-size: 10px;
	color: #a9a3a5;
	text-align:center;
}

.hide
{
	position:absolute;
	left: -999em;
}

.wrapper .body
{
	float: left;
	width: 40em;
	margin-left: 20px;
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 20px;
	clear: both;
	visibility: hidden;
}

.clearfix { zoom: 1; }



div#flash { height: 280px;}

div#testimonials
{
	color: #3998d3;
	margin-top: 10px;
	font-size: 12px;
}

div#testimonials h2
{
	color: #3998d3;
	font-size: 24px;
}

span.name,
span.organization
{
	color: #8a8184;
	font-style: italic;
	font-weight: bold;
}

div.testimonial
{
	width: 47%;
	float: left;
}

div.testimonial blockquote,
div.testimonial p { margin: 5px 0; }
h2 + div.testimonial { margin-right: 5%; }

#body h2, #body h3, #body h4 {
	padding: 10px 0;
}
#body>h2 {
	font-size: 32px;
	padding-top: 0;
}

#body h3 {
	font-size: 28px;
}

#body h4 {
	font-size: 24px;
}

p {
	padding: 5px 0;
}