@charset "utf-8";
/* CSS Document */
/* hide top banner when printing */
#banner_int { display:none; }

/* hide left navigation when printing */
#left_nav { display:none; }

/* hide footer when printing */
#footer { display:none; }

/* change the width of the content */
#content {width:100%;}