* html #pageContent {
	width: 700px;
	padding: 0px;
	margin: 0px;
}

#highlight_wrapper {
	margin-top: 25px;
	margin-bottom: 7px;
	text-align: center;
	width: 700px;
	min-height: 48px;
}

* html #highlight_wrapper {
	margin-top: 0px;
}

#highlight_wrapper div.highlight_icon {
	float: left;
}

#highlight_wrapper div.highlight {
	border-top: 2px solid #F9701E;
	border-right: 2px solid #F9701E;
	border-bottom: 2px solid #99401E;
	border-left: 2px solid #99401E;
	margin-left: 35px;
	text-align: left;
	padding: 3px 5px;
	width: 653px;
}

* html #highlight_wrapper div.highlight {
	margin-left: 32px;
	width: 665px;
}

#potm div.portalHeading {
	color: white;
	font-size: 14pt;
	height: 30px;
}
#potm div.portalHeading a {
	color: white;
	font-weight: bold;
}
#potm.potmaud div.portalHeading {
	background: url(../images/misc/circuit_blue.gif);
}
#potm.potmaud div.portalTextContent {
	background: url(../images/misc/circuit_blue_bg.gif);
}
#potm.potmene div.portalHeading {
	background: url(../images/misc/circuit_green.gif);
	/*/ background: #33672D; /*/
}
#potm.potmene div.portalTextContent {
	background: url(../images/misc/circuit_green_bg.gif);
}
#potm.potmind div.portalHeading {
	/* background: url(../images/misc/circuit_purple.gif); */
}
#potm.potmind div.portalTextContent {
	/* background: url(../images/misc/circuit_purple_bg.gif); */
}
#potm.potmport div.portalHeading {
	/* background: url(../images/misc/circuit_????.gif); */
}
#potm.potmport div.portalTextContent {
	/* background: url(../images/misc/circuit_????_bg.gif); */
}


#tabContent {
	height: 297px;
	padding: 0px; margin: 0px;
}

div.leftHeading {
	text-transform: uppercase;
}
#footerBlock {
	width: auto;
}
#pageFooter li {
	color: #333333;
	margin: 0px 9px 0px 0px;
}

#newsBlock * ul {
	margin-bottom: 0px;
}
.twoColLayout #topLeftBlock {
	width: 50%;
	margin: 0px;
	padding: 0px;
	float: left;
}
.twoColLayout #topLeftBlock .portalBlock .portalHeading {
	border-right: none;
}

.twoColLayout #topRightBlock {
	width: 50%;
	margin: 0px 0px 0px 50%;
	padding: 0px;
	border-left: 1px solid #BBBBBB;
	position: relative;
}
* html .twoColLayout #topRightBlock {
	float: left;
	width: 50%;
	margin: 0;
	
}
.twoColLayout #topRightBlock .portalBlock .portalHeading {
	border-left: none;
}


