<html><head>/*TWO column css */<style type="text/css">html, body {height:100%}body {	font-family: verdana;	padding:0;	margin:0;	background:LIGHT BLUE;	color: #000000;}#box{	margin-left:-3px;	margin-right:1px;	text-align:center;	border-top:1px solid #000;	border-bottom:1px solid #000;}#outer{	height:100%;	min-height:100%;	margin-left:130px;	background:#FFFFF;	border-left:1px solid #000;	border-right:1px solid #000;	margin-bottom:-52px;	color: #000000;}/* html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway */#header{	position:absolute;	top:0;	left:0;	width:100%;	height:90px;	background:#0E5DC1;	border-top:1px solid #000;	border-bottom:1px solid #000;	overflow:hidden;	color: #000000;}#header h2{	position:absolute;	top:10;	left:15;	color: #FFFFFF;	font-size: 28px;	width:100%;}#header h3{	color: #FFFFFF;	position:absolute;	top:40;	left:15;	width:100%;	font-size: 10px;}#left {	position:relative;/*ie needs this to show float */	width:130px;	float:left;	margin-left:-129px;/*must be 1px less than width otherwise won't push footer down */	padding-top:125px;/*needed to make room for header*/}#left p { padding-left:3px; padding-right:2px;}#footer {	width:100%;	clear:both;	height:50px;	border-top:1px solid #000;	background-color: #FFFFFF;	color: #000000;	text-align:center;	position:relative;}* html #footer {/*only ie gets this style*/height:52px;/* for ie5 */height:50px;/* for ie6 */}#clearheader{height:72px;}/*needed to make room for header*/#clearfooter{clear:both;height:30px;}/*needed to make room for footer*/#centrecontent {	height:1%; 	margin: 40px 40px 20px 25px;}#smalltext{font-size: 10px;}</style></head><body>/*********Global Elements***********/div {margin-top:5} /*clear top margin for mozilla */.fl { float: left; display:inline; }.fr { float: right; display:inline; }.clear { clear: both; }img { border: 0; }/****** Page Styles.blurb-box { width: 455px; }******/</body></html>