<!-- 
#mainContent {
	margin: 0px 234px 0px 222px; 
	padding: 0px;
	width:67%;
} 

.boxInThisSector {
	float:left; 
	width: 292px; 
	padding: 0px;
	margin: 2px 0px 0px 0px;
	height: auto;
	background-color: #99c2d0;
	display:inline;
}

.boxInThisSector .boxHeader {
	float: left
}

.boxInThisSector .boxContent {
	float: left; 
	padding: 10px;
	text-align: left
}

.boxInThisSector .boxBottom {
	float: left; 
	width: 100%; 
	height: 17px;
	padding: 0px;
	margin: 0px;
	background-color: #99c2d0;
}

.boxInThisSector .boxBottom .bottomLeft {
	float: left
}

.boxInThisSector .boxBottom .bottomRight {
	float: right
}

.searchBoxHeader, .selectIndustryHeader {
	float: left;
	width: 204px;
	height: 29px
}

.searchBoxBottom {
	float: left;
	width: 297px;
	height: 39px;
	text-align: left;
	background-image: url(../img/templates/subscribeBottom_subpage2.gif);
	background-repeat:no-repeat;
	margin:0px 0px 0px 0px;
	display:inline;
}

.selectIndustryBottom {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 0px 15px;
	width: 295px;
	height: 32px;
	text-align: left;
	background-image: url(../img/templates/searchBoxBottom2.gif);
	background-repeat:no-repeat;
	display:inline;
}

.selectIndustryFormInputDropDown {
	width: 210px;
	height: auto;
	padding: 1px;	
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #696969; 
	border: 1px solid #484543
}

.searchInputText {
	float: left;
	width: 122px;
	height: 24px;
	padding: 5px 6px 0px 14px
}

.searchButton {
	float: left;
	width: 56px;
	height: 24px;
	padding: 5px 6px 0px 0px
}

.formSearchButton {
	width: 56px;
	height: 24px;
	padding: 0px;
	margin: 0px 0px 0px  90px;
	border: 0px;
	float:left;
	display:inline;
}

.formInputText {
	width: 200px;
	height: 15px;
	padding: 3px;
	font-family: Verdana;
	font-size: 12px;
	border: 1px solid #484543
}

.individuals {
	float: left;
	margin: 0px;
	padding: 0px 15px 15px 0px;
	width: 350px;
	height: 180px
}

.individual {
	float: left;
	width: 79px;
	height: 180px;
	padding: 0px 20px 15px 0px;
}

.individualInfo {
	float: left;
	width: 251px;
	height: 180px;
	padding: 0px 0px 15px 0px;
}


.subscribeHeader_subpage{
	float: left;
	width: 204px;
	height: 29px
}

.subscribeBoxBottom_subpage{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 0px 15px;
	width: 295px;
	height: 32px;
	text-align: left;
	background-image: url(../img/templates/subscribeBottom_subpage2.gif);
	background-repeat:no-repeat;
	display:inline;
}

.subscribeFormInputText_subpage {
	width: 220px;
	height: 15px;
	padding: 3px;
	font-family: Verdana;
	font-size: 12px;
	border: 1px solid #484543;
	float:left;
}

.subscribeButton_subpage {
	float: left;
	width: 30px;
	height: 29px;
	padding: 0px;
	margin:-1px 0px 3px 10px;
	border:0px;
	display:inline;
}

#subscribeFrm{
	float:left;	
}
#subscribeFrm form{
	float:left;	
}
--> 
