
	
	#main_content {
		color: #262626;
		font-size: 1.1em;
		line-height: 1.8em;
	}
	#main_content .colA {
		float: left;
		margin: 0 22px 0 0;
		width: 300px;
	}
	#main_content .colB {
		float: left;
		width: 299px;
	}
	#content_top {
		/*color: #262626;
		font-size: 1.1em;
		line-height: 1.8em;*/
	}
	#content_top .colA {
		float: left;
		margin: 0 22px 0 0;
		width: 337px;
	}
	#content_top .colB {
		float: left;
		width: 252px;
	}



#main_content ul.togglers2 { float: right; }



/*  tabs
**********************************************************/

.tabContent {
	padding-top: 3em;
	border-top: 1px solid #292929;
	clear: both;
}



/*  tab links (static)
**********************************************************/

ul.togglers2, #content ul.togglers2 {
	list-style: none;
	margin: 0 0 0 0;
}
	ul.togglers2 li, #content ul.togglers2 li {
		float: left;
		background: url(../img/bg/bg.tab.left.gif) no-repeat left bottom;
		height: 33px;
		padding: 0 0 0 1.3em;
		font-size: 1.1em;
		margin: 0 .4em 0 0;
		line-height: 3.0em;
	}
	ul.togglers2 li.last { margin-right: 0; }
	ul.togglers2 li.active, #content ul.togglers2 li.active { background-position: left top; }
		ul.togglers2 li a {
			display: block;
			float: left;
			height: 33px;
			background: url(../img/bg/bg.tab.right.gif) no-repeat right bottom;
			padding: 0 1.3em 0 0;
			color: #131d29;
		}
		ul.togglers2 li a:hover { 
			color: #b24b24; 
			text-decoration: none;
		}
		ul.togglers2 li.active a,
		ul.togglers2 li.active a:hover { 
			background-position: right top; 
			color: #fff;
		}


