/*************************************************
			Container Styles
*************************************************/
	.BlueContainer .CntrTitle {
		 padding:10px 0px 10px 0px;
	}
		.BlueContainer .CntrTitle .Title {
			padding:0px 10px 0px 0px;
 font-size:150%; font-weight:bold; color:#522f20;
 }
	.ContentBody {
		padding:10px 10px 20px 10px!important;
		text-align:justify;
		z-index:100;
	}

.Two_Tone_Large {
	background:url(images/2_Tone_Large_Bg.jpg) repeat-y;
	width:555px;
	margin-top:11px;
}
.WideContainer {
	background:url(images/m3bg.jpg);
	width:555px;
	margin-top:11px;
}
	.Two_Tone_Large .LeftHinge, .WideContainer .LeftHinge {
		float:left;
		margin-left:11px;
		margin-top:-11px;
		width:20px;
		height:11px;
		text-align:right;
		background:url(images/2_Tone_Large_TLHinge.jpg) no-repeat;
	}
	.Two_Tone_Large .RightHinge, .WideContainer .RightHinge {
		float:right;
		margin-right:8px;
		margin-top:-11px;
		width:20px;
		height:11px;
		background:url(images/2_Tone_Large_TRHinge.jpg) no-repeat;
	}
	.Two_Tone_Large .TopBgHolder {
		background:url(images/2_Tone_Large_Top.jpg) no-repeat;   /* was covering up text when logged into IE */
		padding-top:11px;
		clear:both;
	}
	.WideContainer .TopBgHolder {
		background:url(images/Top_Wide.jpg) no-repeat;   /* was covering up text when logged into IE */
		clear:both;
	}
		.Two_Tone_Large .TopBgHolder .CntrTitle, .WideContainer .TopBgHolder .CntrTitle {
			padding:10px;
			clear:both;
			padding:20px 10px 0px 10px;
 			font-size:150%; font-weight:bold; color:#522f20;
		}
		.Two_Tone_Large .TopBgHolder .ContentBody, .WideContainer .TopBgHolder .ContentBody {
			padding:10px 10px 0px 10px;
			clear:both;
			z-index:100;
		}
		.Two_Tone_Large .TopBgHolder .foot .leftFoot, .WideContainer .TopBgHolder .foot .leftFoot {
			float:left;
		}
		.Two_Tone_Large .TopBgHolder .foot .rightFoot, WideContainer .TopBgHolder .foot .rightFoot {
			float:right;
		}
		.Two_Tone_Large .TopBgHolder .foot .bottom, .WideContainer .TopBgHolder .foot .bottom {
			clear:both;
			width:100%;
		}
		.Two_Tone_Large .TopBgHolder .foot .bottom {
			background:url(images/2_Tone_Large_BottomBg.jpg) no-repeat;
			height:15px;
		}
		.WideContainer .TopBgHolder .foot .bottom {
			background:url(images/Bot.jpg) no-repeat bottom;
			height:10px;
			vertical-align:bottom!important;
		}
.SideBar_Brown {
	background:url(images/LC_Bg.jpg) repeat-y;
	width:141px;
	margin-top:11px;
}
	.SideBar_Brown .LeftHinge {
		float:left;
		margin-left:11px;
		margin-top:-11px;
		width:20px;
		height:11px;
		text-align:right;
		background:url(images/2_Tone_Large_TLHinge.jpg) no-repeat;
	}
	.SideBar_Brown .RightHinge {
		float:right;
		margin-right:12px;
		margin-top:-11px;
		width:20px;
		height:11px;
		background:url(images/2_Tone_Large_TRHinge.jpg) no-repeat;
	}
	.SideBar_Brown .TopBgHolder {
		background:url(images/LC_Top.jpg) no-repeat;   /* was covering up text when logged into IE */
		padding-top:11px;
		clear:both;
	}
		.SideBar_Brown .TopBgHolder .CntrTitle {
			padding:10px;
			clear:both;
 			font-size:125%; font-weight:bold; color:#522f20;
		}
		.SideBar_Brown .TopBgHolder .ContentBody {
			padding:10px;
			clear:both;
			z-index:100;
			background:none;
		}
		.SideBar_Brown .TopBgHolder .foot .leftFoot {
			float:left;
		}
		.SideBar_Brown .TopBgHolder .foot .rightFoot {
			float:right;
		}
		.SideBar_Brown .TopBgHolder .foot .bottom {
			clear:both;
			background:url(images/LC_BottomBg.jpg);
			height:6px;
			width:100%;
		}
.RedBoxContainer {
	background:url(images/redContainerBg.jpg);
	margin-top:10px;
	color:#aba498;
}
.NoBgContainer {
	margin-top:10px;
}
.NoBgContainer .TopBgHolder .CntrTitle .Title {
	padding:0px;
}
.NoBgContainer .TopBgHolder .ContentBody {
	padding:0px!important;
}