/*
 PRINTER ONLY in use on page 27
 Page becomes narrower when printed by removing wide graphics
 and allowing table width to take control.
*/

html #vac_container .features { padding-bottom:2em }

html .pageContainer {
 width: 720px;
 padding: 5px 0 5px 0;
}

html .screenKill { display: block }

html .printKill { display: none }

html .pgBreak { page-break-after : always }

html body { background-color: transparent }

