/* **** Positioning **** *	page Sections*/#header {	position: absolute;	top: 0;	left: 0;	height: 50px;	width: 800px;	margin: 0;	border: 0;}#left {	position: absolute;	top: 63px;	left: 0px;	width: 30px;	height: 400px;}#leftSectionMenu {	position: absolute;	top: 200px;	left: 10px;	width: 85px;	height: 180;	font-size: 7pt;	opacity: 90;	margin: 0;	border: 0;}#leftSectionMenu table td {	font-weight: bold;}#contentTop {	position: absolute;	top: 76px;	left: 0px;	height: 60px;}#content {	position: absolute;	top: 80px;	left: 60px;	width: 710px;	margin-left: 15px;	margin-right: 10px;	margin-top: 0px;	margin-bottom: 15px;}#right {	position: absolute;	top: 76px;	left: 755px; 	width: 45px;}#footer {	position: absolute;	text-align: right;	visibility: hidden;	top: 600px;	left: 0px;	width: 800px;	font-size: 8pt;	margin-top: 0;	visibility: hide; /* initially off */}/* ********************* *//* *** Color schemes *** *//* ********************* */#header {	background-color: #996633;	color: #FFFFFF;}#left {	color: #FFFFFF ;}#leftSectionMenu {	color: #006060; }#leftSectionMenu a {	text-decoration: none;	font-size: 7pt;	background-color: #AAFFDD;	color: #006060;}#leftSectionMenu a:hover {	text-decoration: underline;	font-size: 7pt;	background-color: #AAFFDD;	color: #660066;}#content {	background-color: #FFFFFF;	color: #000000;}#right {	background-color: #333366;	color: #FFFFFF ;}#footer {	background-color: #000000;	color: #FFFFFF;}