body{
	margin:0px auto;
	background:url(main_bg.jpg);
}
.main_container{
	width:999px;
	height:auto;
	margin:0px auto;
}
.header{
	width:999px;
	height:115px;
	background:url(top_banner.jpg) #ffffff;
}
.pathway{
	width:999px;
	height:21px;
	background-color:#AFC3FE;
	border-bottom:4px solid #4169E1;
}
.double_container{
	width:999px;
	height:100%;
	border:0px;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
}
.double_container .menu_container{
	width:161px;
	height:auto;
	background:url(main_menu_bg.jpg);
}
.double_container .menu_container .top{
	width:161px;
	height:95px;
	background:url(top_menu.gif) no-repeat left top;
}
.double_container .menu_container .middle{
	width:161px;
	height:100%;
	background-color:#4169E1;
	
}
.double_container .menu_container .bottom{
	width:161px;
	height:36px;
	background:url(main_menu_bg.jpg) left bottom;
}
.double_container .data_container{
	width:838px;
	height:100%;
	background:url(menu_shadow.jpg) repeat-y left top #FFFFFF;
}
.footer{
	width:999px;
	height:25px;
	background-color:#AFC3FE;
	border-top:4px solid #4169E1;
}
.footer .copyrights{
	color:#000000;
	font-size: 11px;
	font-family: Tahoma,Verdana,Arial;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
	text-decoration:none;
}