﻿
/* Thin Left Column */
#leftColumn_thin {
	/*position: absolute;
	left: 10px;
	top: 32px;*/
	float: left;
	width: 121px;	
	margin-left: 20px;
}
#leftColumn_thin p { color: #00204e; padding: 0; margin: 0; }
#leftColumn_thin a { color: #00204e; text-decoration: none; }
#leftColumn_thin a:hover { text-decoration: underline; }

#leftColumn_thin div { padding-left: 15px; }

#stockQuote {
	margin: 0 0 4px 0;
	height: 102px;
	background-image: url(../images/stockQuote_bckgrnd.gif);
	background-repeat: no-repeat;
	margin-bottom: 4px;
}
#stockQuote h2 { font-size: 16px; padding: 14px 0 4px 0; margin: 0; }
#stockQuote p { font-size: 10px; margin-bottom: 0; }
#stockQuote p sup { font-size: 8px; }

#moreInfo {
	height: 39px;
	background-image: url(../images/moreInfo_bckgrnd.gif);
	background-repeat: no-repeat;
	margin-bottom: 4px;
	padding-top: 8px !important;
}
#moreInfo a {
	font-size: 12px;
	font-weight: bold;
}




/* Middle Column */
#middleColumn {
	/*position: absolute;
	left: 141px;
	top: 32px;*/
	float: left;
	width: 320px;
	margin-left: 10px;	
}
#middleColumn div { padding: 15px 0 0 20px; }

#middleColumn ul {
	list-style-image: url(../images/bullet.gif);
	margin: 0 0 0 19px;
	padding: 0;
}
#middleColumn ul li {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 15px;
}
#news 
{	
	height: 139px;
	background-image: url(../images/news_bckgrnd.gif);
	background-repeat: no-repeat;
	margin-bottom: 4px;
}

#news ul li
{
	font-size: 10px;
	margin: 0px;
	padding: 2px;
}

#news p
{
	padding: 0;
	margin: 0px;
	margin-bottom: 10px;
	margin-right: -10px;
	
}


#latest {
	height: 100px;
	background-image: url(../images/latest_bckgrnd.gif);
	background-repeat: no-repeat;
	margin-bottom: 4px;
}
#latest h2 { padding-bottom: 7px; }
#latest table { border-collapse: collapse; width: 100%; margin-left: -10px; }
#latest table tr td { text-align: center; }
#latest table tr td.middleColumn { padding: 0 15px 0 15px; }
#latest a { color: #333; text-decoration: none; }

#subsidiaries {
	padding-right: 20px !important;
	height: 123px;
	background-image: url(../images/subsidiaries_bckgrnd.gif);
	background-repeat: no-repeat;
}
#subsidiaries select { width: 220px; }
#subsidiaries p {
	font-size: 16px;
	font-weight: bold;
	color: #00204E;
	text-align: center;
	margin: 0;
	padding: 15px 0 15px 0;
}