/* Change width to modify the width of the box */.bottombox, .topbox, .middlebox {	width:150px;}/* Change .topbox to modify the color coding of the top box. Do not change the background color. */.topbox {	background-color: #ffffff;	border: solid 1px #221907;	}	/* Do not change .topimage */.topimage {	background: url(wbcsd-small.gif);		width: 40px;	height: 40px;	float: left;	margin-bottom: -5px	}	/* Change .TopBoxText to modify the title of your box */.topbox .TopBoxText {	color: #626c1a;	margin: 5px 5px 5px 5px;	text-align: right;	font-family: Arial;	font-size: 12px;	font-weight: bold;	}/* Change .middlebox to modify background and border colors of the middle box */.middlebox {  background-color: #f7f7ff;  border: solid 1px #221907;}/* Do not change .middlebox .MiddleBoxText */.middlebox .MiddleBoxText {	color: #626c1a;	font-family: Verdana;	font-size: 10px;	font-weight: normal;	text-align: left;	padding-bottom: 5px;	padding-left: 2px;	padding-right: 2px;	padding-top: 0px;	}	/* Change .middlebox A to change the headlines */	.middlebox A {	color: #006699;	font-family: Verdana;	font-size: 10px;	font-weight: normal;	text-align: left;	text-decoration: none;		}.middlebox A:HOVER {text-decoration:underline;}/* Change .middlebox .MiddleBoxSmall to change the item description (if available) */	.middlebox .MiddleBoxSmall {	color: #000000;	font-family: Verdana;	font-size: 10px;	font-weight: normal;	text-align: left;	padding-bottom: 5px;	padding-left: 5px;	padding-right: 1px;	padding-top: 0px;	}	/* Change .bottombox to modify background and border colors of the bottom box */.bottombox {	background-color: #bdcbde;	border: solid 1px #221907;}/* Change .bottombox .BottomBoxText to modify the look of "Search WBCSD news" */.bottombox .BottomBoxText {	color: #000000;	margin-left:5px;	margin-right:0px;	margin-top:2px;	margin-bottom:-1px;	font-family:Arial;	font-weight:normal;	font-size:11px;	text-align: left;}/* Change .bottombox .go to modify the look of the "Go" button */.bottombox .go{	height:15px;	font-family:Arial;	font-size:10px;	font-weight:bold;	background:#000000;	border:solid 1px;	border-color:#000000;	color:#ffffff;	text-decoration: none;	text-align: center;}/* Change .bottombox input to modify the look of the input field */.bottombox input{	width:126px;	height:15px;	border:solid 1px;	border-color:#333;	margin-bottom: 2px;	margin-left:5px;	font-family: Arial, Verdana, Geneva,  Helvetica, sans-serif;	font-size: 10px;	color: #006699;}/* Change .bottombox .tinytext to modify the look of the WBCSD disclaimer */.bottombox .tinytext{	font-family:Arial;	font-size:9px;	font-weight:normal;	text-align: center;	color: #000000;}/* Change .bottombox .wbcsd to modify the look of link to the WBCSD homepage */.bottombox  .wbcsd {   color: #006699;   font-family:Arial;	font-size:9px;	font-weight:bold;	text-align: center;	letter-spacing: 1px;	text-decoration: none;}.spacer {   background:url(spacer.gif);   font-size:0px;   background-color: #ffffff;   height: 2px;}	