/* TFCO Redesign */
body{
	padding:    0;
	margin:     0;
	background: #243458;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
table.main{
	padding: 0;
	margin: 0;
	height: 600px;
	width: 700px;
	border: 1px solid #000000;
	border-top: 0;
	border-bottom: 0;
}
table.main tr td.header{
	width: 700px;
	height: 100px;
	background: url(images/header.jpg);
}
table.main tr.content_main{
	width: 700px;
	height: 100%;
	background-color: #e2edf6;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-x;
}
table.main tr.content_main td.navigation{
	width: 100px;
	text-align: left;
	vertical-align: top;
}
table.main tr.content_main td.content{
	vertical-align: top;
	text-align: left;
	width: 600px;
	padding-left: 10px;
	height: 100%;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
}
div.navi_main{
	height: 300px;
}
div.navi_main div.navi_top{
	width: 100px;
	height: 24px;
	background: url(images/navi_top.jpg);
	margin-left: 5px;
	margin-top: 5px;
}
div.navi_main div.navi_cont{
	width: 100px;
	height: auto;
	background-image: url(images/navi_bg.gif);
	background-repeat: repeat-x;
	background-color: #6298db;
	margin-left: 5px;
}
div.navi_main div.navi_cont a{
	display: block;
	width: 94px;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	padding: 3px;
	color: #F6F6F6;
	border-bottom: 1px solid #4e79ae;
}
div.navi_main div.navi_cont a:hover{
	color: #ac2424;
}
div.navi_main div.navi_bottom{
	width: 100px;
	height: 10px;
	background: url(images/navi_bottom.jpg);
	background-repeat: no-repeat;
	margin-left: 5px;
}
div.magic_y{
	position: relative;
	width: 575px;
	height: 22px;
	float: right;
	background-image: url(images/y_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
