@charset "utf-8";

/* print - home page */

div#header {display: none;}

div#menubar {display: none;}

/*  div#sidebar {display: none;}    this has been removed from the html file  */

div#dividerline {display: none;}

div#footer  {display: none;}

h2  {color: Black;}

p   {page-break-inside: avoid;}


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

div#main  {width: 99.1%}

div#entry {background-color: White;
           background-image: none}
           
div.nameplate {background-color: transparent;;
               text-align: center;
               color: Navy;
               font-size: 1.25em;
               font-weight: bold;
               font-family: sans-serif;}


img.leftpicture {float: left;
                 padding: .5em .5em .5em 0;}

div.righttext {padding: .5em 0 0 0;}


img.rightpicture {float: right;
                 padding: .5em 0 .5em .5em;}

div.lefttext {padding: .5em 0 0 0;}


div.separator{clear: both;
              background-color: Navy;
              height: .25em;}