@import url('/css/default.css');

body {
	background-color: #9E9E9E;
	font: 10pt/15pt "Helvetica","Arial";
	margin: 0px 10px;
	color: #333;
}
h1{margin:0; padding:0px 0 10px 0;}
h2,h3,h4,h5{margin:0; padding:16px 0 8px 0;}
p {margin:0; padding:8px 0;}
a {color: #1E778C; text-decoration: none;}
a:hover{color:#299DC9;}

/* Box Styles 
	background: #fff url('/media/structure/main_tile.gif') repeat-y 0 0 ;
	background: #F0F1D3 url('/media/structure/leftnav_topcap.png') no-repeat 0 0;
*/
		#global{
			width: 870px;
			margin: 0 auto;
			border-top: 10px solid #3F3F3F;
		}
			#header_flash, #main{
				background-color: #fff;
				padding: 5px 10px;
			}
				#left_bar{
					width: 250px;
					float: left;
				}
				#content{
					width: 550px;
					float: right;
					padding: 10px 25px;
					padding-bottom: 50px;
				}
					#content h1{
						font-size:14pt;
					}
					#content h2{
						font-size:12pt;
					}
					
					#chart_head_left{ width:40%; float:left;}
					#chart_head_right{width:60%; float:right; text-align:right; font-size: 8pt; color: #9E9E9E;}
			
			#left_nav{
				font-size: 8pt;
				line-height: 10pt;
				margin: 0px;
				padding: 0px;
			}
				#left_nav li{
					/* list-style:url("/media/leftnav_bullet.gif"); not used any more */
					list-style:none;
					margin: 2px 0px;
					padding: 0px;
				}
				#left_nav li a{
					color:#000; 
					font-weight:bold;
					display: block;
					width: 234px;
					padding: 6px 8px;
				
				}
				#left_nav li a:hover{
					color: #fff;
					background-color: #3F3F3F;
				}
				#left_nav a.item1{
					background-color: #8EBACB;
				}
				#left_nav a.item2{
					background-color: #C6DDE5;
				}
				#left_nav a.item3{
					background-color: #DCEAEF;
				}
		#footer{
			padding: 5px;
			font-size: 9pt;
		}
		 #footer_links{
		 	width:65%;
			float:left;
		 }
		 	#footer_links a{color:#333}
			#footer_links a:hover{color:#ddd}
		 #footer_copyright{
		 	width:35%;
			float:right;
			text-align: right;
		 }




				

