#out-content #body #main-story {
	display:block;
	min-height:200px;
	background-image:url("/images/subpage-border.gif");
	background-position:bottom left;
	background-repeat:repeat-x;
	padding:0px 30px 30px 20px;
}
#out-content #body #main-story #quote{
	float:right;
	width:190px;
	
	border-top:3px solid #00375f;
	border-bottom:3px solid #00375f;
}
#out-content #body #main-story #quote p.quote {
	margin:2px 0 0 0;
	padding:10px 0 0 0;
	
	border-top:1px solid #00375f;

	color:#b8975b;
	font-size:14px;
	font-weight:bold;
}
#out-content #body #main-story #quote p.name {
	margin:0 0 2px 0;
	padding:0px 0 10px 0;
	
	border-bottom:1px solid #00375f;
	
	text-align:right;
	color:#999999;
	font-weight:bold;
}

#out-content #body #main-story h1{
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	
	color:#003860;
	margin:10px 0 10px 0;
	line-height:24px;
}
#out-content #body #main-story h1 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	font-weight:normal;
	
	color:#6699ff;
}
#out-content #body #main-story h2{
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	
	color:#003860;
	margin:10px 0 10px 0;
	line-height:20px;
}
#out-content #body #main-story h3{
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	
	color:#003860;
	margin:10px 0 10px 0;
	line-height:20px;
}
#out-content #body #main-story p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:12px 0 0px 0;
	line-height:17px
}
#out-content #body #main-story ul, li {
	line-height:17px;
}
#out-content #body #callout {
	display:block;
	width:100%;
	background-color:#ffd27f;
}
#out-content #body #callout #corner-callout { 
	background-image:url("/images/callout_corner.gif");
}

@media print {
	div {border-width:0px;}
	div#quote{
		border-top:3px solid #00375f;
		border-bottom:3px solid #00375f;
	}
	#tcer-nav-bg, #out-content #tcer-nav {display:none;}
	#out-content #body {margin-left:10px;}
	#out-content #body #header, #out-content #body #header #toolbar {display:none;}
	#out-content #body #header #toolbar a:link {display:none;}
	#out-content #body #header #toolbar input {display:none;}
}