/* @override http://localhost:3000/stylesheets/print.css */

#sidebar, #navbar, #body-footer, #logos-footer, #footer img, .header img, a.backtotoplink, #search-form {
	display: none;
}


#back-to-home-link {
	font-size: 6pt;
}

#back-to-home-link a{
	display: none;
}

#back-to-home-link h1 {
	display: none;
}

.breadcrumbs {
	margin-bottom: 1em;
	font-size: 8pt;
	font-weight: bold;
}

.breadcrumbs a {
	color: black;
	text-decoration: none;
	font-weight: normal;
}

.header {
	display: inline;
}

#print-logo {
	width: 180pt;
	height: 44.5pt;
	display: block;
	margin-bottom: 1em;
}

h1 {
	font-size: 18pt;
	font-weight: bold;
	margin-top: 1.5em;
}

h2 {
	font-size: 13pt;
	font-weight: bold;
	margin-top: 1.5em;
}

h3 {
	font-size: 11pt;
	font-weight: bold;
}

h4 {
	font-weight: bold;
}

h5 {
	font-size: 10pt;
	font-weight: bold;
}

h6 {
	font-size: 10pt;
	font-weight: bold;
}

hr {
	height: 1px;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	border:none;
	border-top: 1px solid black;
}

#footer {
	text-align: center;
	font-size: 8pt
}

body {
	padding: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
}

p {
	margin: 0.6em 0;
}

ul {
	margin-left: 2em;
}

li {
	list-style-type: disc;
}
.sidebar {
	float: left;
	width: 29%;
	padding: 0 10pt;
	font-size: 9pt;
}
.sidebar h1 {
	font-size: 13pt;
	font-weight: bold;
	margin-top: 1.5em;
}

.sidebar h2 {
	font-size: 11pt;
	font-weight: bold;
	margin-top: 1.5em;
}

.sidebar h3 {
	font-size: 9pt;
	font-weight: bold;
}

.sidebar h4 {
	font-weight: bold;
}

.sidebar h5 {
	font-size: 7pt;
	font-weight: bold;
}

.sidebar h6 {
	font-size: 7pt;
	font-weight: bold;
}

