.progLeftBox  {
	top: 10px;
	width: 425px;
	padding: 10px;
	height: auto;
	background-color: #CEE8FF;
	border: 1px ridge #4498FF;
	text-align: left;
	}
        
.strong {
	color: #808080;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
        font-weight: bold;
	}
	

	
.leftSpacer{
	height: 25px;
	width: 425px;
	}
	
.progRightBox {
	top: 10px;
	width: 300px;
	padding: 10px;
	height: 100%;
	background-color: #CEE8FF;
	border: 1px ridge #4498FF;
	text-align: left;
	}
p.clearLeft {
	clear: left;
}
	


