<style type=text/css>

/* This container wraps the header section including the date, an image and the main title */
.containerHeader {
	margin:0px;
	padding:0px;
	float:left;

}


/* START SEARCH AREA */
/* This container wraps the search form as well as the date */
.containerSearch {
	margin:0px;
	padding:0px 0px 0px 20px;
	float:left;
	width:800px;
	height:20px;
}

.containerSearch div {
	margin:0px 2px 2px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	border:1px solid #ccc;
	border-top:none;
	background:#fff url("/images/css/bg_searcharea.gif") repeat-x bottom left;
	height:30px;	
	width:970px;
}

.containerSearch div span {
	margin:0px;
	padding:8px 5px 0px;
	float:left;
	/*font-size:69%;*/
	display:block;
}

/* END SEARCH AREA */

.contentLogo {
	margin:0px;
	float:left;
}

/* Styling for Insite: Section text in header */
.insight {
	margin:0px;
	padding:15px 25px;
	float:left;
	font-size:250%;
	color:#505050;
	font-weight:bold;
}

.insight span {
	color:#000;
	font-weight:bold;
}

/* 2 third width of content area on Home page */
.containerStyle110 {
	float:left;
	margin:0px 0px 15px 0px;	
	width:460px;	
}

/* 2 third width of content area on Home page */
.containerStyle111 {
	float:left;
	width:460px;	
	padding-left:5px;
	border-left;1px solid #ccc;
}

/* 1 third width of content area on Home page */
.containerStyle112 {
	float:right;
	width:240px;	
	padding-left:5px;
	border-left;1px solid #ccc;
}

/* 1 third width of content area on Home page */
.containerStyle114 {
	float:right;
	width:240px;	
	padding-left:5px;
	border-left;1px solid #ccc;
}

/* 2 third width of content area on News Article page */
.containerStyle117 {
	float:left;
	width:560px;	
	padding-left:5px;
	border-left;1px solid #ccc;
}

/* 1 third width of content area on News Article page */
.containerStyle118 {
	float:right;
	width:200px;	
	padding-left:5px;
	border-left;1px solid #ccc;
}

/* Link and Image attributes */
.containerStyle112 a {
	float:right;
	margin:0px 0px 0px 10px;
}

.containerStyle114 img{	
	padding:0px 0px 0px 0px;
	float:right;
	margin:0px 0px 10px 10px;
	border: 1px;
	border-color: black;	
}

.containerStyle110 img{	
	padding:0px 0px 0px 0px;
	float:right;
	margin:0px 0px 0px 0px;
}

.containerStyle118 img{	
	padding:0px 0px 0px 0px;
	float:right;
	margin:0px 0px 0px 0px;
}