body {
	background: url("/img/splash.jpg") no-repeat center top #0b0f23;
	margin:0;
	padding:0;
	font-family: Helvetica, Arial, san-serif;
	font-size:12px;
	}
	
a:link,a:visited {
	color: #3A5997;
	text-decoration: none;
	}
	
a:hover,a:active {
	color: #3A5997;
	text-decoration: underline;
	}
	
.topbar {
	background: url("/img/branding-bar-bg.jpg") repeat 0 0;
	height:17px;
	margin:0;
	padding:12px 0 14px 14px;
	}
	
.info_header {
	background-color: #435475;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	-khtml-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
    border:1px solid #435475;
	height:28px;
	width:798px;
    margin: 38px auto 0;
    color: #c6def9;
    font-size:12px;
    line-height: 2.5;
	}

.info_header .nasdaq {
	float:right;
	display:inline;
	margin-right:15px;
	}

.info_header .up {
	color: #06b53f;
	}
	
.info_header .down {
	color: #ff0000;
	}
	
.info_header .ticker {
	float:right;
	display:inline;
	margin-right:17px;
	}
	
.info_header .update {
	float:right;
	display:inline;
	margin-right:15px;
	}

.container {
	background-color: #ffffff;
	width:798px;
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	-khtml-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
    border-left:1px solid #ffffff;
    border-right:1px solid #ffffff;
    border-bottom:1px solid #ffffff;
    margin: 0 auto 38px;
    padding: 0;
    color: #5a6067;
    }
    
.container .header {
	background-color: #eef1f6;
	border-bottom: 1px solid #cbd7e2;
	height: 60px;
	}
	
.container .header h1 {
	color: #243353;
	font-size: 15px;
	line-height: 1;
	font-weight: bold;
	margin: 0 0 0 25px;
	padding: 24px 0 21px;
	}
	
.container .header .search {
	float:right;
	background: url("../images/search_bg.png") no-repeat 0 0;
	width: 220px;
	height: 30px;
	}


.container .header .search form #search_box {
	color: #94a1af;
	background: none;
	font-size: 13px;
	border: 0;
	height: 1.1;
	width:170px;
	margin: 8px 0 0 16px;
	padding: 0;
	font-family: Helvetica, Arial, san-serif;
	float: left;
	}
	
.container .header .search form #searchsubmit {	
	background: url("../images/search-btn_bg.png") no-repeat 0 6px;
	width: 21px;
	height:24px;
	border: 0;
	margin: 0 8px 0 0;
	cursor: pointer;
	float: right;
	}
	
.container .lCol {
	float:left;
	width: 198px;
	color: #505E76;
	padding: 0;
	overflow: hidden;
	font-size: 13px;
	}

.container .lCol ul.main_nav {
	list-style-type: none;
	list-style-position: outside;
	margin: 11px 0 0;
	padding: 0;
	}
	
.container .lCol ul.main_nav li a {	
	line-height: 1.1;
	padding: 7px 10px 7px 26px;
	margin: 0;
	display: block;
	}
	
.container .lCol ul.main_nav li a:hover {
	background-color: #EFF2F6;
}
	
.container .lCol a {
	color: #505E76;
}

.container .lCol a:hover {
	color: #505E76;
	text-decoration: none;
}
	
.container .lCol ul.sub_nav {
	padding: 0;
	margin: 0 0 2px -26px;
	list-style-type: none;
	list-style-position: outside;
	width:100%;
	display: none;
	}

.container .lCol ul.sub_nav li {	
	line-height:1.1;
	padding: 0 0 0 26px;
	width: 100%;
	}
	
.container .lCol ul.sub_nav li a {
	padding-left: 39px;
}

.container .lCol ul.main_nav li a.selected {
	background-color: #E7EEF7;
	border-top: 1px solid #DDE0E6;
	border-bottom: 1px solid #DDE0E6;
	padding-top: 6px;
	padding-bottom: 6px;
	}
	
.selected > a {
    pointer-events: none;
    cursor: default;
}

.container .lCol #toolkit {
	border-bottom: 1px solid #DDE0E6;
}

.container .lCol .toolkitheader {
	background-color: transparent;
	border-bottom: none;
	font-weight: bold;
	border-top: 1px solid #DDE0E6;
	padding: 15px 0 0 26px;
}

.container .lCol #toolkit ul {
	padding-left: 0;
}

.container .lCol #toolkit ul li {
	padding: 7px 10px 7px 26px;
}
	
.container .lCol #toolkit ul li:hover {
	background-color: #EFF2F6;
}
	
	
.container .rCol {
	border-left: 1px solid #DDE0E6;
	min-height: 600px;
	height:100%;
	overflow:hidden;
	_overflow:visible;
    position: relative;
    z-index: 200;
    padding: 20px 50px 100px 23px;
	font-size: 13px;
	}
	
.container .rCol h2 {
	margin: 0;
	color: #435475;
	font-weight: bold;
	font-size: 14px;
	}

.container .rCol p {	
	color: #5a6067;
	line-height: 1.61;
	}
	
.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
	}

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
	}
.clearfix {
    display: inline-block;
	}
* html .clearfix {
    height: 1%;
	}
.clearfix {
    display: block;
	}