@charset "UTF-8";
/* ADHS Screen CSS for level 1 template (bkgd repeating image for left nav) */

#contentContainer {
	background: #FFF url(/images/template/left.gif) repeat-y left top; /*Necessary to fill background color below bottom of left nav links. */
	/*width: 955px;*/  /* using 20px less than a full width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 0 10px 0;
}