body{
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
div,  ul, h2, h3, h4, h5, img{
	padding:0px; margin:0px;
}
ul{
	list-style-type:none
} 

.uldot{
	list-style-type:square;
	list-style-position: inside;
	margin-bottom:1em;
	margin-top:1em;
	font-size: 15px;
}

/*---------- MAIN PANEL----------------*/

#main_panel{
	width:950px;
	margin:0 auto;
	position:relative;
	background-color:#FFFFFF;
}
#header{
	width:950px;
	height:121px;
	background-image:url(../images/header_bg.jpg);
	background-repeat:repeat-x;
}



/*----------END MAIN PANEL----------------*/


/*----------MENU PANEL----------------*/

#menu_panel{
	width:950px;
	height:50px;
	background-image:url(../images/menu_bg.jpg);
	background-repeat:repeat-x;
}
#menu_panel ul{
	width:950px; 
	height:30px;
	margin-top:0;
}
#menu_panel ul li{
	float:left; 
	margin-left:12px;
	margin-top:0px;
}
#menu_panel ul li a{
	padding-top:15px;
	padding-left:5px;
	padding-right:5px;
	color:#ffffff;
	text-decoration:none;
	font-size:13px;
	display:block;
	font-weight: bold;
}
#menu_panel ul li a:hover{
	text-decoration:none;
	border-bottom:#FFFFFF 1px solid;
		font-weight: bold;
}
#menu_panel ul li#menu_box{
	height:50px;
	background-image:url(../images/menu_click.jpg);
	background-repeat:repeat-x;

}
#menu_panel ul li#menu_box a{
	color:#FFFFFF;
	text-decoration:none; 
	font-size:12px;
	display:block;

}
#menu_panel ul li#menu_box a:hover{
	padding-top:15px;
	padding-left:5px;
	padding-right:5px;
	color:#FFFFFF;
	text-decoration:none; 
	font-size:12px;
	display:block;
	border-bottom:#080d20 1px solid;

}
#middle_panel{
	width:950px;
	padding:0;
	float:left;
}







/*----------END MENU PANEL----------------*/



/*----------LEFT PANEL----------------*/

#left_panel{
	width:232px;
	height:517px;
	border:solid 1px #bdbcbd;
	background-image:url(../images/left_panel.jpg);
	background-repeat:repeat-x;
	float:left;
	background-position:bottom;
}
.left_panel_img{
	width:232px;
display:block
	float:left;

}
#box_01{
	width:212px;
	height:23px;
	float:left;
	margin-top:2px;
	margin-left:3px;
	float:left;
}
/*#left_panel_menu{	clear:both; } */
#left_panel ul{
	width:209px; 
	height:20px; 
	margin-left:20px;
	margin-top:50px; 
}
#left_panel ul li{
	width:200px;
	padding-top:10px;
	padding-bottom:10px;
	float:left;
	border-bottom:1px solid #f1f1f1;
}
#left_panel ul li a{
	padding:0 20px 0; 
	color:#333333; 
	text-decoration:none;
	background-image:url(../images/blue_box.jpg);
	background-repeat:no-repeat;
	font-size:12px;
	display:block;
	line-height:5px; 
}
#left_panel ul li a:hover{
	text-decoration:underline;
}





/*----------END LEFT PANEL----------------*/


/*----------RIGHT PANEL----------------*/

#right_panel{
	width:627px;
	margin-left:11px;
	padding-left:36px;
	padding-right:36px;
	padding-top:10px;
	border:solid 1px #bdbcbd;
	background-image:url(../images/left_panel.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	float:right;
}







/*----------END RIGHT PANEL----------------*/

.header_01{
	font-size:20px;
	color:#000066;
}
.text_01{
	font-size:12px;
	color:#333333;
}
.text_02{
	font-size:12px;
	color:#333333;
	margin-top:25px;
	margin-bottom:25px;
}




/*---------- FOOTER PANEL----------------*/

#footerPan{
	width:950px;
	height:88px;
	font-size:10px;
	color:#cccccc;
	margin-top:7px;
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	float:left;
}
#footerPan ul{
	width:930px; 
	height:20px; 
	margin-left:20px;
	margin-top:19px;
}
#footerPan ul li{
	float:left; 
}
#footerPan ul li a{
	padding:0 10px 0; 
	color:#cccccc; 
	text-decoration:none; 
	font-size:12px;
}
#footerPan ul li a:hover{
	text-decoration:underline;
}
#www{
	width:950px;
	float:left;
}
#css{
	width:850px;
	height:17px;
	vertical-align:middle;
	padding-top:13px;
	float:left;
	
}
#xhtml{
	height:17px;
	padding-top:13px;
	float:left;
	padding-left:10px;
}

#copyright{
	width:950px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	float:left;
}
#column_left {
	float: left;
	width: 50%;
}
#column_right {
	float: right;
	width: 50%;
}

.fltlft {float:left; }
.fltlftclr {float:left;
	clear:left; }

.fltrgt {float:right; }
.fltrgtclr {float:right; 
		 Clear:right;}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
} 
