/* Stylesheet for the background images and buttons */

.centeredImage {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}
table.background {
	width:834;
}
td.upperleft {
	width:258;
	height:29;
	background-image:url("../images/bg1.gif");
}
td.uppercenter {
	width:527;
	height:29;
	background-image:url("../images/bg2.gif");
}
td.upperright {
	width:49;
	height:29;
	background-image:url("../images/bg3.gif");
}
td.leftNavInfo {
	width:258;
	height:662;
	background-image:url("../images/navInfo.gif");
}
td.middlecontent {
	width:527;
	height:662;
	background-image:url("../images/content.gif");
	text-align:left;
	vertical-align:top;
}
td.middleright {
	width:49;
	height:662;
	background-image:url("../images/bg5.gif");
}
td.lowerleft {
	width:258;
	height:29;
	background-image:url("../images/bg6.gif");
}
td.lowermiddle {
	width:527;
	height:29;
	background-image:url("../images/bg7.gif");
	vertical-align:bottom;
}
td.lowerright {
	width:49;
	height:29;
	background-image:url("../images/bg8.gif");
}
img.navButton {
	position:absolute;
	border-style:none;
	z-index:10;
}

	