h2 {
    margin-bottom: 14px !important;
}

h3 {
    font-weight: bold;
    padding-bottom: 18px;
    padding-left: 2px;
}

div.post div.box {
    width: 270px;
    float: left;
    vertical-align: top;
    margin-right: 40px;
}

div.post div.box ul {
    font-size: 12px;
    line-height: 20px;
    list-style-type: square;
    padding-left: 26px;
}

div.post div.box a {
    text-decoration: none;
    color: #3671A1;
    font-weight: bold;
}

#footer {
    width: 100%;
    margin-top: 40px;
    border-top: 1px solid #adadad;
    clear: both;
    background-color: #dddddd;
    color: #888888;
    height: 140px;
    font-size: 11px;
    padding-left: 140px;
}

#footer p {
    margin-bottom: 0px;
}

#footer div.box {
    float: left;
    width: 160px;
}

#footer ul {
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
}

#footer li {
    line-height: 18px;
}

#footer a {
    color: #888888;
    text-decoration: none;
}

#footer strong {
    color: black;
}

#footer a:hover {
    text-decoration: underline;
}

#footer p.copyright {
    clear: both;
    padding-top: 16px;
    padding-left: 16px;
}

