@media print {

body { font-size: 10pt; }
a { text-decoration: none; }

/* Use this class for anything you want hidden in the printed version */
.noprint { display: none; }

/* Hide these elements from print */
#mainNav, #searchBox, .homeMainBannerLink, .homeMainFeatureLink, #homeMainFeaturettes, #title, #breadcrumb, #interiorColumnsLeft, #interiorColumnsRight, #footerBar, #printButton { display: none; }

#logo { display: block; padding: 0 0 20px 0; }

    .homeMainTitle { display: block; padding: 0 0 10px 0; font-size: 1.8em; }
    .homeMainTestimonial { display: block; padding: 0 0 10px 0; font-size: 1.2em; }

	#title { padding: 0 0 15px 0; font-family: Arial, Helvetica, sans-serif; font-size: 2.2em; text-transform: uppercase; }

	/* Main Content */
	.content { font-size: 1em; line-height: 1.5em; color: #001723; }
		.content h1 { padding: 0 0 10px; font-family: Arial, Helvetica, sans-serif; font-size: 1.8em; font-weight: normal; color: #0269ad; }
		.content h2 { padding: 0 0 5px 0; font-size: 1.3em; font-weight: bold; color: #808558; }
		.content h3 { padding: 0 0 10px 0; font-size: 1.3em; font-weight: normal; color: #808558; }
		.content h4 { font-size: 1.2em; font-weight: bold; color: #1172b2; }
		.content ul { margin: 0 0 0 25px; padding: 0 0 10px 0; }
		    .content ul li { padding: 0 0 5px 0; }
		.content ol { margin: 0 0 0 25px; padding: 0 0 10px 0; }
		    .content ol li { padding: 0 0 5px 0; }
		.content p { padding: 0 0 15px 0; }
		.content a { color: #1172b2; border-bottom: 1px dotted #1172b2; }
		.content table { margin: 0 0 15px 0; border-top: 1px solid #666; border-left: 1px solid #666; }
		    .content th, .content td { border-bottom: 1px solid #666; border-right: 1px solid #666; padding: 5px; }
		
		.callout { padding: 0 20px 0 0; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; color: #7aaf0f; }
		    p.quote { padding: 0 0 5px 0; font-size: 1.2em; font-weight: bold; line-height: 1.4em; }

		.divider { margin: 5px 0 15px 0; border-bottom: 1px dotted #666; }
			.divider img { display: none; }

		
		.sf_newsList { padding: 0 0 20px 0; }


		.twoColumn { width: 100%; padding: 10px 0 20px 0; overflow: hidden; }
			.twoColumnLeft { width: 49%; float: left; }
			.twoColumnRight { width: 49%; float: right; }
			



#footer { margin: 10px 0 0 0; border-top: 1px solid #666; padding: 10px 0; }

}