/* CSS Document */
#stripLeft{
/* Colored strip page left, extends 100% height user browser window */
	position:absolute;
	width:210px;
	height:100%;
	background-color:#9787B8;
	z-index:20;
}
#TopNav{
/* Colored strip between header and stripTop where nav graphics reside */
	position:absolute;
	width:100%;
	height:140px;
	background-color:#A28E72;
	z-index:50;
}
#stripTop{
/* Colored strip page top, extends 100% width user browser window */
	position:absolute;
	width:100%;
	height:160px;
	background-color:#9787B8;
	z-index:30;
}