#accessibility,
/* #header-wrap, */
#nav,
#quick-contact,
#footer,
#aside {
	display: none
}

body {
	background: white;
	font-family: "Liberation Sans", Helvetica, Arial, sans-serif;
	font-size: 12pt;
	line-height: 160%
}

h2, h3, h4 {
	font-family: Georgia, "Liberation Serif", "Times New Roman", Times, serif;
	line-height: 115%
}

h1 {
	display: block;
	margin: 1% 5% 1% 5%;
	padding-bottom: 1%;
	border-bottom: 1pt solid #000000;
	font-family: "Liberation Sans", Helvetica, Arial, sans-serif;
 	font-size: 18pt; 
	line-height: 115%
}

#header-wrap h1 a {
	color: #000000;
	text-decoration: none
}

h2 {
	font-size: 20pt
}

h3 {
	font-size: 15pt
}

h4 {
	font-size: 13pt
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic
}

#content {
	width: auto;
	margin: 0 5%;
	padding: 0;
	background: transparent
}

a:link, a:visited {
	color: #000091;
	background: transparent;
	font-weight: bold;
	text-decoration: underline
}

#content a:link:after,
#content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}