/*
 *
 * Cascading Style Sheet 
 * Main print css for standard oursaviorlutheran.org pages.
 * This file defines the style for printing pages.
 * This css overrides oslc.css when printing.
 *
 */

body {
  overflow: visible; /* There no scrolling in print, just show */
}

.page {
  width: 100%; /* Use the width of the printed page */
}

.sitenav {
  display: none; /* Don't print the SITENAV section */
}


.menunav {
  display: none; /* Don't print the MENUNAV section */
}


p.breadcrum {
  display: none; /* Don't print the breadcrums */
}

