/* --- Import Sitewide Styles
-------------------------------------------------------*/
@import url("master.css");
@import url("about.css");



/* --- Primary Content
-------------------------------------------------------*/
.itm h3 {
    font-size: 16px;
    color: #006990;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 18px;
    }

.itm h5 {
    font-size: 12px;
    color: #006990;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 18px;
    }

.itm img {
    margin-bottom: 7px;
    }

.itm div {
    width: 558px;
    margin: -2px 0 0 15px;
    font-size: 11px;
    line-height: 16px;
    }

div#list {
    float: left;
    display: inline; /* IE6 double margin bug */
    width: 380px;
    margin: 20px auto auto 140px;
    padding: 0;
    }

    div#list div {
        float: left;
        width: 380px;
        margin: 0;
        }

.itm div table {
    float: left;
    clear: left;
    font-size: 11px;
    color: #232323;
    width: 380px;
    border-collapse: collapse;
    margin: 0;
    }

    * html .itm div table {
        margin-left: 0;
        }

    .itm div table th {
        font-size: 16px;
        color: #006990;
        font-weight: bold;
        line-height: 18px;
        padding-bottom: 18px;
        text-align: left;
        }

    .itm div table td {
        padding-bottom: 20px;
        }

    .itm div table strong {
        color: #006990;
        }

        .itm div table td a {
            font-size: 10px;
            }

