﻿/* Sitemap section css */

#bodyContent
{
    margin-bottom: 40px;
}

#sitemap
{
    font-size: 0.70em;
    line-height: 1.50em;
}

#sitemap ul
{
    list-style-position: outside;
    list-style-type: square;
    font-size: 1.00em;
    margin: 0px 0px 10px 30px;
}

#sitemap ul li a
{
    color: #05652B;
    background-color: inherit;
    text-decoration: underline;
    border-bottom: 0px dotted #fff;
}

