#header {
 background-color: white;
 margin: 0;
 margin-bottom: 10px;
 width: auto;
 height: auto;
 border-bottom: solid black thin;
}
#header h1 {
 font-size: 20px;
 margin: 0;
 text-align: center;
}
#header h2 {
 font-size: 14px;
 letter-spacing: 0;
 margin: 0;
 text-align: center;
}
#logo {
 position: absolute;
 float: none;
}


#logo {
	display: none;
}
#navbar {
	display: none;
}
#subnavbar {
	display: none;
}
#menu {
	display: none;
}
#links {
	display: none;
}

body {
	background: white;
	font-size: 12pt;
}
table {
	color: black;
	background-color: white;
	border: solid black thin;
	font-family: serif;
	font-size: 10pt;
	text-align: center;
	width: 100%;
}
#content {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
}

.getacrobat {
	display: none;
}