@charset "UTF-8";
#nav {
	position:relative;
	width:867px;
	height:20px;
	z-index:2;
	left: 5px;
	top: 5px;
}
body {
	font: 100% "LiHei Pro", PMingLiU, MingLiU, Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 910px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #CAD6E9;
	padding: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	overflow: visible;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 500px;
	top: -50px;
}
.oneColFixCtrHdr #footer {
	padding: 0;
	background-color: #CAD6E9;
}
.disclaimer {
	font-size: 11px;
	color: #666;
	line-height: 16px;
	text-align: justify;
	padding-right: 15px;
	padding-left: 15px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #tab {
	background-color: #DDDDDD;
	background-image: url(images/tab_investing.gif);
	height: 30px;
	padding: 0;
	width: 129px;
	position: relative;
	left: 23px;
	z-index: 99;
	overflow: auto;
	top: 0px;
	visibility: inherit;
}
#overviewcontainer {
	position:relative;
	left:5px;
	top:20px;
	width:220px;
	z-index:3;
	overflow: visible;
}
#overviewcontent {
	position:absolute;
	left:0;
	top:33px;
	width:198px;
	z-index:4;
	background-image: url(images/overview_bgnd_grad.gif);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #919191;
	border-left-width: 1px;
	border-left-color: #919191;
	overflow: visible;
	visibility: inherit;
}
.overviewbody {
	font-size: 12px;
	color: #003366;
	line-height: 16px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 200px;
	top: 0px;
	text-align:left;
}
#overviewbottom {
	position:relative;
	left:0px;
	width:144px;
	height:43px;
	z-index:4;
	top: 0px;
}
#title {
	position:relative;
	left:243px;
	top:-345px;
	width:628px;
	height:45px;
	z-index:4;
	background-image: url(images/bgnd_title.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
h1 {
	font-size: 26px;
	color: #b20019;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top:10px;
	line-height: 24px;
	font-weight: high;
	text-align:left;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.explanationtext {
	font-size: 10px;
	color: #336699;
	width: 500px;
	left: 300px;
	text-align: left;
}
#flash {
	position:relative;
	left:243px;
	top:-310px;
	width:628px;
	height:474px;
	z-index:5;
	background-color: #CCCCCC;
}
a.disclaimer:link  { color: #4d76b8 }
a.disclaimer:visited { color: #4d76b8 }
a.disclaimer:active { color: #4d76b8; text-decoration: none }
a.disclaimer:hover { color: #4d76b8; text-decoration: underline }
.alt {
	font-size: 10px;
}
.menudescription {
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	background-color: #f7f7f7;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-bottom: 5px;
	text-align: left;
}

a.homemenu {
	color: #3a62aa;
	text-decoration: none;
	text-align: left;}
	
a.homemenu:hover {
	text-decoration: underline;
}
.hometext {
	font-size: 12px;
	color: #3a62aa;
	line-height: 16px;
	background-color: #f2f7f7;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-bottom: 10px;
	text-align: left;
}
.homedisclaimer {
	font-size: 11px;
	color: #3a62aa;
	line-height: 16px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 20px;
	border-right-style: none;
	padding-bottom: 5px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}
.homemenu {
	font-size: 11px;
	color: #3a62aa;
	border-right-style: none;
	padding: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}
.offlineinfo {
	font-size: 9px;
	color: #FFFFFF;
	margin: 0px;

	padding: 0 0 0 30px;
	text-align:left;
}
