/* CSS Document *//* FULL COLUMN STYLES */div.containerBox {	position: relative;	margin-left: auto;	margin-right: auto;	width: 990px;	height: 554px;	border: 1px solid #000000;}div.container_iFrame {	position: absolute;	margin-left: auto;	margin-right: auto;	width: 786px;	height: 554px;	border: 0px solid #000000;}div.squareLg {	text-align: left;	position: absolute;	top: 0px;	left: 268px;	width: 518px;	height: 518;}div.colLeft {	text-align: left;	position: absolute;	top: 0px;	left: 0px;	width: 250px;	height: 518;}div.colCenter {	text-align: left;	position: absolute;	top: 0px;	left: 268px;	width: 250px;	height: 518px;}div.colRight {	text-align: left;	position: absolute;	top: 0px;	left: 536px;	width: 250px;	height: 518px;}div.peopleColCenter {	text-align: left;	position: absolute;	top: 0px;	left: 0px;	width: 250px;	height: 518px;}div.peopleColRight {	text-align: left;	position: absolute;	top: 0px;	left: 268px;	width: 250px;	height: 518px;}/*  end FULL COLUMN STYLES *//* BOX STYLES */div.boxTL {	text-align: left;	position: absolute;	top: 0px;	left: 0px;	width: 250px;	height: 250px;}div.boxTC {	text-align: left;	position: absolute;	top: 0px;	left: 268px;	width: 250px;	height: 250px;}div.boxTR {	text-align: left;	position: absolute;	top: 0px;	left: 536px;	width: 250px;	height: 250px;	background-color: #cccccc;}div.boxBL {	text-align: left;	position: absolute;	top: 268px;	left: 0px;	width: 250px;	height: 250px;}div.boxBC {	text-align: left;	position: absolute;	top: 268px;	left: 268px;	width: 250px;	height: 250px;	background-color: #cccccc;}div.boxBR {	text-align: left;	position: absolute;	top: 268px;	left: 536px;	width: 250px;	height: 250px;	background-color: #cccccc;}/* BOX STYLES end */