﻿

a
{
    color:#1a57a5;
}

a:hover
{
    color: #55a51c;
}

#links
{
    background-color: White;
    text-align:left;
    width:214px;
}

#links a
{
    font-family:Tahoma;
    color: #01478c;
    font-size: 12px;
    text-decoration: none;
    text-transform:none;
    

}

#links a:hover
{
    color: #55a51c;
}

#links .current  a
{
    font-weight: bold;
    color: #55a51c;
}

#links .current ul a
{
    color: #01478c;
}


#links .trail > a
{
    font-weight: bold;
}


#links ul
{
    list-style-type: none;
    list-style-image: url(img/arrow.gif);
    margin-left: 16px;
    padding-left: 18px;
    font-weight: normal;
    margin-top: 10px;
    padding-bottom:15px;
    
}

#links ul ul
{
    margin-left: 12px;
    list-style-image: none;
    margin-left: 2px;
    margin-top: 2px;
    padding:10px 0 0 0;
}

#links ul ul ul {
    list-style-type: none;
    list-style-image: url(img/sub_arrow.gif);
    margin-left: 6px;
    padding-left: 10px;
    margin-bottom: 4px;
    }

#links li
{
    margin-bottom: 4px;
    margin-top: 0px;
}

#links li a
{
    font-weight: normal;
}


#mainlinks
{
    border-bottom: 1px solid #1a57a5;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#mainlinks a
{
    font-family: Tahoma;
    font-size: 16pt;
    font-weight: bold;
    text-decoration: none;
    color: Maroon;
}

#mainlinks a:hover
{
    color: #55a51c;
}

#mainContent
{
    float: left; display: inline;
}

#textContent
{
}

#textContent p
{
    line-height: 14pt;
    font-size: 10pt;
    font-family: georgia;
}

#textContent h1, h2
{
    font-family: sans-serif;
}

#path
{
    font-family: Sans-Serif;
    font-size: 8pt;
}



.alert
{
    color: Red;
    font-weight: bold;
}
