#main_body1{	
	/*text-align:center;*/
	position:absolute;
	width:99%;
}
#main_body2{	
	/*text-align:center;*/
	position:absolute;
	width:99%;
}

a{
	font-family:Arial,Helvetica,sans-serif;
	text-decoration:none;
	color:#666699;
}

#bg1{
	background:url(img/bg1.jpg);
	width:760px;
	height:286px;
	z-index:1;
}

#bg2{
	background:url(img/bg2.jpg);
	width:760px;
	height:394px;
	z-index:1;
}

#top_menu{
 	z-index:2;
    width:700px;
    height:205px;
	text-align:left;
}

#body_part{
 	z-index:2;
    width:700px;
	height:420px;
	text-align:left;
}

#foot_part{
 	z-index:2;
    width:700px;
	color:#666699;
	font-size:11px;
	line-height:17px;
}

/*TOP MENU*/
#ul_menu{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#ul_menu li {
	float:left;
	margin:0;
	padding:0;
}

#ul_menu a {
	color:#ffffff;
	display:block;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	height:24px;
	line-height:24px;
	padding:0 20px;
	text-decoration:none;
	background:transparent url(img/menu.png) no-repeat scroll center left;
}

#ul_menu a:hover{
	padding:15px 20px;
	background:transparent url(img/menu2.png) no-repeat scroll center left;
} 

/*BODY AREA*/
#body_table{
	width:100%;
	height:100%;
}

/*WINDOW BORDER*/
.module_menuBR {
	background:transparent url(img/box_br.png) no-repeat scroll 100% 100%;
	width:100%;
	height:100%;
}

.module_menuBL {
	background:transparent url(img/box_bl.png) no-repeat scroll 0 100%;
	width:100%;
	height:100%;
}
.module_menuTR {
	background:transparent url(img/box_tr.png) no-repeat scroll 100% 0;
	width:100%;
	height:100%;
}
.module_menuTL {
	background:transparent url(img/box_tl.png) no-repeat scroll 0 0;
	width:100%;
	height:100%;
}

#box_h3{
	color:#666699;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:lighter;
	padding:15px 22px;
}

/*CONTENT IMAGES*/
#latest_img{
	border:4px solid #B1BCCE;
	margin-left:20px;
	margin-top:-10px;
	width:185px;
	height:185px;
}

#fresh_img{
	border:1px solid #B1BCCE;
	margin-left:22px;
	margin-top:-10px;
}

/*TEXT BOXES*/
#box_text{
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
}

/*POLICY BOX*/
#float_win{
width:300px;
height:350px;
background:#ffffff;
position:absolute;
top:-4130px;
left:-1100px;
border:solid 2px #5f85b6;
z-order:10;
}

#aDark:hover img{
	opacity:0.7;
} 