﻿/**** Problem Container *******/
* html #Container 
{
    height:690px;
    background-image: url(BG_Container.png) repeat-y; 
    width:980px;
    
    }

* html .Dept-Spacing {height:20px;}

/**** Problem Linki *******/
* html .Link-Left a 
{
    color:#1B4670;
    font-size:1.3em;
    font-weight:bold;
    text-decoration:underline;
}
* html .Link-Left a:visited
{
    color:#1B4670;
    font-size:1.3em;
    font-weight:bold;
    text-decoration:underline;
}
* html .Link-Left a:hover
{
    color:#1B4670;
    font-size:1.3em;
    font-weight:bold;
    text-decoration:none;
}




/**** Problem Footer Links *******/
* html #Footer-Nav li li {display:list-item; float:none; width:auto; height:15px; padding:0px;}
* html #Footer {padding-top:15px; }