/* arc page display stylesheet for table-free layout */body {	background-color: #A5AAAF; /* medium gray */	margin: 0;	font-family: Verdana, Arial, Helvetica, sans-serif;	}/*div.north-white {	background: url(slicev2/north-white.gif) top left repeat-x;	}	*/div.northeast {	background: url(slicev2/northeast.gif) top right no-repeat;	}div.east {	background: url(slicev2/east.gif) top right repeat-y;	}div.south-white {	background: url(slicev2/south-white.gif) bottom left repeat-x;	}div.southeast {	background: url(slicev2/southeast.gif) bottom right no-repeat;	padding: 4px 0px 7px 0px;	}div.northwest {	background: url(slicev2/northwestwhite.gif) top left no-repeat;	}div.southwest {	background: url(slicev2/southwestwhite.gif) bottom left no-repeat;	}div.west {	background: url(slicev2/west-white.gif) top left repeat-y;	}#main {	border-right: none;	padding: 5px 2px 2px 5px;	margin-left: 25px; /* sets start position of white section of page */	margin-right: 25px;	background-color: #FFF;	line-height: 1.4em;	}
