h1 {
    margin-bottom: 20px;
}

h2 {
    color: #444444;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

h3 {
    text-transform: none;
}

#mainContentArea {
    margin-bottom: 20px;
}

#faqQuestions .faqQuestionGroup {
    margin-bottom: 20px;
}

#faqQuestions ul {
    margin-left: 50px;
}

#faqQuestions ul li {
    list-style: disc;
    color: #ff2c77;
    font-weight: bold;
}

#faqAnswers .faqAnswerGroup {
    background-color: #eaeaea;
    padding: 10px;
    margin-bottom: 10px;
}

#faqAnswers .highlightBox {
    padding: 0;
    margin: 0;
}

#faqAnswers ol {
    margin: 20px 15px;
}

.questionAnswer p {
    margin: 5px 0 10px;
}

.questionAnswer p.right {
    text-align: right;
    text-transform: capitalize;
    margin-bottom: 15px;
}
