/* It is common to set printer friendly styles such as a white background with black text. */
body {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
  float: none;
  margin: 0 0 0 0; /* Sets the margin properties for all margins using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: auto;
}

#header {
	border-top: none;
	border-bottom: none;
	background-image: none;
	background-repeat: none;
}

#logo {
	margin: 0 0 20px 0;
}

#container1 {
	border-top: none;
	border-bottom: none;
}

#contentWrapper {
	border-top: none;
}

#contentBody {
	width: auto;
	margin: 0;
}

#slideImages,
#navContainer,
#leftSidebar,
#associationLogosWrapper,
#footerNavWrapper,
#footerAddressWrapper,
#footerBottom
{
	display: none;	
}