@charset "UTF-8";
/* CSS Document */

body  {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 100%;
	margin: 0;
	padding: 0;
	background-color: none;
}
#container {
	width: 945px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	width: 150px;
	height: 100px;
	text-align: left;
	float: left;
}
#navigation {
	width: 765px;
	height: 90px;
	color: #FFFFFF;
	text-align: left;
	padding-top: 10px;
	float: left;
	background-image: url(images/background_nav_01.gif);
	padding-left: 30px;
}
#breadcrumbs {
	width: 925px;
	height: 20px;
	text-align: left;
	padding-right: 20px;
	float: left;
}
#content {
	width: 750px;
	text-align: left;
	padding-right: 10px;
	float: left;
}
#stock_price {
	width: 165px;
	height: 130px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
	background-image: url(images/background_sidebar_185x140.gif);
}
#spacer_sidebar {
	width: 185px;
	height: 10px;
	text-align: left;
	float: right;
}
#sidebar_home {
	width: 165px;
	height: 210px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
	background-image: url(images/background_sidebar_185x220.gif);
}
#sidebar {
	width: 165px;
	height: 340px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
	background-image: url(images/background_sidebar_185x350.gif);
}
#footer {
	width: 945px;
	height: 15px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009900;
}
.clear_float {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 1px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	color: #666666;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 120%;
	color: #009900;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
	color: #FF9900;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 120%;
	color: #FF9900;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 120%;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	line-height: 120%;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	color: #666666;
}

a:link {
	color: #666666;
}
a:visited {
	text-decoration: none;	
}
a:hover {
	color: #CC0033;
}
a:active {
	color: #CC0033;
}
.text_white {
	color: #FFFFFF;
}

/* Stock Price Code */
.qmcustomQuote, .qmcustomQuote td{
	font: 11px arial;
}
.qmcustomQuote td, .qmcustomQuote th{
	padding: 2px 5px;
	text-align: left;
}
.qmcustomQuote .symbol{
	font-weight: normal;
	color: #999999;
}
.qmcustomQuote td.footer{
	font: 10px tahoma;
}
.qmcustomQuote td.data{
	color: #990;
}
.qmjsdataup{
	color: #008000;
}
.qmjsdatadown{
	color: #c00;
}
body{ margin-top: 0px; margin-bottom:0px; margin-left:0px; margin-right:0px; }

.text_heading_gold {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #C4AD00;
}
.text_heading_blue {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
}
.text_heading_blue_sm {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	text-align: right;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
	padding-top: 5px;
}