﻿.backCol
{
    background-color: #0d9fac;
}

.headerBg
{
    background: url("../../Images/Web2/header1_bg.jpg") repeat-x;
    
}

.blockLeftSearch
{
    margin-top: 5px;
    margin-bottom: 5px;
    width: 150px;
    background: url("../../Images/Web2/search1.jpg") no-repeat;
    height: 27px;
    padding: 20px 5px 5px 15px; 
    font-weight: bold;
    color: White;
    
}

a
{
    color: #104b78;
}

.navcontainer ul li.active
{
    background-color: #19b4c3;
}

.navlist a:link.active, .navlist a:visited.active
{
    background-color: #19b4c3;
    
}


