#textContentWrapper {
	position: absolute;
	top: 135px;
	left: 0px;
	width: 780px;
	z-index: 2;
	z-index:0;
	border:0;
}

/* For FireFox */
html > body > #textContentWrapper {
	width: 780px;
	height: auto;
}

#textContent {
	position: relative;
	width: auto;
	height: auto;
	text-align:left;
	background-color:#FEC083;
	z-index:1;
	border:0;
}

/* For FireFox */
html > body > #wrapper > #textContent {
	width: auto;
	height: auto;
}


#hp-textContentWrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 780px;
	text-align:center;
	z-index: 0;
}

/* For FireFox */
html > body > #hp-textContentWrapper {
	width: 790px;
	height: auto;
	text-align:center;
}

#hp-mainText {
	position: relative;
	width: 750px;
	left: 0px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

/* For FireFox */
html > body > #wrapper > #hp-mainText {
	width: 730px;
	left: 20px;
	height: auto;
}

#hp-row1 {
	position: relative;
	height: 454px;
}

/* For FireFox */
html > body > #wrapper > #hp-row1 {
	min-height: 454px;
	height: 454px;
	
}

#hp-newsItems {
	position: relative;
	float: left;
	width: 480px;
	height: 445px;
	padding-left: 10px;
	padding-right: 4px;
	padding-top: 5px;
	padding-bottom: 4px;
	background-color: #FFFDF7;
	margin-right: 10px;
	overflow: auto;
	border: 1px solid #999;
}

/* For FireFox */
html > body > #wrapper > #hp-row1 > #hp-newsItems {
	width: 480px;
	height: 445px;
	padding: 5px;
}

#hp-col2 {
	position: relative;
	float: left;
	width: 235px;
}

/* For FireFox */
html > body > #wrapper > #hp-row1 > #hp-col2 {
	width: 240px;
}

#hp-upNext {
	width:236px;
	height: 128px;
	padding: 5px 0 0 10px;
	margin-bottom: 8px; 
	color: #336699;
	background-color: #FFFDF7;
	overflow: auto;
	border: 1px solid #999;
}

/* For FireFox */
html > body > #wrapper > #hp-row1 > #hp-col2 > #hp-upNext {
	width:236px;
	height: 128px;
}

#hp-quickLinks {
	width:230px;
	height: 303px;
	background-color: #F4FBEA;
	padding: 5px 5px 5px 10px;
	color: #005d93;
	overflow: auto;
	border: 1px solid #999;
}

/* For FireFox */
html > body > #wrapper > #hp-row1 > #hp-col2 > #hp-quickLinks {
	width:230px;
	height: 243px;
}

#hp-recentActivity {
	position: relative;
	clear: both;
	width: 732px;
	height: auto;
	border: 1px solid #999;
	padding: 10px 7px 2px 12px;
	margin-top: 10px;
	background-color: #FFFDF7;
	overflow: auto;
}

#hp-recentActivity-l {
	position: relative;
	float: left;
	width: 344px;
	height: auto;
	overflow: auto;
	background-color:#FFFDF7;
}

#hp-recentActivity-r {
	position: relative;
	float: right;
	width: 344px;
	height: auto;
	overflow: auto;
	background-color:#FFFDF7;
}

.noBullet {
	margin-left:-1px;
	margin-top:10px;
	list-style:none;
}

