<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    height:100%;
}

body  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #000;
    background: #779bcf;
    margin: 0;
    padding: 0;
    height: 100%;
}

img {
    border: 0;
}

p {
    margin-top: 0;
}

h1, h2, h3, h4, h5 {
    margin-top: 0;
}

#container {
    width: 930px;
    height: 750px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
#header {
    height: 250px;
}
#logo {
    float: left;
    height: 251px;
    background: #fff url('../images/logo.png') no-repeat center 35%;
    width: 260px;
    margin-right: 25px;
}
#header-image {
    height: 251px;
    width: 645px;
    float: left;
    background: url('../images/header.jpg') no-repeat left top;
}
#contentainer {

}
#sidebar {
    float: left;
    width: 260px;
    margin-right: 25px;
    background: #4073b8;
    color: #5d5d5d;
    height: 440px;
}
#sidebar-top {
    background: #fff;
    height: 220px;
    padding: 40px 40px;
    font-size: 17px;
    line-height: 24px;
}
#sidebar-bottom {
    display: table;
    width: 100%;
    height: 220px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 40px 40px;
}
#sidebar-bottom div {
    display: table-cell;
    vertical-align: bottom;
}

#content {
    width: 645px;
    height: 440px;
    float: left;
    background: #fff;
    padding: 65px 40px 40px 45px;
    color: #5d5d5d;
    font-size: 17px;
    line-height: 1.375rem;
}
#content .column1 {
    float: left;
    width: 280px;
    hyphens: auto;
}
#content .column2 {
    float: right;
    width: 280px;
}
#content a {
    color: #5d5d5d;
    text-decoration: underline;
}
#content a:hover {
    color: #3d3d3d;
}
#content strong {
    color: #4073b8;
}
#content table.sidebar {
    width: 100%;
    border: none;
    white-space: nowrap;
}
#content table.sidebar td.weekdays {
    vertical-align: top;
    text-align: left;
    width: 37.5%;
}
#content table.sidebar td.time {
    vertical-align: top;
    text-align: left;
    width: 63.5%;

}</pre></body></html>