/* CSS Document */body {	margin: 0px;	overflow: hidden;	background-image: url(images/backgroundgrid.jpg);}#frame{	position: relative;	width:1000px;	height:600px;	margin: auto;	border-style: solid;	border-color: rgb(178, 217, 255);	border-width: 1px;}#homelink{	position:absolute;	left: 10px;	top: 5px;	width: 123px;	height: 53px;	cursor: pointer;}#topChoice{	position:relative;	top: 0px;	left: 860px;	width: 142px;	height: 74px;}#top{	position:relative;	top: 0px;	left: 0px;	width: 1000px;	height: 100px;	background-image: url(images/top.jpg);}#left{	position: relative;	width: 134px;	height: 500px;	background-image: url(images/left.gif);} #content-back{	position:absolute;	top: 100px;	left: 134px;	height: 500px;	width: 866px;	background-image: url(images/back.gif);	z-index: 300;}#content{	position:absolute;	height: 500px;	width: 886px;	overflow: auto;	z-index: 400;	color: rgb(51,51,51);}#leftNav{	position: relative;}#leftNav div{	height: 28px;	cursor: pointer;}#leftNav div a{	position:relative;	top: 9px;	left: 5px;	color: rgb(255,255,255);	font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: 11px;	text-decoration: none;}