/* 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;
  width: 100%;
}
h1 {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}
h2 {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}
h3 {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}
h4 {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}
h5 {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}
h6 {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}
a,  a:link {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}
a:visited {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}
a:hover {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}
a:focus {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}
a:active {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}
#outerWrapper {
  background-color: #fff;
  background-image: none;
  border-color: #fff; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}
#outerWrapper #header {
  background-color: #fff;
  background-image: none;
  border-color: #fff; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
  margin: 0 0 15px 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) */
}
#outerWrapper #contentWrapper {
  background-color: #fff;
  background-image: none;
  border-color: #fff; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
  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) */
}
#outerWrapper #contentWrapper #sideNav {
  background-color: #fff;
  background-image: none;
  border-color: #fff; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
  display: none;
}
#outerWrapper #contentWrapper #content {
  background-color: #fff;
  background-image: none;
  border-color: #fff; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
  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) */
}
#outerWrapper #contentWrapper #content h1 {
  background-color: #fff;
  background-image: none;
  border-color: #fff; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}
#outerWrapper #contentWrapper #content h2 {
  background-color: #fff;
  background-image: none;
  border-color: #fff; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}
#outerWrapper #contentWrapper #content h3 {
  background-color: #fff;
  background-image: none;
  border-color: #fff; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}
#outerWrapper #contentWrapper #content h4 {
  background-color: #fff;
  background-image: none;
  border-color: #fff; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}
#outerWrapper #contentWrapper #content h5 {
  background-color: #fff;
  background-image: none;
  border-color: #fff; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}
#outerWrapper #contentWrapper #content h6 {
  background-color: #fff;
  background-image: none;
  border-color: #fff; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}
#outerWrapper #contentWrapper #content a, #outerWrapper #contentWrapper #content a:link {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}
#outerWrapper #contentWrapper #content a:visited {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}
#outerWrapper #contentWrapper #content a:hover {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}
#outerWrapper #contentWrapper #content a:focus {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}
#outerWrapper #contentWrapper #content a:active {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}


