@charset "utf-8";

/* handheld - home page */

div#header {display: none;}

/*  div#menubar {display: none;}     we want the top menubar but not the bottom div#footer menu */

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%}