/* CSS Document */

body{font-family:Arial Narrow; background-color:#ffffff;}
		
		#main{
			margin:0 auto;
			height:1200px;
			width:960px;
			border-right:1px solid #cccccc;
			border-left:1px solid #cccccc;
			padding:20px 0 0 40px;
			background-color:#ffffff;
		}	
		#header{width:895px;  height:90px;  border-bottom:2px dotted #182431;}
		#header img {float:left;}
		#header h1 {float:right;margin:60px 0 0 0;font-size:20px;color:#314A53; font-weight:bold;}
					
		#middle {
			padding-bottom:130px;
			height:600px;
			margin-top:10px;
			width:1000px;
		}
		
		#left_nav{width:200px; height:300px;float:left; margin-top:18px}
		#left_nav img {margin:3px 20px 3px 0;float:left;border:1px solid #ffffff;}
		
		#right_col {float:left;width:800px; height:auto;margin-right:0px;}
		#right_col img {margin-top:20px;height:;}
		#right_col h2 {float:left;font-size:15px;margin:80px 0 0 15px;height:65px;}
		
		#contents {
			width:640px;
			height:auto;
			background-color:#E9E9EC;
			float:left;
			margin:0px 40px 0 0px;
			text-align:justify;
			padding:10px 20px 0 20px;
			
		}
		.scrollTxt{overflow:scroll;}	
		#footer_cont {
			border-top: 2px dotted #182431;
			width:895px;
			color :#182431;
			font-size:10px;
			text-align:center;
			margin-top:390px;
		}
		#footer_cont  a{color :#182431;text-decoration:none;}
		#footer_cont  a:hover{color :#000000;text-decoration:underline;}
		.txtHdr{font-weight:bold;text-transform: uppercase;}
		
		