#columnLeft {
    width: 559px;
    height: 900px;
    float: left;
    margin: 0 0 0 30px;
}

#headerText {
    width: 560px;
    height: 53px;
    margin: 16px 0 0 0;
    color: #30416f;
    font-size: 26px;
    font-weight: bold;
}

#communityNeedsText {
    width: 540px;
    height: 320px;
    color: #000103;
    font-size: 10pt;
    line-height: 1.4em;
}

#quickLinks {
    width: 540px;
    padding: 1px 0 0 0;
    margin: 10px 0 0 0;
    background-color: #ecf2f8;
}

#quickLinks .linkBox {
    width: 500px;
    height: 50px;
    margin: 5px 0 5px 20px;
    border-bottom: 1px solid #30416f;
}

#quickLinks .linkBox .header {
    width: 500px;
    height: 20px;
    font-weight: bold;
    font-size: 18px;
    color: #30416f;
}

#quickLinks .linkBox .block {
    width: 500px;
    height: 50px;
    font-size: 10pt;
}

#quickLinks .linkBox .block p {
    margin: 5px 0;
}

#quickLinks a {
    text-decoration: none;
    color: #692e20;
    font-weight: bold;
    font-size: 10pt;
    display: block;
    height: 20px;
    float: right;
    cursor: pointer;
}

#quickLinks a:hover {
    text-decoration: underline;
}

#quickLinks a.all {
    clear: both;
    float: right;
    text-align: right;
    margin-right: 5px;
}
