html,
body,
.allContainer {
    background: #fff;
    width: 100%;
    padding: 0;
    margin: 0;
}

body * {
    box-sizing: border-box;
    background: #fff;
    color: #000;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    padding: 0;
    margin: 0;
    max-width: 100%;
    border: none !important;
}

div.banner {
    height: 120px;
}

div.banner .title,
div.banner .logo {
    height: 100px;
    width: auto;
}

body a {
    text-decoration: underline;
}

div.widthContainer {
    width: 100%;
    background: #fff;
}

img {
    max-width: 95% !important;
}

div.lowerheader,
nav,
footer,
.slogan {
    display: none !important;
}

.searchSocial,
.searchPositioner,
.socialPositioner {
    display: none;
}

.border1,
.border2,
.border3,
.box_skitter,
.box_skitter_large {
    display: none;
}

.mainTable .leftColumn,
.mainTable .rightColumn {
    width: 25% !important;
}

.noPrint {
    display: none;
}

.calendarTable {
    border-collapse: collapse !important;
    border-spacing: 0 !important;
}

.calendarTable td.calDay {
    border: 1px solid #555 !important;
    width: 14%;
    line-height: 90%;
}

.body .calendarTable td.calDay.calGrayDay {
    background: #ccc !important;
}

.calendarTable td.calDay a .eventTitle,
.calendarTable td.calDay .calDayNum {
    font-size: 7pt;
    line-height: 90%;
    text-decoration: none !important;
}

div.small.calLinks,
div.readmore.small,
div.seeallitems {
    display: none;
}

