div.topbarContainer {
	width: 100%;
}
#topbarContainer{
	width: 100%;
	background: #ffffff;
	font-weight: bold;
	float:left;/* NEEDED FOR NS BASED BROWSERS*/
}

#topbarContainer div.topbarLeft{
	position:relative;
	float:left;
	height:55px;
	width:45%;
	background:#ffffff;
	padding-top:20px;
	padding-left:20px;
}

#topbarContainer div.topbarRight{
	position:relative;
	float:right;
	height:65px;
	width:45%;
	text-align:right;
	padding-top:10px;
	padding-right:20px;
	background: #E2E2E2;
}

div.main {
	clear: none;
	float: none;
}

div.leftmenu, div.topmenu {
	display: none;
	float: none;
	position: absolute;
	clear: none;
	top: 0px;
	left: -200px;
}

div.content {
	margin: 0 10px 0 10px;
	float: left;
	width: 540px;
}

div.bottombar {
	margin: 20px 0 20px 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 5px 5px 10px 5px;
}


/* ---- FINANCIAL TABLES ---- */
table.financials {
	width:494px;
	font-size:60%;
	background:#ffffff;
	font-family:verdana;
	
}
table.financials td, table.financials th {
	text-align:right;
	vertical-align:bottom;
	color:#10147e;
	padding: 2px 5px 2px 0;
}
table.financials thead th {
	border-bottom:solid 1px #1C1C19;
}
table.financials td.left, table.financials th.left {
	text-align:left;
}
table.financials td.orange, table.financials th.orange {
	font-weight:bold;
	color:#10147e;
	text-align:left;
}
table.financials td.nobold, table.financials th.nobold, table.financials span.nobold {
	font-weight:normal
}
table.financials td.shade, table.financials th.shade {
	background:#f4f4f4;
	font-weight:bold;
}


div.contentHome div.homeTextRight{
	position:absolute;
	left:350px;
	top:25px;
}
