/* CSS Document */


/* basic links */
a:link {
        text-decoration: none;
        color:#084485;
    }

a:visited {
        color: #084485;
        text-decoration: none;
    }

a:hover {
        color: #144D8B;
        text-decoration: underline;
    }

a:active {
        color: #78B400;
        text-decoration: underline;
}

a img {
	border: none;
}


/* Left Navigation links */
#left_nav a:link {
        text-decoration: none;
        color:#719Ed1;

    }

#left_nav a:visited {
        color: #719Ed1;
        text-decoration: none;
    }

#left_nav a:hover {
        color: #ffffff;
        text-decoration: none;
    }

#left_nav a:active {
        color: #445904;
        text-decoration: none;
}



/* horizontal Navigation links */
#h_nav a:link {
        text-decoration: none;
        color:#084485;

    }

#h_nav a:visited {
        color: #084485;
        text-decoration: none;
    }

#h_nav a:hover {
        color: #ffffff;
        text-decoration: none;
    }

#h_nav a:active {
        color: #063771;
        text-decoration: none;
}
