@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 #header {
  float: none;
  width: auto;
}
#outerWrapper #header #subhead {
  float: none;
  width: auto;
}
#outerWrapper #contentWrapper {
  float: none;
  width: auto;
}
#outerWrapper #contentWrapper #leftCol {
  float: none;
  width: auto;
}
#outerWrapper #contentWrapper #rightCol {
  float: none;
  width: auto;
}
#outerWrapper #contentWrapper #centerCol {
	float: none;
	width: auto;
}
#outerWrapper #footer {
  float: none;
  width: auto;
}
