/**
 * This div contains information that should be displayed in left hand side of
 * the div.data below the main title. This column width represents 60% of the 
 * area. Because of a MS Explorer bug, we must use "em" units instead of %. We
 * use the float left property to move the column to the left of div.dataRight.
 */
div.dataLeft
{
	margin : 1em;
/*	border: thin dotted #800080; */
	width: 59em; /*	Patch 3 for MS Excporer this should be: width: 60%; */
}

