@charset "UTF-8";
/* 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 #contentWrapper {
  float: none;
  width: auto;
}
#outerWrapper #contentWrapper #content {
  float: none;
  width: auto;
}
#footerwrapper #footer {
  float: none;
  width: auto;
}
