﻿/*
    Yellow: #ffe154;
    Dark Gray: #231f20;
*/
body 
{
    background-color: Gray;
}
#crumb
{
    background-color: #231f20;
    border-style: groove;
    border-width: 2px;
    color: #ffe154;
}
#crumb a
{
    color: #ffe154;
}
#footer
{
    background-color: #231f20;
    color: #ffe154;
}
#footer a
{
    color: #ffe154;
}
#header
{
    background-color: #969696;
}
#leftcol
{
    background-color: #555555;
}
#loginbox
{
    background-color: #777777;
    color: White;
}
#loginbox a
{
    color: #ffe154;
}
#logo
{
    background: #232020 url(Images/Logo.gif) no-repeat center;
}
#main
{
    background-color: White;
}
#nav
{
    background-image: url(Images/Nav-bgd.gif);
    background-repeat: no-repeat;
}
#newssection
{
    color: #ffe154;
}
#serviceshell
{
    background-image: url(Images/service-background.gif);
}
#shell
{
    border-left: solid 1px black;
    border-right: solid 1px black;
}
#themeselector
{
    background-image: url(Images/dark-grey-trans.png);
    color: #ffe154;
}
.articlebox
{
   background-color: #eeeeee;
   color: #666666;
   border: dashed 1px #444444;
}
.articletitle
{
   color: #444444;
}
.contentimg
{
    border: solid 1px #000000;
}
.recentnewstitle
{
    Color: #dddddd;
}
