/* CSS for print */
.accessaid, #switchstyle, #header img, #mainNav, .article-column-right, #footer {
	display: none;
}
* {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 150%;
	color: #000000 !important;
}
p, ul {
	font-size: 14px;
}
h1 {
	font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.bold {
	font-weight: bold;
}
a {
	text-decoration: none;
}
cite {
	font-size: 12px;
}
.article-column-left p:last-child {
	display: none;
}
.page-break { 
	display: block; 
	page-break-before: always; 
}



