/*
 These CSS rules are for the general page styling
*/
#header {
	/*
	background-color: #BED3F9;
	background-color: #9132c0;
	*/
	position: absolute;
	background-color: #9132c0;
	left: 0px;
	top: 0px;
	z-index: 5000;
}
#headerFill{
	position: absolute;
	left: 260px;
	top: 0px;
	z-index: 5000;
}
#menuHeader {
	position: absolute;
	background-color: #9132c0;
	left: 0px;
	top: 80px;
	width: 100%;
	/*height: 30px;*/
	z-index: 5000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	text-align: center;
}
