/* CSS Document */

body {
	background-color:#08357a;
	padding: 86px 0 0 0;	
}

.clearer {
	clear:both;
}

#divContainer {
	width:780px;
	height:550px;
	margin:auto;
}

#divMarquee {
	width:780px;
	height:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000099;
}

#divLeft {
	float:left;
	width:220px !important; /*hack per bug ie boxmodel*/
	width /**/:226px; /*hack per bug ie boxmodel*/
	height:1053px !important; /*hack per bug ie boxmodel*/
	height /**/:1050px; /*hack per bug ie boxmodel*/
	border-top:solid 3px #fff;
	border-right:solid 3px #fff;
	border-bottom:none;
	border-left:solid 3px #fff;
	text-align:center;
}

#divRight {
	float:right;
	width:551px !important; /*hack per bug ie boxmodel*/
	width /**/:554px; /*hack per bug ie boxmodel*/
	height:1053px !important; /*hack per bug ie boxmodel*/
	height /**/:1050px; /*hack per bug ie boxmodel*/
	border-top:solid 3px #fff;
	border-right:solid 3px #fff;
	border-bottom:none;
	border-left:none;
}

.divSponsor {
	width: 90%;
	margin:auto;
	margin-top:25px;
	text-align:center;
	background-color:#fff;
}


