/* once again there will be a banner on the top of every filter, but the content will be individual, and in the name of accessibility I want this to be placed here with a text align of -2000 px to enable text describing the element for readers*/
body
	{background-image:url(../images/body_bkgrd.gif)!important;
	BACKGROUND-REPEAT: repeat-x; BACKGROUND-COLOR: #ffffff;
	height:100%;
	margin: 0;
	padding: 0;
	font-family: tahoma, Verdana, Arial, Helvetica, san-serif;
	font-size:100%;
	margin-left: 0px;
	width:50em;
	z-index:1;
	}

/* contains the background image for the filter*/

#TopBannerImage
	{background-image:url(../images/header.jpg)!important;
  	background-color:transparent;
	background-repeat: no-repeat;
	background-position:center;
	text-align:center;
	position:absolute;
l       left:0px;
	top:0px;
	width:1144px;
	height: 197px;
	text-indent: -20000px;
	z-index:1;
		}
	
