body {
	font-size: 11pt;
	font-family: georgia, arial, verdana, serif;
	margin: auto;
	color: black;
	background-color: white;
	background-image: none;
	}

.printonly {
	font-size: 18pt;
	display: block;
	background-color: transparent;
	color: black;
	}
	
#bgWrap {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: none;
	}

#wrap {
	background-image: none;
	width: 100%;
	float: left;
	margin: 0px;
	}

#contentWrap {
	float: left;
	width: 100%;
	background-color: white;
	background-image: none;
	}

#wrapLeft, #wrapRight, #header, #homelink, #topnav, #sidebar, #nav, #banner, #footer {
	display: none;
	}

#pagetitle {
	font-size: 16pt;
	font-weight: bold;
	float: left;
	margin-bottom: 10pt;
	}

#content {
	float: left;
	width: 95%;
	margin: 2%;
	color: black;
	background-color: white;
	font: normal 12pt/1.5em georgia, tahoma, arial, verdana, arial, sans-serif;
	}

h1 {
	color: black;
	background-image: none;
	background-color: transparent;
	}
	
#content h1 {
	width: 100%;
	color: black;
	font-size: 18pt;
	line-height: 1em;
	background-image: none;
	background-color: transparent;
	border-bottom: 1px solid black;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	}
	
h3 {
	font-size: 14pt;
	line-height: 1.0em;
	margin: 20pt 0pt;
	}

.nameEmail {
	font-weight: bold;
	}