@charset "UTF-8";

.twoColFixLtHdr #sidebar1 {
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
.twoColFixLtHdr #mainContent {
	margin: 0px 0px 0px 270px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	background-color: #296DC1;
	border: 1px solid #296DC1;
	height: 400px;
	width: 450px;
} 

.TabbedPanelsTab {
	background-color: #296DC1;
}

.TabbedPanelsTabSelected {
	background-color: #296DC1;
}

.TabbedPanelsContentGroup {
	background-color: #296DC1;
}

.TabbedPanelsContent {
	background-color: #296DC1;
}

.TabbedPanelsContentVisible {
	background-color: #296DC1;
}

.VTabbedPanels .TabbedPanelsTabGroup {
	background-color: #296DC1;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #296DC1;
}
