.ClearFloat
{
	clear:both;
}

.ContainerTitle
{
	padding:0.5em 0em 0em .5em;
	margin-top:1em;
}

.ContainerTitle .MenuAction
{
	float:right;
}

.ContainerTitle .Head
{
	color:#000;
	font-size:1em;
	font-weight:bold;
}

.ContainerContent
{
	line-height:1.5em;
	color:#000;
}

.ContainerContent .Normal
{
	font-size:1em;
	border-bottom:1px dotted #e77817;
}

/* First Container Holder */
.FristContainerTitle
{
	padding: 10px 20px;
}

.FristContainerTitle .MenuAction
{
	float:right;
}

.FristContainerTitle .Head
{
	color:#FFF;
	font-size:1em;
	font-weight:bold;
}

.FristContainerContent .Normal
{
	line-height:1.5em;
	color:#FFF;
	padding:0px 20px;
}

.FristContainerContent
{
	padding:0px 20px;
	font-size:1em;
}

.FirstContainer
{
	background-image: url(images/LeftContentContainerBg.gif);
	background-repeat: repeat-x;
	background-color: #222f39;
	min-height: 78px;
	_height: 78px;
	position:relative;
}

.TopLeftFirstContainer, .TopRightFirstContainer
{
	background-image: url(images/LeftContentContainerBgTp.gif);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
}

.BottonLeftFirstContainer, .BottomRightFirstContainer
{
	background-image: url(images/LeftContentContainerBgBt.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
}

.TopLeftFirstContainer
{
	left:0;
	top:0;
	background-position:left top;
}

.TopRightFirstContainer
{
	right:0;
	top:0;
	background-position:right top;
}

.BottonLeftFirstContainer
{
	left:0;
	bottom:0;
	background-position:left bottom;
}

.BottomRightFirstContainer
{
	right:0;
	bottom:0;
	background-position:right bottom;
}

/* Secound Container Holder */
.SecoundContainerTitleNoBg
{
	padding:.5em 0em 0em 1.5em;
}

.SecoundContainerTitle
{
	background-image: url(images/LeftContentContainer2Bg.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
	padding:.5em 0em 1em 1.5em;
}

.SecoundContainerTitle .MenuAction, .SecoundContainerTitleNoBg .MenuAction
{
	float:right;
}

.SecoundContainerTitle .Head
{
	color:#FFF;
	font-size:1em;
	font-weight:bold;
}

.SecoundContainerTitleNoBg .Head
{
	color:#000;
	font-size:1em;
	font-weight:bold;
}

.SecoundContainerContent
{
	line-height:1.5em;
	color:#000;
	padding:0em 1em 1em 1.5em;
}

.SecoundContainerTitleNoBg
{
	line-height:1.5em;
	color:#000;
	padding:0em 1em 0em 1.5em;
}

.SecoundContainerContent .Normal, .SecoundContainerTitleNoBg .Normal
{
	color:#e77817;
	font-size:1em;
}









