#homepage {
	margin-top: 15px;
	float: left;
}

#homepage #leftCol {
	float: left;
	width: 187px;
}

#homepage #rightWrap {
	margin-left: 15px;
	float: right;
	width: 667px;
}

#homepage #rightWrap #centerCol {
	float: left;
}

#homepage #rightWrap #rightCol {
	float: right;
	width: 187px;
}

#stockInfo {
}

#stockInfo .header {
	background-repeat: no-repeat;
	height: 14px;
	margin-bottom: 7px;
	padding-left: 100px;
}

#stockInfo .content {
	background-image: url(../images/stock_bgr.jpg);
	background-repeat: no-repeat;
	height: 55px;
	margin-bottom: 10px;
}

#stockInfo .content table {
	width: 170px;
	margin-top: 0px;
	margin-left: 10px;
}

#stockInfo .content table tr td {
	margin: 0px;
	padding-top: 2px;
	font-size: 11px;
}
#stockInfo .content table tr th {
	margin: 0px;
	padding-top: 0px;
	font-size: 11px;
	text-align: left;
}

#stockInfo .content p {
	margin-left: 12px;
	font-size: 11px;
}

#stockInfo .content p a {
	color: #2d98c7;
	text-decoration: underline;
}

#bannerLeft img {
	margin-bottom: 5px;
}

#bannerRight img {
	margin-bottom: 5px;
}
#bannerCentral {
	margin-bottom: 25px;
}

.portletRow {
	margin-bottom: 14px;
}

.portlet, .portletLast {
	float: left;
	width: 223px;
}
.portletLast {
	margin-left: 17px;
}

.portlet .header, 
.portletLast .header {
	background-repeat: no-repeat;
	height: 11px;
	margin-bottom: 7px;
}

.portlet .content, 
.portletLast .content {
	background-image: url(../images/portlet_bgr.jpg);
	background-repeat: no-repeat;
	height: 81px;
	font-size: 11px;
	font-weight: bold;
}

.portlet .content ul, 
.portletLast .content ul {
	list-style: none;
	margin-left: 10px;
}

.portlet .content ul li, 
.portletLast .content ul li {
	background-image: url(../images/portlet_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	text-indent: 10px;
	padding-top: 5px;
	
}
.portlet a:hover,
.portletLast a:hover {
	text-decoration: underline;
}
