a {
    text-decoration: none;
    color: #000000;
}
#bannerContainer {
    margin: 0;
    padding: 0;
}

#bannerAgencyName {
    text-align: center;
    font-size: 2em;
}

#bannerCaseLookLogo {
    display: none;
}

#mainContainer {
    margin: 0;
}

#navigationContainer {
    display: none;
}

/* Clear the href url from links when printing */
a[href]:after {
    content: none !important;
}