/* COLOR.CSS */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
	color: #333333; /* DARK GREY */
}

.alt { color: #999999; } /* LIGHT GREY */
a { color: #0099CC; } /* BLUE */
#meta li { color: #333333; } /* DARK GREY */

a:hover, a img:hover { background-color: #444444; color: #E0E0E0; }
#nav a:hover { background-color: #F0F0F0; color:#111111; }
#nav li a { background:transparent url(../images/nav/nav-000.png); }

#content h1 { color: #000; }

#nav { border-bottom-color: #DDDDDD; }
#masthead { border-top-color: #CCCCCC; }
#content { border-bottom-color: #CCCCCC; }
#footer { border-top-color: #DDDDDD; }

#miscellaneous h6 a { color: #FFFFFF; background-color: #0099CC; }
#miscellaneous h6 a:hover { background-color: #444444; color: #E0E0E0; }
