

				/* Departmental Color Scheme #2 - Teal */

				/* Grouped selectors (original locations can be found in color_main.css) */
#menu_top, table tr th, #content-left {
	background-color: #900;
}
#menu_top a:hover, #subsubnav a, #content ul#breadcrumbs li a, #content h2, #content h3, #content h4, #content h5, #content h6, #content a, #portals-in a:hover, #speed a:hover, #auc_everywhere a, #menu_top a:hover {
	color: 	#900;
}
#content ul#breadcrumbs, #news-content, #auc_everywhere ul {
	border-color: #900;
}
#content-left {
	background: url(../images/content-left-back1.gif) repeat-y center top;
	/* this bg image is a 230px wide, 4px high solid color gif */
}
#menu_top {
	background: url('../images/watermark.gif') no-repeat right top;
	/* this bg image is the watermark - change the colors to match */
	}
#menu_top ul.subnav {
	border-left: 10px solid #3d5b5c;
	/* this border color matches the darker color in the watermark img from the previous rule (bg color of nav minus 7 brightness levels) */
}
