<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#headerContainer{
	background: url(../images/graphics/header-bg.png) repeat-x;
	width:100%;

}

#header{
	position:relative;
	height:66px;
	width:984px;
	background: url(../images/graphics/header.png) no-repeat;
	z-index:10;
}

#headerNav{
	position:absolute;
	top:46px;
	left:280px;
}

#headerNav a{
	font-size:8pt;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	text-shadow: -1px -1px #333;
	padding:8px;
	margin-right:16px;
}


#headerOverhang{
	position:absolute;
	top:66px;
	left:0px;
}

#ldiLink{
	position:absolute;
	display:block;
	top:0px;
	left:0px;
	width:250px;
	height:66px;
	
}

#mastheadContainer{
	background-color:#104d82;
	height:104px;
}

#masthead{
	width: 984px;
	z-index:1;
	display:block;
}

#mastheadContainer.home{
	height:372px;

}

#subNavContainer{
	min-width:984px;
	width:100%;
	background: url(../images/graphics/subnav-bg.png) 0 0 repeat-x;
}

#subNav{
	height:28px;
	padding-left:32px;
}

#subNav a{

	padding:8px 20px 0px 20px;
	color:#fff;
	text-decoration:none;
	text-shadow: -1px -1px #000;
	font-size:10pt;

}
#subNav a, .divider{
	display:block;
	float:left;
	height:28px;
	background: url(../images/graphics/subnav-div-bg.png) left top no-repeat;
}

#subNav .divider{
	float:left;
}

#contentContainer{
	background:#fff url(../images/graphics/body-shading.png) 0 0 repeat-x;
	padding:32px;
	min-width:920px;
}
#content{
	margin:0 auto 0 0;
	width:922px;
	min-height:470px;
	position:relative;	
}


.infoBoxContainer{
	padding:1px 2px 6px 2px;
	background: url(../images/graphics/infobox-outer.png) left bottom repeat-x;
	text-align:center;
}

.pinnedContainer{
	z-index:10;
	position:absolute;
	right:10px;
	top:28px;	
}

.pinnedContainer .infoBox{
	padding: 10px 0 25px 0 ;
}

.infoBox{
	border: 1px solid #ddd;
	background: #fff url(../images/graphics/infobox-inner.png) left bottom repeat-x;
	padding:5px;
	line-height:1.25em;	
}

.pinnedContainer .infoBox.promo{
	padding: 20px;
	text-align:left;
}

.infoBox .caption{
	position:absolute;
	width:130px;
	right:2px;
	top:30px;
}


#tooltip{
	position:absolute;
	top:0;
	left:0;
	padding:8px;
	border: 1px solid #ccc;
	background: #f2f2f2;
	font-size:10pt;
	line-height:14pt;
	display:none;
	z-index:20;
	width:auto;
}

.floatLeft {float:left; margin:10px 10px 10px 0;}
.floatRight {float:right; margin:10px 0 10px 10px;}
.floatClear {float:none; clear:both;}

#footerContainer{
	background:url(../images/graphics/footer-bg.png) 0 0 repeat-x;	
	width:100%;
	height:24px;
		position:relative;
}
#footer{
	background:url(../images/graphics/footer.png) 0 0 no-repeat;	
	width:984px;
	height:24px;
	position:relative;
}
#footer .legal{
	position:absolute;
	left:32px;
	top:7px;
}</pre></body></html>