@charset "utf-8";

/* CSS Document */

.ldiv {
    height: 38%;
    width: 38%;
    float: left;
    border: 1px solid black;
    margin-bottom: 2%;
    background-color: darkolivegreen;
}

.rdiv {
    height: 38%;
    width: 38%;
    float: right;
    border: 1px solid black;
    margin-bottom: 2%;
}

.div_announce {
    float: right;
    height: 80%;
    width: 75%;
    margin-top: .5%;
    margin-right: .5%;
    font-variant: small-caps;
    font-family: sans-serif;
}

.anc_head {
    text-align: center;
    font-weight: bold;
    font-variant: small-caps;
    font-family: sans-serif;
    font-size: 25px;
}

.div_announce_show {
    float: right;
    height: 80%;
    width: 75%;
    margin-top: .5%;
    margin-right: 2%;
    font-variant: small-caps;
    font-family: sans-serif;
}

.footer {
    height: 10%;
    width: 98.8%;
    background-color: #2ECC40;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: smokewhite;
    font-weight: bold;
    text-align: center;
    padding-top: 1.5%;
    font-family: Trebuchet MS;
    font-size: 21px
}

.footerreg {
    height: 8%;
    width: 98.8%;
    background-color: #2ECC40;
    position: static;
    left: 0;
    bottom: 0;
    width: 100%;
    color: smokewhite;
    font-weight: bold;
    text-align: center;
    padding-top: 1.1%;
    font-family: Trebuchet MS;
    font-size: 21px
}

.footermeet {
    height: 10%;
    background-color: #2ECC40;
    position: static;
    left: 0;
    bottom: 0;
    width: 100%;
    color: smokewhite;
    font-weight: bold;
    text-align: center;
    padding-top: 1.1%;
    font-family: Trebuchet MS;
    font-size: 21px
}