body {
	margin-top: 5%;
	margin-left: 10%;
	margin-right: 10%;
	}
	
#nav {
	display: none;
	}
	
#subnav {
	display: none;
	}
	
#header h2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 75px;
	height: 35px;
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	}
	
.contactInfoSub {
	font-weight: bold;
	border-top-color: black;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 25px;
	margin-top: 35px;
	}
	
#printButton {
	display: none;
	}
	
#printLink {
	margin-bottom: 35px;
	}

#footer {
	font-size: x-small;
	}
	
#contactForm {
	display: none;
	}