/* general display */body {	color: #333333;	background-color: #51AA15;	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;	font-size: 11px;}a {	color: #000000;	background: transparent;}a:hover {	color: #51AA15;	background-image: url(../img/green_line.gif);	background-repeat: repeat-x;	text-decoration: none;	background-position: 0 1px;}/* to display the sheets */.displaycolumn {	background-image: url(../img/column.gif);	background-repeat: no-repeat;	float: left;	width: 300px;	height:450px;}.displaycard {	background-image: url(../img/card.gif);	background-repeat: no-repeat;	float: left;	width: 300px;	height:225px;}.displaysheet {	background-image: url(../img/sheet.gif);	background-repeat: no-repeat;	clear:both;	width: 600px;	height:450px;}/* setup for text display */.normalcolumn {	width: 250px;	padding: 18px 0px 0px 18px;	height: 450px;}.normalcard {	width: 250px;	padding: 18px 0px 0px 18px;	height: 225px;}.normalsheet {	width: 550px;	padding: 18px 0px 0px 18px;	height: 450px;}/* structure elements */#sidebar {	position: absolute; 	left: 10px; 	top: 60px; 	width: 300px; 	height: 450px; }#pagecontent {	position: absolute; 	left: 310px; 	top: 60px; 	width: 650px; 	height: auto; }#pagetitle {	color: black;	position: absolute; 	left: 319px; 	top: 19px; 	width: 481px; 	height: 29px; }.pagename{	border-bottom-width: 2px;	border-bottom-style: solid;	border-bottom-color: #FFFFFF;	padding-bottom: 3px;	}#locotitle {	color: black;	position: absolute; 	left: 19px; 	top: 19px; 	width: 281px; 	height: 39px; }#toplink {	clear: both;}#toplink a{	color: black;	text-decoration: none;}#toplink a:hover{	color: black;	text-decoration: underline;}
