/* print CSS
---------------------------------------------- */
/* print styles */
#top,
#skip-navigation,
#content-left,
#nav-top-container,
#content-header,
#footer {
   display: none;
}
#content-main {
    font-family: verdana, sans-serif;
    font-size: 11pt;
    display: block;
    width: auto;
    margin: 0 5%;
    padding: 0;
    border: 0;
    float: none !important;
    color: black;
    background: transparent none;
}
a:link, a:visited {
    color: black;
    background: transparent;
    font-weight: normal;
    text-decoration: underline;
}