@charset "UTF-8";


.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 740px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}


.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 0;
	margin: 0;
	font: bold 0.7em sans-serif;
	background-color: #EBEBDE;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width: 245px;
	height: 26px;
	text-align: center;
	border: 1px solid #E2E2CF;
	border-left: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 25px;
}
.TabbedPanelsTabHover {
	background-color: #E2E2CF;
}

.TabbedPanelsTabSelected {
	background-image: url(../images/tabbg.jpg);
	background-repeat: repeat;
	border-bottom: 1px solid transparent;	
	border-left: none;
	outline-style:none;
	outline-width:0;
}

TabbedPanelsTab {
	color: #5B8726;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	border-left:none;
	border-bottom: solid 1px #E2E2CF;
	border-right: solid 1px #E2E2CF;
	background-color: #b8cba3;
	height: auto;
	margin-bottom: 20px;
}

.TabbedPanelsContent {
	padding: 0 0 20px 0;
	height:auto;
	background-image: url(../images/tabbg.jpg);
	background-repeat: repeat;
	background-color: #ebebde;
}
.tcfltleft{
width:50%;
float:left;
}
.tcfltleft ul{
	list-style-type: square;
	padding: 10px;
}
.tcfltleft ul li{
margin: 3px 20px;
}

.TabbedPanelsContent p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
}
