﻿
#left {
    /*float: left;*/
    /*width: 210px;*/
    /*width: 22%;*/
    font-size: 1.2em;
}

@media (min-width: 830px) {
    #container #left {
        padding-right: 2%;
    }
}

#main h1, .col-3-l h1, .col-1 h1 {
    /* background-color: #243e55; */
    background-color: rgb(192, 192, 192);
    color: rgb(0, 0, 0);
    font-size: 1.75em;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 10px 0;
    padding: 5px 0 5px 10px;
}
#divStatic p {
    line-height: 145%;
    font-size: 1em;
    margin-bottom: 20px;
    color: #4d4d4d;
}
#divStatic a {
    color: #007fc6;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
}

@media only screen and (min-width: 768px) {
    .disc-image-float {
        float: left;
    }
}
.disc-image-float {
    margin: 0px 20px 20px 0px;
}
