/* print */

html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 11pt;
	color: black;
	background-color: white;
	margin: 0;
	padding: 0;
}
p, address {
	margin: 0 0 1.25em 0;
}
address {
	font-style: normal;
}
ul {
	margin-bottom: 1.25em;
}
h1, h2, h3, h4 {
	color: #20208F;
}
h1 {
	font-size: 125%;
	font-weight: 500;
	line-height: 1.2em;
	letter-spacing: 1px;
}
h1 a {
	text-decoration: none;
	background-color: transparent;
	color: black;
}
h2 {
	margin: 0.5em 0 0.5em 0;
	font-size: 115%;
	font-weight: 500;
	letter-spacing: 1px;
}
h3 {
	margin: 0.5em 0 0.25em 0;
	font-size: 110%;
	font-weight: 500;
	letter-spacing: 0.2em;
}
h4 {
	margin: 0.5em 0 0.25em 0;
	font-size: 100%;
	font-weight: 400;	
}
img {
	border: none;
}

/* --- content --- */
#content {
	margin: 0 0 0 0;
}
#content .button {
	display: none;
}
#content .box {
}
/* --- header --- */
#header {
	display: none;
}
#headerpic {
	display: none;
	/* position: absolute; top: 0; left: 0; */
}
#headersign {
	position: absolute; top: 25px; right: 0;
}
#headertitle {
	display: none;
}
#headersfx {
	display: none;
}
div#menu {
	display: none;
}

/* --- callouts --- */
#callouts {
	display: none;
}

/* --- footer --- */
#footer {
	font-size: 75%;
	margin: 75px 0 0 0;
	padding: 2px 2px 2px 5px;
	border-top: 1px solid #20208F;
}

/* --- utils --- */
a.plainlink {
	text-decoration: none;
	color: black;
	background-color: transparent;
	border: none;
}

.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.right {
	float: right;
	text-align: right;
}
.noprint {
	display: none;
}