body { font-size: 12px; 
}
#NewsFlashBlock {
	padding: 10px;
	height: 300px;
	width: 655px;
}

.TabbedPanels a { color: #660000; }
.TabbedPanels .half {
	width: 300px;
	position: relative;
}
.TabbedPanels .thirdLeft,.TabbedPanels .thirdCenter,.TabbedPanels .thirdRight
{
	width: 190px;
	height: 330px;
	overflow: hidden;
	position: absolute;
	top: 15px;
}
.TabbedPanels .thirdLeft
{
	left:15px;
}
.TabbedPanels .thirdCenter
{
	left:232px;
}
.TabbedPanels .thirdRight
{
	right:15px;
}
.TabbedPanels .halfRight, .TabbedPanels .halfLeft
{
	width: 305px;
	height:300px;
	overflow:hidden;
	position:absolute;
	top:14px;
}
.TabbedPanels .halfLeft
{
	left:15px;
}
.TabbedPanels .halfRight
{
	right:14px;
}
.TabbedPanels .third {
	width: 190px;
	position: relative;
	float: left;
}

.TabbedPanels .left {
	float: left;
	margin-right: 25px;
}

.TabbedPanels .right { float: right; }

.TabbedPanels .clear { clear: both; }
.TabbedPanels .buttonBar {
	text-align: center;
	position: absolute;
	width: 625px;
	top: 260px;
}
.TabbedPanels .buttonBar img {
	margin-left: 15px;
	margin-right: 15px;
	width: 65px;
	height: 45px;
	border: none;
}


.TabbedPanels .tout {
	min-height: 70px;
	font-size: 11px;
	margin-bottom: 15px;
}
.TabbedPanels .tout img {
	position:absolute;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
}
.TabbedPanels .tout .header {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0.1em;
}
.TabbedPanels .tout .header a {
	color: #004283;
	text-decoration: none;
	text-transform:uppercase; 
	overflow: visible;
}


.TabbedPanels .tout .content {
	padding: 0px;
	margin: 0px;
	margin-bottom: 0.1em;
}
.TabbedPanels .sm { min-height: 47px; }

.TabbedPanels  .sm img {
	width: 65px;
	height: 45px;
}
.TabbedPanels .sm .header {
	height: 15px;
	overflow: visible;
}


.TabbedPanels .sm .header, .TabbedPanels .sm .content {
	padding-left: 75px;
}
.TabbedPanels .md { min-height: 72px; 
}

.TabbedPanels  .md img {
	width: 100px;
	height: 70px;

}

.TabbedPanels .md .header, .TabbedPanels .md .content {
	padding-left: 110px;
}
.TabbedPanels  .stackedContent .content {
	clear: left;
	margin: 0px;
	padding-left: 0px;
	top: 0px;
	padding-left:75px;

}
.TabbedPanels .bottomLink {
	position: absolute;
	top:305px;
	width: 625px;
	text-align: center;
}
