/* 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/hdbg.jpg); 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:left;
	text-align:left;
    left:0px;
	top:0px;
	width:805px;
	height: 176px;
	text-indent: -20000px;
	z-index:1;
		}
	
