/* CSS Document */body {	margin: 0px;	background-color: #999999;	font-family: Arial, Verdana, sans-serif;	font-size: 11px;}img {	border: 0px;}a:link {	color: #256363;	text-decoration: none;}a:visited {	color: #256363;	text-decoration: none;}a:hover {	color: #256363;	text-decoration: underline;}/* Navigation */.main_nav {	position: absolute;	top: 59px;	left: 94px;	width: 175px;	z-index: 10;}/* Background Images */.white_box {	position: absolute;	top: 115px;	left: 94px;	width: 758px;	height: 397px;	background-image: url(../images/white_box.gif);	background-repeat: no-repeat;	z-index: 1;}.mid_dots {	position: absolute;	top: 66px;	left: 452px;	width: 2px;	height: 495px;	background-image: url(../images/mid_dots.gif);	background-repeat: no-repeat;	z-index: 2;}
