/* 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: #FFFFFF; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}

#topNavigation {
	display:none;
}

#leftColumn1 {
	display:none;
}

#header {
	display:none;
}

#top {
	display:none;
}

#bottom {
	display:none;
}

#footer {
	display:none;
}

#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  border-color: #FFFFFF; /* Sets the border color properties for an element using shorthand notation */
  width: 99%;
}

#outerWrapper #contentWrapper #content {
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

