@charset "utf-8";

/* print */

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


/*  This is duplicated from the media="screen" version: servicesscreen.css */

table {width: 90%;
       margin-left: auto;
       margin-right: auto;
       border-style: none;
       border-collapse: collapse;
       padding: 0;
       background-color: White;}

tr  {}

th  {margin: 0;
     border-style: solid;
     border-color: Black;
     border-width: thin;
     padding: .1em 1em;
     background-color: #BFC1CC;
     text-align: left;
     font-weight: normal;}

td  {margin: 0;
     border-style: solid;
     border-color: black;
     border-width: thin;
     padding: .1em 1em;}
     
     
/*  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%}