
#columnLeft {
    width: 559px;
    height: 1000px;
    float: left;
    margin: 0 0 0 30px;
}

#individualsContent {
    width: 500px;
    height: 200px;
    margin: 25px 20px;
    font-size: 10pt;
}

#individualsContent .header {
    width: 500px;
    height: 25px;
    border-bottom: 1px solid #CCCCCC;
    margin: 5px 0 5px 20px;
    font-weight: bold;
    font-size: 15pt;
    color: #30416f;
}

#quickLinks {
    width: 540px;
    height: 119px;
    padding: 1px 0 0 0;
    background-color: #e7f0f6;
    margin: 25px 0 0 0;
}

#quickLinks .header {
    width: 500px;
    height: 25px;
    border-bottom: 1px solid #CCCCCC;
    margin: 5px 0 5px 20px;
    font-weight: bold;
    font-size: 15pt;
    color: #30416f;
}

#quickLinks a {
    text-decoration: none;
    color: #006b3f;
    font-weight: bold;
    font-size: 10pt;
    display: block;
    width: 200px;
    height: 20px;
    margin: 0 0 0 20px;
    float: left;
    cursor: pointer;
}

#quickLinks a:hover {
    text-decoration: underline;
}
