		#dhtmlgoodies_leftPanel{	/* Styling the help panel */				background: transparent url(index/helpbox.gif) no-repeat -12px -8px;		color:#000;	/* White text color */		font-family: Tahoma, Geneva, sans-serif;				/* You shouldn't change these 5 options unless you need to */				height:100%;				left:0px;		z-index:10;		position:absolute;		display:none;	}		#dhtmlgoodies_leftPanel #leftPanelContent{		padding:20px;	}	#dhtmlgoodies_leftPanel .closeLink{ /* Layout of close link */		padding-left:2px;		padding-right:20px;		position:absolute;		top:2px;		right:2px;		color:#000;		font-size:0.8em;					}	#dhtmlgoodies_leftPanel .closeLink:hover{	/* Close link text  - mouseover effect*/		color:#000;
		text-decoration:none;	}	
		
	#leftPanelContent a {
	font-size:1.2em;
	}	
