/* **** Positioning ****
 *	page Sections
*/
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 75px;
	width: 800px;
	margin: 0px;
	border: 0px;
}

#left {
	position: absolute;
	top: 76px;
	left: 0px;
	width: 75px;
	height: 400px;
}

#leftSectionMenu {
	position: absolute;
	top: 200px;
	left: 10px;
	width: 85px;
	height: 265px;
	font-size: 7pt;
	opacity: 90%;
	margin: 0px;
	border: 0px;
}

#leftSectionMenu table td {
	font-weight: bold;
}

#contentTop {
	position: absolute;
	top: 76px;
	left: 0px;
	height: 60px;
}

#content {
	position: absolute;
	top: 85px;
	left: 90px;
	width: 688px;
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 25px;
	margin-bottom: 15px;
}

#right {
	position: absolute;
	top: 76px;
	left: 755px; 
	width: 45px;
}

#footer {
	position: absolute;
	text-align: right;
	visibility: hidden;
	left: 0px;
	top: 600px;
	width: 800px;
	font-size: 8pt;
	margin-top: 0;
	visibility: hidden; /* initially off */
}

/* ********************* */
/* *** Color schemes *** */
/* ********************* */
#header {
/*	background-color: #AAFFDD;  */
/*	background-color: #CEFBD6; */
	background-color: #FFFFFF;
	color: #660066;
}

#left {
/*	background-color: #006060; */
	color: #FFFFFF ;
}

#leftSectionMenu {
/*	background-color: #008080; */
/*	color: #FFFFFF; */
/*	background-color: #AAFFDD;  */
	color: #006060; 
}

#leftSectionMenu a {
	text-decoration: none;
	font-size: 7pt;
/*	background-color: #008080; */
/*	color: #FFFFFF; */
	background-color: #AAFFDD;
	color: #006060;
}

#leftSectionMenu a:hover {
	text-decoration: underline;
	font-size: 7pt;
/*	background-color: #008080; */
/*	color: #FFFFFF; */
	background-color: #AAFFDD;
	color: #660066;
}


#content {
	background-color: #FFFFFF;
	color: #000000;
}

#right {
	background-color: #333366;
	color: #FFFFFF ;
}

#footer {
/*	background-color: #339966; */
	background-color: #003030;
	color: #000000;
}

