@charset "UTF-8";
/* ADHS Screen CSS for level 1 template (bkgd repeating image for left nav) */

/* per Jennifer 9/6/11 - this stylesheet's only purpose is to extend the purple background to the bottom of the navigation bar, 
this stylesheet can be eliminated if we can figure out how to include this code in the main stylesheet without causing problems */


#contentContainer {
	background: #FFF url(/images/template/left.gif) repeat-y left top; /*Necessary to fill background color below bottom of left nav links. */
	}





