@media print
{
    .site-footer, #left-menu, .page-footer, #header, #puffs, .breadCrumb, .sectionpage2, embed, object
    {
        display: none;
    }
}
/*
html
{
    float:none !important;
    overflow:visible !important;
    font-size:1.2em;


}
body
{
      font-family: Georgia,Garmond, Serif !important;
    overflow: visible !important;
    float: none !important;
    background: transparent none;
    width: auto;
    height: auto !important;
    margin: 0 5%;
    line-height: 2.4em;
    font-size:62.5%;

}

p,span,div.txt,ul li
{
    font-size:1.2em;
    line-height:1.6em;
}

p.preamble-wide,p.preamble-narrow
{
    font-size:1.8em;
}

h1, h2
{
    font-family: Georgia, Sans-Serif;
    font-weight: normal;
    line-height: 1.65em;
}
h3, h4
{
    font-family: Verdana, Sans-Serif;
    color: #343434;
}
h1, h1.page-headline
{
    font-size: 32px;
    text-transform: none;
    color: #343434;
    line-height: 1.3em;
}

h3, h3 a
{
    font-weight: normal;
    font-size: 1.6em;
}

} * / 
