@charset "utf-8";
/* CSS Document */

@page {
	size: letter portrait;
	margin: 4% 3% 4% 3%;
}
body{
	background: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-size: 0.85em;
	width: 7.5in;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 1% 0;
	font-weight: bold;
	color: #000;
	page-break-after: avoid;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 0.9em;
}
h6 {
	font-size: 0.875em;
}
main.content a, aside a, .clickableHeader {
	color: #000;
	text-decoration: underline;
}
ul {
	margin-left: 4%;
}
#content_partial{
	width: 100%; 
}

/* table style */
table, .doftable {
	border: solid #000000;
	border-width: 1px 0 0 1px;
	width: 7.5in;
}
thead {
	display: table-header-group;
}
table.borders td{ 
	border-width: 1px;
	padding: 1px;
	border-style: inset;
}
.hidden, #nav, .globalmenu, #sidebar, footer,  #goldnav, #search, #leftbar, #mobile_header, #mobile_footer, .left, #bannerImage, .skip, .noprint, .siteheader, .toggleAll, head, .site-header, .global-nav-menu, button {
	display: none;	
}
.expandableSection, #tabs {
	display: block;
}