/* Site brand color file.
This will allow you to easily change the site 'branding' color w/o having to edit lots of CSS/HTML. */

.brandText
{
    color: #FFA200;
}

.top-nav li a:hover
{
    color: #FFA200;
}

a:hover
{
    color: #FFA200;
    text-decoration: none;
}

a:active
{
    color: #FFA200;
    text-decoration: none;
}

.notable 
{
    color: #FFA200;
}

.sideNav a:hover
{
    color: #FFA200;
}
