#middleheader {
	margin-top: 7px;
	float: left;
	width: 900px;
	height: 19px;
	background-image: url(/WebSite/cms.nsf/LookupImages/page-header.png/$FILE/page-header.png);
	background-repeat: no repeat;
}

#middlefooter {
	margin-bottom: 10px;
	float: left;
	width: 900px;
	height: 19px;
	background-image: url(/WebSite/cms.nsf/LookupImages/page-footer-white.png/$FILE/page-footer-white.png);
	background-repeat: no repeat;
}

#middle {
	color: #000000;
	float: left;
	width: 864px;
	background-color: #ffffff;
	background-image: url(/WebSite/cms.nsf/LookupImages/page-background-white.png/$FILE/page-background-white.png);
	background-repeat: repeat-y;
	padding-left: 16px;
	padding-right: 20px;
}
#middleimage {
	color: #000000;
	float: left;
	width: 899px;
	background-color: #ffffff;
	background-image: url(/WebSite/cms.nsf/LookupImages/page-background-white.png/$FILE/page-background-white.png);
	background-repeat: repeat-y;
	padding-left: 1px;
	height: 165px;	
}
#MovePrev {
	float: left;
}

#MoveNext {
	float: right;
}


