#backgroundTop {
	/*background-image: url(images/backgroundTopMiddle.jpg);*/
  /*background-image: url(../images/bckgrd-topmiddle.gif);*/
  /*background-image:url(../images/bckgrd_gradient.gif);*/
  /*background-image:url(../images/arrow_right.gif);*/
  background-repeat:repeat-x;
  background-position:top;
	margin: 0px;
	padding: 0px;
	/*height: 30px;*/
	width:100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position:absolute;
	top:0;
	left:0;
}

#backgroundBottom {
	/*background-image: url(images/backgroundBottomMiddle.jpg);*/
  /*background-image: url(../images/bckgrd-bottommiddle.gif);
	background-repeat: repeat-x;
	background-position: bottom;*/
	margin: 0px;
	padding: 0px;
	height: 30px;
	clear:both;
	width:100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position:absolute;
	left:-1px;
	bottom:-20px;
}



div#pageWrapper{
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	background-image:url(images/innerColumnBackgroundLeft.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}

div#pageWrapper div#pageWrapper2{
	position: relative; /*needed to expand to full height beyond content in FF */
	top: 0px;
	right: 0px;
	height:auto; /* FF needs this setting to expand div to fit long content */
	min-height:100%; /*sets minimum height in FF*/
	width:100%;
	background-image:url(images/innerColumnBackgroundRight.jpg);
	background-position:top right;
	background-repeat:repeat-y;
}

div#pageWrapper div#pageWrapperTop {
	height: 11px;
	margin: 0;
	padding: 0;
	background-image:url(images/innerColumnTopMiddle.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	position:relative;
	top:0;
	z-index:0;
}


div#pageWrapper div#pageWrapperBottom {
	height: 11px;
	margin: 0;
	padding: 0;
	background-image:url(images/innerColumnBottomMiddle.jpg);
	background-repeat:repeat-x;
	background-position:bottom left;
	position:relative;
	bottom:0;
	z-index:0;
}

div#pageContainer{
	margin:-6px 5px -4px 5px;
	padding:0;
	position:static; 
	z-index:2; 
}

/* position images for background layouts */
img.ABSleft {
	position:absolute;
	left:0;
	z-index:1;
}
img.ABSright {
	position:absolute;
	right:0;
	z-index:1;
}
img.FLTleft{
	float:left;
	clear:none;
	margin:0;
	padding:0;
}
img.FLTright{
	float:right;
	clear:none;
	margin:0;
	padding:0;
}
