<!--
/* trying out 2% instead of 15px for width of bar, left of menu */

#LeftStrip    { 
	background-color: #6699CC; padding: 0pt;  z-index: 1;  
	top: 0px; left: 0px; width: 2%;
	visibility: visible; display: block 
}
/* layer-background-color is for netscape 4.7 */
#LeftNav    { 
	background-color: #eeeeee; layer-background-color: #eeeeee; padding: 0pt;  z-index: 2; 
	left: 2%; 
	visibility: hidden; display: block 
}
#content    { 
	background-color: #fff; layer-background-color: #fff;  
	position: absolute; z-index: 0; top: 0px; left: 2%; width: 98%;
	visibility: visible; display: block 
}

.nav { color: #bbb }
.platformPosition {position:absolute }

.redfont{color: red}
/* height of LeftStrip is set to 150% for Mac Netscape 4.7, which won't adjust the height.
 */

-->