/* CSS Document *//* ---------- TOP AREA ---------- */#bluebar {	width: 100%;	height: 100px;	background-color: #0B456B;	border-bottom: 17px #ffffff solid;	margin-bottom: 30px;}#bluecontainer {	margin: auto;	width: 900px;}#bluecontainerA01 {	float: left;	width: 450px;	text-align: left;	padding-top: 27px;}#bluecontainerA02 {	float: left;	width: 450px;	text-align: right;	padding-top: 27px;}/* ---------- WEB SITE CONTAINER ---------- */#container {	width: 915px;	margin: auto;	text-align: center;}/* ---------- YELLOW AND ORANGE BLOCKS, NOTICE THE WHITE ARCHES ---------- */#blockbg01 {	float: left;	width: 305px;	background:		url(../graphics/csslayout/blockbg01.gif)		top left		no-repeat;	margin: 0px 10px 30px 0px;}#blockbgcontainer01 {	float: left;	width: 245px;	height: 330px;	padding: 20px 40px 20px 20px;}#blocknumberA {	float: left;	width: 75px;	height: 72px;	padding-top: 8px;	text-align: center;		font-family: "Arial Rounded MT Bold", "Lucida Grande", Helvetica, Arial;	font-size: 55px;	font-weight: normal;	color: #ffffff;	background: 		url("../graphics/csslayout/blockdividerA.gif")  		right		repeat-y;}#blocknumberB {	float: left;	width: 75px;	height: 72px;	padding-top: 8px;	text-align: center;		font-family: "Arial Rounded MT Bold", "Lucida Grande", Helvetica, Arial;	font-size: 55px;	font-weight: normal;	color: #ffffff;	background: 		url("../graphics/csslayout/blockdividerB.gif")  		right		repeat-y;}#blockheader01 {	float: left;	width: 197px;	padding: 17px 33px 0px 0px;	text-align: center;}#blocktopA {	float: left;	width: 305px;	height: 80px;	background:		url(../graphics/csslayout/blocktopA.gif)		left		no-repeat;	text-align: center;}#blocktopB {	float: left;	width: 305px;	height: 80px;	background:		url(../graphics/csslayout/blocktopB.gif)		left		no-repeat;	text-align: center;}#blockbottom01 {	float: left;	width: 305px;	background:		url(../graphics/csslayout/blockbottom.gif)		left		no-repeat;}/* ---------- RED BLOCK, NOTICE NO WHITE ARCHES ---------- */#blockbg02 {	float: left;	width: 280px;	background:		url(../graphics/csslayout/blockbg02.gif)		top left		no-repeat;	margin-bottom: 30px;}#blockbgcontainer02 {	float: left;	width: 250px;	height: 330px;	padding: 20px 10px 20px 20px;}#blocknumberC {	float: left;	width: 75px;	height: 72px;	padding-top: 8px;	text-align: center;		font-family: "Arial Rounded MT Bold", "Lucida Grande", Helvetica, Arial;	font-size: 55px;	font-weight: normal;	color: #ffffff;	background: 		url("../graphics/csslayout/blockdividerC.gif")  		right		repeat-y;}#blockheader02 {	float: left;	width: 195px;	padding-right: 10px;	padding-top: 17px;	text-align: center;}#blocktopC {	float: left;	width: 280px;	height: 80px;	background:		url(../graphics/csslayout/blocktopC.gif)		left		no-repeat;	text-align: center;}#blockbottom02 {	float: left;	width: 280px;	background:		url(../graphics/csslayout/blockbottom.gif)		left		no-repeat;}/* ---------- FOOTER AREA ---------- */#networkbar {	float: left;	width: 345px;	height: 33px;	background-image: url(../graphics/csslayout/bubble.gif);	text-align: left;	margin-top: 5px;	padding: 9px 15px 0px 15px;	font-family: "Arial Rounded MT Bold", "Lucida Grande", Helvetica, Arial;	font-size: 11px;	color: #2C7CB1;}/* ---------- PHOTOS AND OBJECTS POSITIONING ---------- */#objectright {	float: right;}/* ---------- OTHER ---------- */#clear {	clear: both;}/* ---------- NAVIGATION AND LINKS ---------- */