/* It is common to set printer friendly styles such as a white background with black text. */
body {
  float: none;
  width: auto;
}
#outerWrapper {
  float: none;
  width: auto;
}
#outerWrapper #header {
  float: none;
  width: auto;
}
#outerWrapper #contentWrapper {
  float: none;
  width: auto;
}
#outerWrapper #contentWrapper #leftColumnWide {
  float: none;
  width: auto;
}
#outerWrapper #contentWrapper #RightColumnNar {
  float: none;
  width: auto;
}
#outerWrapper #footer {
  float: none;
  width: auto;
}
