@charset "UTF-8";
/* CSS Document */

/************ |||||||  WIDE / DARK  |||||||||| ****************/

body {
	margin: 0;
	padding: 0;
	font: 100.01%/120% "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #16274e;
	}

	
.wide #outerContent {
	background: #16274e url(../_images/tile_dkblu.gif) repeat;
	min-height:167px;
	}



.wide #wideContent {
	width: 770px;
	margin: 0 auto;
	font-size: 100%;
}


.wide h1, .wide p, .wide h2 {
color:white;
}


.wide p {font-size:120%; line-height:160%;

}

/*.wide #contentWrapper {
	width: 770px;
	padding-top: 11px;
	margin: 0 auto;
	font-size: 80%;
	}*/
	
	
	

.wide #outerFooter {
	clear: both;
	font-size: 85%;
	/*margin-top: 65px; to keep space betwn content and footer */
	background: #fff url(../_images/outerFooterBG_dark.gif) bottom repeat-x;
	min-height: 195px;
	}
	
	
