#leftColumn {
    width:200px;
    float:left;
}
#main {
   margin-left:210px;
   width:660px;
   _width:656px;
}
.faqSummary, .faqList {
    padding-left:20px;
}
.faqList {
    margin-top:15px;
}
.faqList > li > a {
    font-weight:bold;
    display:block;
    margin-bottom:10px;
}
.faqList a:hover {
    text-decoration:none;
    color:#0d3a81;
}
.faqList, .faqSummary {
    margin-left:5px;
}
#newsletterForm .radio {
    width:auto;
}
#newsletterForm .textInput {
    width:200px;
}
#newsletterForm th {
    width:100px;
    font-weight:normal;
}
#newsletterForm #buttonContainer {
    height:25px;
}
#newsletterForm #buttonContainer .buttonLeft {
    width:120px;
}
#newsletterForm h3 {
    padding:5px 0 5px 0;
    display:block;;
}
#customerTestimonials li {
    margin-bottom:10px;
}
#customerTestimonials h3 {
    display:block;
    margin-bottom:0;
}

