


/* !!! This site uses an elastic layout. Most browsers use 16px as the default font, so a 946px design = 946/16 = 59.125em  !!! */

/* ------------------------------------------------   HTML   ------------------------------------------------ */
body { 
	color:#000000;
	font-size:12pt;
	background:none;
}



/* ------------------------------------------------   Layout   ------------------------------------------------ */
#uiiBanner {
	display:none;
}

#uiiStage {
	display:none;
}

#printBannerUDDC {
	display:inline;
	margin-left:0px;
}

#wrapperUDDC {
	/*border: red dotted 1px;*/
	width:625px;
	margin:0px;
	border:none;
}

#brandingUDDC {
	display:none;
}

#searchBoxUDDC {
	display:none;
}

#mainNavUDDC {
	display:none;
}

#breadCrumbUDDC {
	float:none;
	/*border-top:1px #0555A3 solid;*/
}

#contentUDDC {
	float:none;
}


#mainContentUDDC {
	/*background-color:#00FF00; */
	/*border: #000000 dotted 1px;*/
	float:none;
	padding:16px;
	width:625px; 
	border-right:none;
	border-left:none;
	border-bottom:1px #0555A3 solid;
}

/* mainContent width plus secondaryContent width should equal 59.125, but that makes the blocks wrap. We need a bit of space between them. */

#secondaryContentUDDC {
	/*background-color:#FF6600;*/
	width:625px; 
	float:none;
	padding:16px;
	border-bottom:1px #0555A3 solid;
	
}

#secondaryNavUDDC { 
	display:none;
}

#footerUDDC {
	text-align:left;
}




/* ------------------------------------------------   Custom   ------------------------------------------------ */
#skipToContent{
	display: none;
}



