/*********************************************
			  Small Title Container
*********************************************/

.clear {
	clear:both;
}

.small_Title {
	color:#232323;
	font-size:160%;
	padding:0px 10px;
}

.small_body {
	padding:0px 10px 20px 0px;
}

.HeadTri_Title {
	color:#F66516;
	font-weight:bold;
	font-size:19px;
}

/*********************************************
			Brown Header Container
*********************************************/

.BrownTitle {
	clear:both;
	width:100%;
	background-color:#493932;
	margin-left:2px;
}
	.BrownTitle .leftCorner {
	float:left;
	}
	.BrownTitle .TitleHolder {
		float:left;
		height:23px;
		text-align:center;
		margin:0px auto;
	}
		.BrownTitle .TitleHolder .small_Title {
			color:#FFF;
			font-size:14px;
			font-family:'Times New Roman', Times, serif;
			font-style:italic;
			font-weight:bold;
		}
	.BrownTitle .RightCorner {
	float:right;
	}

/*********************************************
			Triangle Body Container
*********************************************/
.TriBodyTitle {
	clear:both;
	border-bottom:1px solid #F66516;
	width:100%;
}
	.TriBodyTitle .Title {
		font-family:Arial, Helvetica, sans-serif;
		font-size:19px;
		color:#000;
	}
.TriBodyContent {
	background-image:url(images/cntrBg_triangle.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding:0px 10px 20px 10px;
}
/*********************************************
			Brown Text Title Container
*********************************************/


.BrownTextTitle .Title {
	color:#493932;
	font-size:15px;
	font-weight:bold;
}

.BrownTextTitleContent {
	color:#242424;
	padding:0px 10px;
}

