/*  COLORS */

.blue {color: #079ee4;}

a:link,
a:hover,
a:visited {color: #079ee4;}

#footer .footerList li {color: #808080;}

#footer .footerList li:hover {color: #079ee4;}

#footer .copyright {color: #808080;}

#footer .bold {color: #079ee4 !important; font-weight: bold;}



#content .normal h3, 
#content .wide h3 {color: #079ee4;}



#content .normal ul.bulletList li,
#content .wide ul.bulletList li  {
background: url(blue/bullet.png) no-repeat left;
}

h1.ModuleTitle, 
h2.ModuleTitle, 
h3.ModuleTitle {
color: #079ee4;
}

div.nav ul li a.link.selectedtab, 
div.nav ul li a:hover {
color: #079ee4 !important;
text-decoration: none;
}


