h3.section {
    background-color: #0096D7;
    margin: 0px;
    padding: 4px; 
    color: white;
    font-size: 10px;
    border-bottom: solid #000000 5px;
    text-transform: lowercase;
}
.faqTitle {
    font-size: 13px;
    font-weight: bold;
}
.faqMenu {
    width: 200px;
    float: right;
    margin-top: 30px;
}
.faqBody {
    background: url(../images/background.jpg);
    background-repeat:repeat-x;
    padding: 25px 0px 25px 35px;
    min-height: 300px;
}
.faqContent {
    margin-right: 240px;
    line-height: 17px;
}
ul.menu {
    margin-left: 0px;
    padding-left: 20px;
}
ul.menu li {
    padding-bottom: 4px;
}
h2 {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 24px;
}

