/*---------------------Notes about styles used to comply with ADA standards refer to standards published						at http://www.access-board.gov/sec508/standards.htm--------------------*/						/* --------------------These "at" statements combine this style sheet with these other style sheets;						This strategy makes it easy to find and edit styles. When linking the style sheets,						link only this style sheet.-------------------- */						@import url("links.css"); @import url("pagehighlight.css");@import url("text.css");@import url("contentarea.css");@import url("nav-main.css");@import url("nav-left.css");/* --------------------Background color of layout table cells that aren't images-------------------- */.blue-bg {	background-color:#0211A0;	/*--This style is important: if you use inline styles (rather than this								style sheet) to label the cell on the html page blue, the background 								will be blue without a style sheet, and the left-hand menus won't be visible 								(they'll be blue on blue). This is an ADA problem (section 1194.22 d)--*/}