html{
	background:#006;
	color:#000;
}
body{
	display:block;
	margin:0;
	padding:0;
	border:0;
	font-family:verdana,arial,sans-serif;
	font-size:75%;
}
a,a:visited{
	color:#00f;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	background:#fc0;
	color:#00f;
}
a:active{
	background:#006;
	color:#fc0;
}
p{
	margin-top:0;
	line-height:1.5em;
	text-align:justify;
}
ol,ul{
	margin-top:5px;
}
li{
	line-height:1.5em;
}
.uline{
	text-decoration:underline;
}
sup{
	font-size:90%;
	bottom:0.2em;
}
sub{
	font-size:90%;
	bottom:-0.2em;
}
h1{
	background:#fff;
	color:#006;
	text-align:center;
	font-size:3em;
	font-family:tahoma,geneva,verdana,sans-serif;
}
h2{
	background:#fff;
	color:#900;
	text-align:center;
	font-family:tahoma,geneva,verdana,sans-serif;
	font-size:1.5em;
	font-weight:normal;
	letter-spacing:0.2em;
}
h3{
	margin:20px 0 10px 0;
	background:#fff;
	color:#006;
	font-size:1.2em;
}
h4{
	margin:10px 0 5px 0;
	font-size:1em;
}
.bold{
	font-weight:bold;
}
.hilite{
	background:#ff6;
	color:#050;
}
.right{
	float:right;
}
.small{
	font-size:0.75em;
}
.smallcenter{
	font-size:0.75em;
	text-align:center;
}
.quote{
	margin:5px;
	font-style:italic;
}
.notes{
	margin:0;
	background:#fff;
	color:#900;
	font-weight:bold;
}




img{
	border:0;
	margin:0;
	padding:0;
}
.imgleft{
	float:left;
	margin:10px 10px 10px 0;
	text-align:center;
}
.imgright{
	float:right;
	margin:10px 0 10px 10px;
	text-align:center;
}




#outer{
	margin:0 auto;
	width:750px;
	background:#fff;
	color:#000;
}
#header{
	position:relative;
	border-bottom:#006 1px solid;
	height:150px;
	width:750px;
	background:#fff;
	color:#000;
}
#logo{
	position:absolute;
	top:40px;
	left:15px;
	margin:0;
	padding:0;
	height:100px;
	width:177px;
	background:#fff url(../img/logo.gif);
	color:#006;
}


h1#title{
	position:absolute;
	top:40px;
	left:230px;
	width:300px;
	margin:0;
	padding:0;
}
h2#quote{
	position:absolute;
	top:90px;
	left:230px;
	width:300px;
	margin:0;
	padding:0;
}
#info{
	z-index:0;
	border-bottom:#006 1px solid;
	width:746px;
	background:#ddd;
	color:#000;
}
#RSmission{
	width:190px;
	font-weight:bold;
}
#RSreq{
	width:190px;
}
#RStrack{
	width:190px;
}
#RSontoday{
	width:480px;
}
#footer{
	clear:both;
	padding-bottom:5px;
	border-top:#006 solid 2px;
	border-bottom:#006 solid 2px;
	width:750px;
}




.elcont{
	z-index:9;
 	margin-bottom:10px;
	padding:9px;
}
.el{
	border:1px solid #006;
	background:#eee;
	color:#000;
}
.elhead{
	padding-top:5px;
	border-bottom:1px solid #006;
	height:20px;
	background:#900;
	color:#fff;
	text-align:center;
	font-size:1em;
	font-weight:bold;
}
.elbody{
	padding:2px;
}




form{
	margin:0;
	padding:0;
	font-size:0.9em;
	background:#fc0;
	color:#006;
/*	min-width:500px;
	max-width:600px;*/
}
form a,form a:visited{
	background:#fc0;
	color:#00f;
	text-decoration:none;
}
form a:hover{
	background:#006;
	color:#fff;
}
form a:active{
	background:#00f;
	color:#fc0;
}
form fieldset{
	/* clear:both;causes inputs break left (IE5.x mac) so comment */
	border-color:#000;
	border-width:1px;
	border-style:solid;
	padding:10px;
	margin:0;
}
.hiddenfieldset{
	padding:0;
	border:0;
}
form fieldset legend{
	padding:5px;
	background:#900;
	color:#fff;
	font-size:1.1em;
}
form label{ 
	display:block;
	float:left;
	width:150px;
	margin:5px 0 0;
	text-align:right;
}
form input,form select,form textarea{
	/* display:inline;	inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;
	margin:0;
	background:#fff
	color:#006;
	font-size:1em;
	font-family:arial,sans-serif;
}
form input.radio{
	background:#ddd!important;
	color:#900!important;
}
form input.submit{
	background:#006!important;
	color:#fff;
	font-weight:bold;
}
textarea{
	overflow:auto;
}
form small{
	display:block;
	margin:0 0 5px 160px;
	padding:1px 3px;
	font-size:88%;
}
form .required{
	font-weight:bold;
}
form br{
	clear:left;
}



#flogin{
	position:absolute;
	top:0;
	left:0;
	padding:3px;
	border-top:#006 solid 2px;
	border-bottom:#006 solid 2px;
	width:744px;
	height:20px;
	font-size:0.9em;
	font-weight:bold;
}
#flogin input#id{
	width:180px;
	margin-right:10px;
	margin-left:3px;
}
#flogin input#password{
	width:80px;
	margin-left:3px;
}
#flogin input.submit{
	width:35px;
	margin-left:10px;
	margin-right:60px;
}
#flogin input.submit#logout{
	width:45px;
}


#fsymbolsearch{
	position:absolute;
	top:50px;
	right:15px;
	height:80px;
	width:150px;
	padding:0;
	background:#fc0;
	color:#000;
	font-weight:bold;
}
#fsymbolsearch input.submit{
	width:50px;
	margin:5px;
}
#fsymbolsearch input#symbol{
	width:65px;
	margin:5px;
	text-transform:uppercase;
	font-size:1.1em;
}


#flocate,#fintraday{
	background:#eee;
	color:#000;
	font-size:1em;
}
#flocate input,#flocate select,#fintraday input,#fintraday select{
	margin:3px;
}
#flocate input.submit,#fintraday input.submit{
	width:80px;
}
#fintraday input#symbol{
	text-transform:uppercase;
}




.sitemap{
	z-index:9;
	margin-top:0;
	border:2px solid #ddd;
	width:746px;
}
.sitemap a,.sitemap a:visited,.sitemap a:hover,.sitemap a:active{
	color:#00f;
	background:#ddd;
	text-decoration:none;
	font-weight:bold;
}




.nav{
	z-index:9;
	margin-top:0;
	border:2px solid #ddd;
	height:3em;
	width:746px;
	font-size:1em;
	font-weight:bold;
}
.nav ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
.nav ul li{
	position:relative;
	float:left;
}
.nav ul li a,.nav ul li a:visited{
	display:block;
	padding-left:10px;
	border:1px solid #ddd;
	height:3em;
	width:137px;
	line-height:3em;
	background:#006;
	color:#fff;
	text-decoration:none;
}
 html .nav ul li a,.nav ul li a:visited{
	width:137px;
}
.nav ul li ul{
	display:none;
}
table{
	margin:-1px;
	border-collapse:collapse;
	font-size:1em;
}
.nav ul li:hover a{
	background:#fc0;
	color:#006;
}
.nav ul li:hover ul{
	position:absolute;
	display:block;
	top:3em;
	left:0;
	margin-top:2px;
	width:150px;
}
.nav ul li:hover ul li ul{
	display:none;
}
.nav ul li:hover ul li a{
	display:block;
	padding:5px 10px;
	height:auto;
	width:127px;
	line-height:1.4em;
	background:#006;
	color:#fff;
}
.nav ul li:hover ul li a.drop{
	background:#900 url(../img/arrow.gif) center right no-repeat;
	color:#fff;
}
.nav ul li:hover ul li a:hover{
	background:#fc0;
	color:#006;
}
.nav ul li:hover ul li:hover ul{
	display:block;
	position:absolute;
	top:-2px;
	left:150px;
	width:150px;
}
.nav ul li:hover ul li:hover ul.left{
	left:-150px;
}
.nav ul li:hover a span{
	display:none;
}
.nav ul li:hover ul li a span{
	display:none;
	position:absolute;
	top:1px;
	left:-148px;
	width:133px;
	padding:1px 5px;
	border:2px solid #006;
	background:#fff;
	color:#006;
	font-weight:normal;
	font-size:0.8em;
}
.nav ul li:hover ul li a span em{
	text-decoration:underline;
	font-style:normal;
	font-weight:bold;
}
.nav ul li:hover ul li:hover span{
	display:block;
	line-height:1.5em;
}
.nav ul li:hover ul.right li:hover span{
	left:150px;
}







.col1{
 	margin-bottom:20px;
	padding:9px;
}
.col2{
	background:#fff;
	float:left;
	padding:0 10px;
	width:500px;
/*	border-right:#000 solid 1px;*/
}
.col3{
	float:left;
	margin:0;
	padding:0 10px;
	width:206px;
}
.col3 p{
	margin:0;
	padding:5px;
}
.col3 a img{
	border-top-width:0;
	border-left-width:0;
	border-bottom-width:0;
	margin-bottom:5px;
	border-right-width:0;
}




.col4{
	padding-right:10px;
	display:block;
	padding-left:10px;
	float:left;
	padding-bottom:0;
	margin:0;
	width:230px;
	padding-top:0;
}
html .col4{
	width:230px;
}
.col5{
	padding-right:10px;
	display:block;
	padding-left:10px;
	min-height:20em;
	float:left;
	padding-bottom:0;
	margin:0;
	width:230px;
	padding-top:0;
	height:20em;
}






.table_clear{
	margin:auto;
	border:1px solid #006;
	padding:20px;
	font-size:1em;
}
.table_frame{
	margin:auto;
	padding:10px;
	border:1px solid #900;
	background-color:#eee;
	color:#006;
	font-weight:bold;
}
.table_highlight{
	background:#ffc;
}
.highlight{
	background:#ffc;
}
.legal{
	font-size:9px;
	color:#333;
}
.cell_white{
	border:#000 1px solid;
	background:#fff;
	text-align:center;
}
.cell_red{
	border:#000 1px solid;
	background:#fcc;
	text-align:center;
}
.cell_green{
	border:#000 1px solid;
	background:#cfc;
	text-align:center;
}
