/*10010101*/
/*10-01-00*/
#outer {
	 text-align:left;
	 width:758px;
	 margin:auto;
}

/*10020101
#header {
	clear: both;
	height: 85px;
}*/

/*10020201*/
	#h_left
	{
		float:left;
		width:492px;
		height:44px;
		position:absolute;
	}
	
	#h_mid
	{
		position: absolute;
		margin-left: 450px;
		margin-top:19px;
	}
	
	#h_right
	{
		float:right;
		width:255px;
		height:44px;
		margin-top:15px;
	}

/*10030101*/
#footer {
	clear: both;
	padding-bottom:inherit;
}

/*10030201*/
#footer_one {
	height: 20px;
	clear: both;
	background-color: #EBEBEB;
	border-top:1px dotted black;
	padding-left:10px;
	font-size:75%;
}
/*10030301*/
#footer_two {
	/*height:50px;*/
	clear: both;
	background-color:#FFF;
	background-repeat:no-repeat;
	background-position:top;
	padding: 10px 5px 10px 10px;
	font-size: 70%;
	border-top:1px dotted black;
}
/*10030401*/
	#f_left
	{
		float:left;
		width:600px;
		position:absolute;
	}
	
	/*#f_mid
	{
		position: absolute;
		margin-left: 440px;
	}*/
	
	#f_right
	{
		/*float:right;*/
		position: absolute;
		padding: 0;
		width:110px;
		margin-left:630px;
		padding-bottom:20px;
	}
	
	td.grid{
		border: 1px solid #003366;
	}
	
	.b-d-r{
		border-right: 1px dotted #ccc;
		padding: 4px;
	}