﻿h1
{
    color: #e73226!important;
}

.FaqQuestion
{
    background-image: url(/UserFiles/Image/Generic/question-icon.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 0px 0px 0px 25px; 
    margin: 0px 0px 0px 0px;
    
}
.FaqContent
{
    background-image: url(/UserFiles/Image/Generic/answer-icon.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width: 600px;
    padding: 0px 0px 20px 25px; 
    margin: 5px 0px 0px 0px;
    text-align: justify;
}
.FaqContent p
{
    font-size: 80%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.FaqContent ul
{
    padding: 0px 0px 0px 20px;
    margin: 10px 0px 10px 0px;
    width: 510px;
    text-align: justify;
}
.FaqContent ul li
{   
    font-size: 110%;
    padding: 0px 0px 10px 16px;
    margin: 0px 0px 0px 0px;
    list-style-type: none;
    background-repeat: no-repeat;
    background-position: left 0.5em;
}
.GlosLetter
{
    background-image: url(/UserFiles/Image/Generic/Glossary-letter-bg.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    width: 18px;
    height: 18px;
    padding: 0px 0px 0px 5px;
    margin: 10px 0px 0px 0px;
}
.GlosContent
{
    padding: 5px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
}
.Links a
{
    clear: both;
    display: block;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    
}

#RightCol a
{
   color:#e94337;
}

#RightCol a:hover
{
   color:#aa0b00;
}
#RightCol li
{     background-image:url(/UserFiles/Image/Generic/bullet.gif);