div#oneColumnContent > div:nth-child(2) > div:nth-child(1) {
    font-weight: bold;
    font-size: 26px;
    color: #1F9FB8;
    text-align: center;
    margin-top: 20px; 
}

div#oneColumnContent > div:nth-child(2) > div:nth-child(2) {
    margin-top: 20px; 
    margin-left: 15px;
    width: 609px;
}

div#oneColumnContent > div:nth-child(2) > div:nth-child(2) > hr{
    margin-bottom: 0px;
}

div#oneColumnContent > div:nth-child(2) > div:nth-child(3) {
    height: 259px;
}

div#oneColumnContent > div:nth-child(2) > div:nth-child(3) > div {
    height: 255px;
    margin-top: 4px;
    width: 275px;
}

div#oneColumnContent > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) {
    border-right: solid #A20031 thin;
}

div#oneColumnContent > div:nth-child(2) > div:nth-child(3) > div > div:not(:nth-child(5)) {
    border-bottom: dashed #999999 thin;
}

div#oneColumnContent > div:nth-child(2) > div:nth-child(3) > div > div {
    height: 70px;
    padding-top: 15px;
    margin-left: 0px;
    vertical-align: middle;
}

div#oneColumnContent > div:nth-child(2) > div:nth-child(3) > div > div > img {
    margin-right: 5px;
    float: left; 
}

div#oneColumnContent > div:nth-child(2) > div:nth-child(3) > div > div > div {
    line-height: 18px;
    float: left;
    width: 210px;
    text-align: left;
}