/** layout css file **/

#right
{
    width: 180px;
    float: left;
}

#left
{
    float: left;
    width: 588px;
    padding-right:10px;
    background-color: #ffffff;
}

/** faq css file **/
#faq-title
{
    font-size: 16pt;
    display: block;
    background: url(./../../img/page_dot.gif) bottom repeat-x;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

#faq
{
    font-size: 10pt;
}

#faq ul
{
    list-style: none;
    margin:0px;
    padding:0px;
}

#faq ul li a
{
    font-weight: bold;
}

#faq ul li em
{
    display: block;
    font-style: normal;
    margin-top:5px;
    font-size: 8pt;
}

.faq-author
{
    text-transform: uppercase;
}
