/* CSS Document */

body {
	font-size: 12px;
	color: #333333;
	background:  url(../imgs/bg-main.png) repeat-y top center ;
	margin: 0px;
	padding: 0px;
   font-family: "Lucida Grande", "Verdana",  Arial, Sans-Serif;
}
h1{ font-size:22px; font-weight:bold; padding:5px 0; border-bottom:dotted 1px #CCC; color:#2971A7; }
h2{ font-size:16px; color:#FF0000;}



#top{margin:0 auto; padding:0px;width:860px; border-left:1px solid white; background:#000; height:15px;}

#header{margin:0 auto; padding:0px;width:860px;border-left:1px solid white; background:url(../imgs/header.jpg) repeat-x; height:101px;}
  .log{float:left; width:150px; height:101px;}
  .txt{float:right; width:660px; padding:20px 0px; color:white;}

#Nav{margin:0 auto; padding:0px;width:860px;border-left:1px solid white; height:30px; background: url(../imgs/nav-bg.gif) repeat-x;}

#main{margin:0 auto; padding:0px 0 0 1px; width:860px; height: auto; clear:both;}
 .ul li{ padding:10px 0px; }

#main-left{padding:10px;float:left; width:540px; line-height:160%;}

#main-right{width:300px; float:right;}

#main-right ul { list-style: none; margin: 0; padding: 0; border: none; }
  #main-right li { background-color: #E9EDF1;  margin: 0; }
  #main-right  li a { display: block; padding:10px 0px 10px 35px; font-weight: bold; color: #333333; text-decoration: none; width: auto;/* text-indent: 30px;*/ background:url(../imgs/list-even.png) no-repeat; }
  
    #main-right li.active a { background:url(../imgs/list-odd.png) no-repeat; color: #5CADDF; }
	#main-right  li a:hover { background:url(../imgs/list-odd.png) no-repeat; color: #5CADDF;}








#footer{margin:0 auto; padding:5px; width:850px; background:#444; height: auto; clear:both;font-size:10px;line-height:14px; color:white;}
    #footer a{ color:white; text-decoration:none;}
	#footer a:hover { color:#5CADDF;}

.clear{clear:both; height:1px;}

/*font color setting*/
.header-txt{ font:bold Verdana, Arial, Helvetica, sans-serif; font-size:18px; color:white; padding:0px; border:0px;}


/*table style setting start here*/
.d1 {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; FONT: bold 10pt Arial; COLOR: #000088; PADDING-TOP: 5px; width:520px; BACKGROUND-COLOR: #d2e4fc
}
.d2 {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; FONT: 11px/1.5 Verdana, Arial, Helvetica, sans-serif; PADDING-TOP: 10px
}
