/* CSS Document */

* {
    box-sizing: border-box;
}

body {
    font-family: verdana;
    font-size: 10pt;
    max-width: 1000px;
    margin: 0 auto;
}

header {
}

    header .top_head {
        width: 100%;
    }

main {
    background-image: url(../images/bg_body.jpg);
    background-size: contain;
    background-repeat: repeat-y;
    min-height: 500px;
}

    main .center {
        border-left: 1px solid #C1C1C1;
        border-right: 1px solid #C1C1C1;
        min-height: 500px;
    }

    main .left {
        border-right: 1px solid #C1C1C1;
        min-height: 500px;
    }

    main .right {
        border-left: 1px solid #C1C1C1;
        min-height: 500px;
    }

.news {
    padding-left: 25px;
    padding-right: 10px;
}

    .news marquee {
        max-height: 600px;
    }

    .news a {
        display: block;
        text-align: right;
    }

    .news hr {
        margin: 15px;
    }

.events {
    padding-left: 10px;
    padding-right: 25px;
}

    .events b a,
    .events b a:link {
        color: black;
    }

    .events i a {
        display: block;
        text-align: right;
    }

    .events hr {
        margin: 15px;
    }

footer {
}

    footer .foot {
        width: 100%;
    }

table {
    font-family: verdana;
    font-size: 10pt;
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

    table.tbl thead {
        background-color: #36B3FF;
        color: white;
    }

        table.tbl thead th {
            padding: 8px 4px;
            font-weight: normal;
            border-bottom: 1px solid #dee2e6;
            text-align: left;
        }

    table.tbl td {
        padding: 5px 3px;
        border-bottom: 1px solid #dee2e6;
    }

    table.tbl tbody tr:hover {
        background: #dee2e6;
    }

    table.tbl tr:nth-child(even) {
        background: #F9F9F9;
    }

h4 {
    text-align: center;
    font-size: 12pt;
    padding: 10px;
    margin: 0;
}

h6 {
    color: #99cc00;
    font-size: 11pt;
}

.col-g1 {
    width: 8.33333%
}

.col-g2 {
    width: 16.66666%
}

.col-g3 {
    width: 24.99999%
}

.col-g4 {
    width: 33.33333%
}

.col-g5 {
    width: 41.66666%
}

.col-g6 {
    width: 49.99999%
}

.col-g7 {
    width: 58.33333%
}

.col-g8 {
    width: 66.66666%
}

.col-g9 {
    width: 74.99999%
}

.col-g10 {
    width: 83.33333%
}

.col-g11 {
    width: 91.66666%
}

.col-g12 {
    width: 99.99999%
}

.col-10 {
    width: 10%;
}

.col-9 {
    width: 11.11%;
}

.col-8 {
    width: 12.5%;
}

.col-7 {
    width: 14.28%;
}

.col-6 {
    width: 16.66%;
}

.col-5 {
    width: 20%;
}

.col-4 {
    width: 25%;
}

.col-3,
.col-13 {
    width: 33.33%;
}

.col-23 {
    width: 66.66%;
}

.col-2 {
    width: 50%;
}

.col-1 {
    width: 100%;
}

[class*="col-"] {
    min-height: 50px;
    vertical-align: top;
    padding: 5px;
    float: left;
}

.main {
    padding: 0 15px;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

A {
    color: #83a230;
    text-decoration: none;
}

    A:LINK {
        color: #83a230;
        text-decoration: none;
    }

    A:VISITED {
        color: #83a230;
        text-decoration: none;
    }

    A:HOVER {
        color: #ffaa00;
        text-decoration: underline;
    }

    A:ACTIVE {
        color: #83a230;
        text-decoration: none;
    }

.link2 A {
    color: #ffffff;
    text-decoration: none;
}

    .link2 A:LINK {
        color: #ffffff;
        text-decoration: none;
    }

    .link2 A:VISITED {
        color: #ffffff;
        text-decoration: none;
    }

    .link2 A:HOVER {
        color: #ffffff;
        text-decoration: underline;
    }

    .link2 A:ACTIVE {
        color: #ffffff;
        text-decoration: none;
    }

@media screen and (max-width: 600px) {
    [class*="col-"] {
        width: 100%;
    }

    .mcol-2 {
        width: 50%;
    }

    .mcol-3 {
        width: 33.33%;
    }

    .mcol-4 {
        width: 25%;
    }

    .mcol-5 {
        width: 20%;
    }

    .no-mobile {
        display: none;
    }

    main .left {
        border-right: 1px solid #C1C1C1;
        min-height: 150px;
    }

    .news marquee {
        max-height: 150px;
    }
}
