.slideShowContainer, #access, .utilityNav, #secondary, .breadcrumbs, .banner, .filterTabsNav, .iconContainer, .blog-navigation {
    display: none;
}

html {
    margin: 0 10px 10px 10px;
}

body {
    color: black;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20.4px;
}

h1 { font-size: 20px; }
h2 { font-size: 17px; }
h3 { font-size: 15px; }
h4, h5, h6 { font-size: 14px; }

header {
    padding-bottom: 10px;
    border-bottom: 1px solid #999999;
}

    header a {
        font-size: 28px;
    }

    header img {
        clear: both;
    }

#main {
    padding-bottom: 10px;
}

img {
    max-width: 100%;
}

footer, #colophon {
    font-size: 10pt;
    border-top: 1px solid #999999;
    padding-top: 10px;
    width: auto;
    position: static;
    height: auto;
}

figure {
    margin: 0 0 20px 0;
    clear: left;
}

.filterResultItem {
    margin-bottom: 20px;
}

    .filterResultItem .time {
        margin-top: 0;
    }

.introContent {
    padding-bottom: 10px;
    border-bottom: 1px solid #999999;
}







