html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	font-size: 12pt;
	background-color: #FFFFFF;
	color: #000000;
	background-image: url(../images/top-trans.gif);
}
h1 {
	font-size: 18pt;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-size: 12pt;
	font-weight: normal;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	color: #000000;
	border-bottom-color: #000000;
}
h3 {
	font-size: 10pt;
	font-weight: normal;
	text-transform: uppercase;
	color: #000000;
}
#wrapper {
	width: 8.5in;
	height: auto;
	left: 0px;
}
#top {
	display:none;
}
#main {
	width: 8.5in;
	height: 100%;
	background-color: #FFFFFF;
}
#bottom {
	display:none;
}
#sidebar {
	display: none;
	width: 0px;
	position: absolute;
}
#content {
	margin-left: 20px;
	margin-top: 150px;
	position: absolute;
	width: 6.5in;
	float: none;
}
#footer {
	display: none;
}
#topnav {
	display: none;
}
#print-title {
	width: 525px;
	height: 150px;
	position: absolute;
	top: 0px;
	display: block;
}
