div.faqdesc
{
    font-size: 13pt;
}

div.question-top, div.question-bottom
{
    width: 740px;
    margin: 0px;
    padding: 0px;
}

div.question-top
{
    height: 7px;
    background-image: url(/images/faq-top.png);
}

div.question-bottom
{
    height:10px;
    background-image: url(/images/faq-bottom.png);
    margin-bottom: 5px;
}

div.question, div.answer
{
    width: 720px;
    padding: 0px 10px;
    margin: 0px;
}    

div.question
{
    color: black;
    font-weight: bold;
    width: 720px;
    padding: 0px 10px 1px;
    background-image: url(/images/faq-middle.png);
    background-repeat: repeat-y;
}

div.question strong
{
    color: #754c24;
}

div.answer
{
    margin-bottom: 15px;
}


