@media print {

  
body { font-size: 10pt; }

#searchBox, #mainNav, #breadcrumb, #auxButtons, #aux, #footerLinks { display: none; }

/* Content */
.content { line-height: 1.6em; }
	.content h1 { padding: 15px 0; font-family: Georgia, "Times New Roman", Times, serif; font-size: 2.7em; line-height: 1em; font-weight: normal; }
	.content h2 { padding: 15px 0; font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.8em; line-height: 1em; font-weight: normal; }
	.content h3 { padding: 15px 0 5px 0; font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.8em; line-height: 1em; font-weight: normal; color: #404040; }
	    .content h3 span { font-size: .8em; }
	.content ul { padding: 0 0 15px 25px; }
	    .content ul ul { padding-bottom: 0; }
	.content ol { padding: 0 0 15px 25px; }
	.content p { padding: 0 40px 20px 0; }
	.content dt { padding: 10px 0 0 0; }
	.content a { color: #1f5973; }
	
	.twoColumn { width: 100%; overflow: hidden; }
	    .twoColumnLeft { width: 49%; float: left; }
	    .twoColumnRight { width: 49%; float: right; }



#footer { border-top: 1px solid #999; padding: 10px 0; }


/* Use this class for anything you want hidden in the printed version */
.noprint { display: none; }


}