/* CSS Document - Created January 1, 2004 - Revised June 6, 2009. Copyright 2004 through CurrentYear Vening Design - Suzanne Vening */

/*  PRINT STYLE SHEET - Thanks to Eric Myer and his print style sheet articles - found by searching for print style sheet */

/*  Not including #contentbar and #contentbargeneric here allowed one page of the content to appear  */

#menu, .botnav, #adobe, img#adobe, #header  {
  display: none !important;
}

/*  Including #contentbar and #contentbargeneric here allowed ALL of the content to appear. */

body, #main, #contentbar, #contentbargeneric, #footer  {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 5px !important;
  height: auto !important;
  display: table-cell;
  overflow: visible;
  position:static;
}

body {
  font: 12px Arial, Verdana, Helvetica, sans-serif !important;
}

html body #main, #copyright {
  background: none;
  font: 12px Arial, Verdana, Helvetica, sans-serif;
}

/*  To remove the border of the box and an attempt to get the content to center in Firefox.  */

#footer  {
  border: none;
  width: 750px;
  margin: 0;
  padding: 0;
  text-align: center;
}



