/* Remove unwanted elements */
#header, #navbar, #menu, .noprint
{
display:none;
}


body
{
width: 100%; margin: .4in; float: none;
}


/* Ensure the content spans the full width */
a
{
width: 8.5in; margin: 0; float: none;
}

container
{
width: 8.5in;
}


h1 {
	color: #3f5858;
	font-family: 'Palatino Linotype',Palatino,serif;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	padding-top: .2em;
}


h2 {
	color: #3f5858;
	font-family: 'Palatino Linotype',Palatino,serif;
	font-size: 16pt;
	font-weight: bold;
	text-align: left;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}


h3 {
	color: black;
	font-family: 'Palatino Linotype',Palatino,serif;
	font-size: 14pt;
	font-weight: normal;
	text-align: left;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}


h4 {
	color: black;
	font-family: 'Palatino Linotype',Palatino,serif;
	font-size: 14pt;
	font-weight: normal;
	text-align: left;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}


h5 {
	color: black;
	font-family: 'Palatino Linotype',Palatino,serif;
	font-size: 14pt;
	font-weight: normal;
	text-align: left;
}


p {
	color: black;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: normal;
}




/* Improve colour contrast of links */
a:link, a:visited
{
color: #10360D;
text-decoration:none
}

/* a:link:after, a:visited:after { content:" " attr(href) " "; } */