@charset "utf-8";

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.containerpane {
	text-align: left;
}

.containerpane:after,.containerbot:after {
	content:".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	overflow: hidden;
}

.containerbot {
	clear: both;
	min-height: 9px;
	padding-bottom: 1px;
}

* html .containerbot {
	height: 9px;
}

/* =S Container Title ================================================= */
.Head1,.Head2,.Head3 {
	color: /*#4f6910;*/ #6D2500;
	font: 18px/30px Georgia,"Times New Roman",serif;
	font-size: 275%;
	white-space: nowrap;
}
.Head4 {
	color: #fff;
	font: 22px/40px Georgia,"Times New Roman",serif;
	white-space: nowrap;
}
/* =E Container Title ================================================= */



/* =S Container1 ====================================================== */
.Container1 .title {
	padding-left: 2px;
}

.Container1 .containerpane {
	padding: 1px 2px;
}
/* =E Container1 ====================================================== */



/* =S Container2 ====================================================== */
.Container2 .containerhead {
	background: url("images/bg_c2_title1.jpg") repeat-x left bottom;
}

.Container2 .title {
	padding: 0 0 2px 7px;
	background: url("images/bg_c2_title2.jpg") no-repeat right bottom;
}

.Container2 .containerpane {
	padding: 10px 5px 0;
}
/* =E Container2 ====================================================== */



/* =S Container3 ====================================================== */
.Container3 {
	margin-bottom: 8px;
	background: url("images/bg_c3_top.jpg") repeat-x left top;
}

.Container3 .c3-box {
	background: url("images/bg_c3_tr.jpg") no-repeat right top;
}

.Container3 .title {
	background: url("images/bg_c3_tl.jpg") no-repeat left top;
}

.Container3 .title {
	padding: 8px 12px 0;
}

.Container3 .containerpane {
	min-height: 8px;
	border-left: 1px solid #d1bb91;
	padding: 1px 12px;
	background: #f3eddf url("images/bg_c3_right.jpg") repeat-y right top;
}

* html .Container3 .containerpane {
	height: 10px;
}

.Container3 .bg_c3_bottom {
	background: url("images/bg_c3_bottom.jpg") repeat-x left bottom;
}

.Container3 .bg_c3_bl {
	background: url("images/bg_c3_bl.jpg") no-repeat left bottom;
}

.Container3 .containerbot {
	background: url("images/bg_c3_br.jpg") no-repeat right bottom;
}
/* =E Container3 ====================================================== */



/* =S BannerContainer ================================================= */
.BannerContainer {
	width: 280px;
	height: 263px;
	margin-bottom: 8px;
	padding: 5px 5px 0 378px;
	background: url("images/bg_cbanner.jpg") no-repeat left top;
	color: #a6927c;
}

.BannerContainer .title {
	color: #fff;
}

.BannerContainer a.CommandButton:link {
	color: #F39700;
}
/* =E BannerContainer ================================================= */
