/* CSS BASE COLOR */
a, a:link, a:visited {color:#C00;text-decoration:none; border-bottom: 1px dotted #f00; background:transparent;}
a:hover,  a:active  {color: #f00;background: transparent;text-decoration: none;border-bottom: 1px solid #f00;}
#midnavCon {background: #900;}
#midnav {border-right: 2px solid #600;background: #b00;}
#midnav  td {border-left: 1px solid #f00;border-right: 1px solid #000;}

#midnavB  td {color:#b00}
#midnavB  td  a:hover {color:#900; border:0;}

#subnav dt {color: #c00;}
#subnav dt a:hover {color: #f00;}
#subnav dd {color: #f00;}
#subnav dd a:hover {color: #f00; }

h1, h2, h4, h4 a, h4 a:link, h4 a:visited, .titleRed {color :#900}
h1 a:hover, h2 a:hover,  h4 a:hover,  h6 a:hover{color:#f00}

label, legend {color:#900;}
.footer a, .footer a:link, .footer a:visited  {color:#f00;}

.button {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	background: #900;
}
p.lead-para:first-letter {
color:#900;

}

#gridNav p{
	display: block;
	padding: 0px;
	font: normal 13px/16px Verdana, Arial, sans-serif;
}
#gridNav strong {
display:inline;
padding: 0px;
margin:0px;
}
#gridNav p a strong {
	color:#fc3;
	font: bold 13px Georgia, "Times New Roman", Times, serif;
}
#gridNav p a:hover strong {
color:#b00;
}
#gridNav p a{
padding:5px;
color:#b00;
text-decoration:none;
border:1px solid #b00;
background: #b00;
display:block;
}

#gridNav p a:hover {
background: #fc3 url(/01_global/gfx/05_icons/arrow_gridNav.gif) no-repeat right center;
border: 1px solid #000;
color:#000;
}

#deptNav h4 {color:#fc3;}
#deptNav p, #deptNav a,  #deptNav a:link {color:#fff;border:none;}
#deptNav a:hover {color:#fc3;}


