/* Hide these elements when printing -------- */
.uberNav, 
.header,
.topNav,
.sectionHeader .mySFN,
.sectionHeader .toolBox,
.footer .rightColumn { display: none; }

/* Page Templates */
.threeColumn .columnLeft { display: none; }
.twoColumnLeft .columnLeft { display: none; }
.twoColumnLeft .columnRight { float: none; }

.footer {
	clear: both !important;
	margin-top: 50px;
}

body {
	font-family: Arial;
	background: #FFF;
}
p {
	font-size: 13px;
	line-height: 16px;
	}
#print {
	width: 700px;
	margin: 20px;
}
#print .citation {
	font-style: italic;
}

.standardContent ul li {
    list-style: disc inside none;
    padding-left: 0px;
}