@charset "utf-8";

/* print - home page */

div#header {display: none;}

div#menubar {display: none;}

div#sidebar {display: none;}

div#dividerline {display: none;}

div#footer  {display: none;}

h2  {color: Black;}

p   {page-break-inside: avoid;}


/*  We may have hidden the 'sidebar' but the 'main' is still only 2/3 of the width until we re-define its width */

div#main  {width: 99%}