body{
	color: #0901A9;
	background: #0901A9;
}

a:link, a:visited{
	color: Cyan;
}
/* section text is the name */
.sectionText{
	color: #218584;
	text-align: center;
	font-size: 12pt;
}
.leftNav{
	color: Purple;
	text-align: left;
	font-size: 20pt;
	width: 50px;
	border: 1px solid black;
}

tr.leftNavRowSelected:hover{
	background: #FFE5AF;
}
.leftNavRowSelected:hover{
	background: #266BE1;
}

.leftNavRow:hover{
	background: #0400FF;
}
.leftNavRow{
	background: #3B90BD;
}

.rightNav{
	color: #8FFAE1;
	text-align: left;
	font-size: 15pt;
}

.mainContent{
	color: #006BF9;
	
}