body  {
	font: 100% Arial,Verdana, Helvetica, sans-serif;
	background-color: #415065;
	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 */
	background-image:url(images/body_bg_tile.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	color: #333333;
	font-size:14px;
}
.chart_container{
	text-align:center;
	float:right;
}
.chart{
	margin:0 0 10px 15px;
	border:1px solid #8FB8D8;
	padding:2px;
	background-color:#E9E9E9;
}
#container { 
	width: 860px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #e9e9e9;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#copyright{
	font-size:10px;
	text-align:center;
	margin:5px 0px;
	padding:0;
}
#form_left{
	float:left;
	width:250px;
}
#form_right{
	float:left;
	width:300px;
	margin-bottom:60px;
}
h1, h2{
	color:#415065;
	font-size:18px;
	background-image:url(images/h1_line.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-bottom:7px;
	margin-top:0;
	font-style:italic;
	text-transform: uppercase;
} 
#header {
	width:100%;
	background-image:url(images/header_tile.jpg);
	background-repeat:repeat-x; 
	background-color: white;
} 
#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 */
}
#left_column{
	width:140px;
	float:left;
}
#links_menu{
	font-size:13px;
	margin-left:10px;
	width:140px;
	float:left;
}
#links_menu a:hover{
	color:#415065;
}
#mainContent {
	width:675px;
	float:left; 
	padding-left:20px;
}
#mainContent p{
     line-height:1.0;
	
} 
#footer { 
	margin:30px 10px 0px 10px;
	padding:0;
	background:#DDDDDD; 
} 
#footer p {
	margin:0;
	padding:4px 0px 4px 20px;
	font-size:12px;
	text-align:center;
}
#footer a {
	color:#415065;
}
#footer a:hover {
	color:#88B8DE;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.red{
	color:red;
}
.trading_table{
	font-size:12px;
	border-collapse:collapse;
}
.vertical, .horizontal {
	background-color:#F5F5F5;
}
<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->