
		* html .boxlight_head h2 {height: 1%;} /* For IE 5 PC */
		
		/* set the image to use and establish the lower-right position */ 
		.boxlight, .boxlight_body, .boxlight_head, .boxlight_head h2 {
		background: transparent url(../images/bg_lightgreen.gif) no-repeat bottom right; 
 
		} 
		
		.boxlight {
			width: 535px !important; /* intended total box width - padding-right(next) */
			width: 520px; /* IE Win = width - padding */
			padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
			margin: 0px left; /* use to position the box */ 
		} 
		.boxlight A {color:#003333}
		.boxlight A:hover {color:red} 
		
		/* set the top-right image */ 
		.boxlight_head { 
			background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
			padding-right: 40px; /* right-image-gap + right-inside padding */ 
		} 
		
		/* set the top-left image */ 
		.boxlight_head h2 { 
			background-position: top left; 
			margin: 0px; /* reset main site styles*/ 
			border: 0; /* ditto */ 
			padding: 4px 0 2px 11px; /* padding-left = image gap + interior padding ... no padding-right */ 
			height: auto !important; height: 1%; /* IE Holly Hack */ 
			color:#ffffff;
			font-weight:bold;
			font-size:1.2em;
		
		} 
		/* set the lower-left corner image */ 
		.boxlight_body { 
			background-position: bottom left; 
			margin-right: 5px; /* interior-padding right */ 
			padding: 0px 0 10px 7px; /* mirror .cssbox_head right/left */ 
		}
