/*************************************************
			    Container Styles
*************************************************/
.NormalContainer {
	padding:0 0em 2.4615em 0.7692em; *padding:0 0.75em 2.4em 0.75em; /* 32px */
}
	.CntrTitle {
		padding:0 0 1em 0;
	}
		.NormalTitle {
			width:100%;
		}
		h2.CntrTitle, h1.CntrTitle  {
			clear:both;
			font-weight:normal;
			font-family:Arial, Helvetica, sans-serif;
		}
		h1.CntrTitle { 
			font-size:170%;
			color:#0055a5;
		}
		h2.CntrTitle{
			color:#0055a5;
			font-size:140%;
		}
		.sidebar-content-wrap h2.CntrTitle{
			color:#3C4344;
		}
		.BoldTitle .CntrTitle h2 {
			clear:both;
			font-family:"Arial Black", Gadget, sans-serif;
		}
		.GreyTitle .CntrTitle h2 {
			clear:both;
			color:#484848;
		}
		.NormalContainer .CntrTitle h2 {
		}
		
	.NormalContainer .ContentBody {
	}
.lb-bg .ContentBody {
	background:#cfdbe5;
}
