#sectionhighlights {
	width: 100%;
	background-color: #F3F5F8;
	float: left;
	margin: 0px;
	border-top: 2px solid #D2DBDF;
	border-bottom: 1px solid #D2DBDF;
}

* html #sectionhighlights {
	width: 100%;
	background-color: #F3F5F8;
	float: none;
	margin: 0px -3px 0px -3px;
}

#sectionheader {
	color: #FFF;
	font-weight: bold;
	background-color: #555F64;
	border-bottom: 1px solid #2A343B;
	padding: 5px 10px 5px 10px;
}

* html #sectionheader {
	color: #FFF;
	font-weight: bold;
	background-color: #555F64;
	border-bottom: 1px solid #2A343B;
	padding: 5px 10px 5px 7px;
}

#sectionbody {

}

.highlight_left {
	position: relative;
	width: 50%;
	float: left;
}

* html .highlight_left {
	position: relative;
	width: 49%;
	float: left;
}

.highlight_right {
	position: relative;
	width: 50%;
	float: right;
}

* html .highlight_right {
	position: relative;
	width: 49%;
	float: right;
}


.highlight_image {
	margin: 10px 10px 10px 0px;
	float: right;
}

.highlight_image IMG {border: 1px solid #555F64;}

* html .highlight_image {
	margin: 10px 5px 10px 0px;
	float: right;
}
.highlight_imageLeftMM {
	margin: 10px 10px 10px 0px;
	clear: both;	
	float: left;

}

* html .highlight_imageLeftMM {
	margin: 10px 5px 10px 0px;
	clear: both;
	float: left;
	
}

.highlight_text {
	margin: 10px 10px 0px 10px;
}

.highlight_text p {
	margin-top: 0px
}

.highlight_text h2 {
	margin-bottom: 10px;

}
	
#sectionlinks {
	margin: 20px 0px 20px 0px;
	width: 100%;
	float: left;
}

#sectionlinks ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 6px 1px;
	position: relative;
}

#sectionlinks li {
	background-image:url(/images/structurenew/icon_link.gif);
	background-repeat:no-repeat;
	background-position: 0px 10px;
	padding: 4px 0px 2px 16px;
	margin-bottom: 0px;
}

#sectionlinks_internal {
	position: relative;
	width: 49%;
	float: left;
}

#sectionlinks_external {
	position: relative;
	width: 49%;
	float: right;
}

#doitonline {
	margin-top: 20px;
}

#sectionnews {
	margin-top: 20px;
}

#sectionnews ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 6px 1px;
}

#sectionnews li {
	background-image:url(/images/structurenew/bulletpoint.gif);
	background-repeat:no-repeat;
	background-position: 0px 10px;
	padding: 2px 0px 2px 12px;
	margin-bottom: 0px;
}

#sectiondesc {
	background-color: #F3F5F8;
	margin: 0px;
	border-top: 2px solid #D2DBDF;
	border-bottom: 1px solid #D2DBDF;
	padding: 5px 10px 5px 10px;
}