@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	border:0px;
	padding:0px;
	}
	
p {
	font: 11px/14px Tahoma;
}

table,tr,td{
	border:1px solid #ccc;
	margin:0px;
	padding:0px;
	font:12px/14px arial;
	color:#4c6dba;

}

.clear {
	line-height: 0px;
	font-size: 0px;
	clear: both;
	float: none;
	height: 0px;
}

#pagee{
	margin-left:auto;
	margin-right:auto;
	width:980px;
	height: auto;
}

body {
	background:url(../images/page-bg.jpg) repeat-x;
	background-color:#bbbbbb;
	height: auto;
}

#top{
	height:126px;
	background:url(../images/header.jpg) no-repeat;
}


#top-sub0{
	float:left;
	width:453px;
	height:24px;
	background:url(../images/line.jpg) bottom repeat-x;
	background-color:#4b6dba;
	}

#top-sub{
	background-color:#ffff00;
	height:24px;
	width:527px;
	float:left;
}
#top-sub #cell-one{
	width:auto;
	float:left;
	margin-right:8px;
	height:24px;
	}
#top-sub #cell-two{
	width:25px;
	background:url(../images/line-bg.jpg) repeat-x;
	float:left;
	margin-right:8px;
	height:24px;
}
#top-sub #cell-three{
	width:auto;
	float:left;
	height:24px;
}

#cell-one p{
	margin-top:2px;
	margin-left:10px;
	font: 16px Tahoma;
	color:#4b6dba;
	font-weight:bold;
}

#cell-three p{
	margin-top:5px;
	color:#4b6dba;
	margin-left:10px;
	font: 12px Tahoma;
}

/*menu*/
#menu {
	height:26px;
	background: url(../images/menu-bg.jpg);
	width:980px;
	display:block;
}

#menu-left{
	background:url(../images/menu-left-bg.jpg);
	width:4px;
	height:26px;
	float:left;
}

#menu-middle {
	background: url(../images/menu-right-bg.jpg) top right no-repeat;
	width: 976px;
	height:26px;
	float:left;
}

#menu ul {
	display: block;
	list-style: none;
	height: 100%;
	line-height: 0px;
	font-size: 0px;
}
	#menu li {
		display: block;
		position: relative;
		float: left;
		height: 100%;
		line-height: 0px;
		font-size: 0px;
	}
	#menu li a {
		font: bold 11px/26px tahoma;
		color: #fff;
		margin: 0px 8px 0px 8px;
		text-decoration: none;
		cursor: pointer;
	}
	
	#menu li a:hover {
		color: #ffff00;
	}
	
	#menu li .active {
		color: #ffff00;
	}
	
	#menu ul ul {
		display: none;
		position: absolute;
		width: 150px;
		height: auto;
		background: #5170b4;
		opacity: .95;
		left: 0px;
		top: 22px;
	}
	#menu li:hover ul, #menu li.p7hvr ul {
		display: block;
	}
	#menu ul ul li {
		line-height: 0px;
		font-size: 0px;
		height: auto;
		float: none;
	}
	#menu ul ul li a {
		display: block;
		width: 140px;
		font: bold 10px/14px Tahoma;
		text-decoration: none;
		color: #fff;
		margin: 0px;
		padding: 2px 5px;
	}
	#menu ul ul li a:hover {
		background: #fff;
		color: #066699;
	}



#page{
	background:url(../images/plm.jpg) repeat-x top;
	background-color:#fff;
	width:980px;
	padding-top:20px;
	height:auto;
	}
#page #left{
	width:565px;
	padding-left:20px;
	margin-right:10px;
	float:left;
	height:auto;
	}
#left #topx{
	border-bottom:1px dotted #4b6dba;
	}
#topx,#middlex p{
	font: 11px Tahoma;
	color:#4c6dba;
	clear:both;
	text-align:justify;
	}
#left #middlex{
	height:auto;
	margin-top:20px;
	}
#middlex ul{
	list-style:url(../images/arrow.jpg);
	margin-left:100px;
	}
#middlex li{
	font:11px Tahoma bold;
	color:#4c6dba;
	padding-top:3px;
	}
#middlex p{
	margin-top:30px;
	font:11px Tahoma;
	color:#4c6dba;
	}
	
#middlex #h{
	font: 11px Tahoma;
	color:#ff6600;
	display:inline;
	}
#middlex #h2{
	font: 11px Tahoma;
	color:#4b6dba;
	display:inline;
	}
#page #right{
	width:322px;
	padding-left:20px;
	border-left:1px solid #4b6dba;
	margin-right:20px;
	height:500px;
	float:left;
	}
#left #titlex{
	width:204px;
	height:16px;
	margin-bottom:20px;
	margin-left:-20px;
	background-color:#4b6dba;
	}
#titlex p{
	font: 14px Tahoma;
	margin-top:-1px;
	margin-left:10px;
	font-weight:bold;
	color:#FFFFFF;
	}
	

/* the table */

#table{
	width:322px;
	height:129px;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
}

#table #title{
	width:322px;
	height:23px;
	display:block;
	float:left;
	float:none;
	background:url(../images/table-title.png);
}
#table #rest{
	
	width:322px;
	float:none;
	height:106px;
	display:block;
	background:url(../images/table-border-right.jpg) right repeat-y;
	background-color:#4b6dba;
	}
#rest ul{
	list-style:url(../images/bullet.jpg);
	padding-left:25px;
	padding-top:10px;
}

#rest li{
	color:#fff;
	margin-bottom:2px;
	font: 11px Tahoma;
}
li h1{
	color:#ffff00;
	font: 11px Tahoma;
	display:inline;
	font-weight:bold;
	}

#title p{
	font: 14px Tahoma;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:12px;
	padding-top:4px;
}

#bottom{
	height:17px;
	background:url(../images/bottom-bg.jpg);
	width:980px;
	}
#bottom-s{
	background:url(../images/bottom-bg-s.jpg) no-repeat;
	width:21px;
	height:17px;
	float:right;
	margin-right:10px;
	}
	
.comm-box{
	width:300px;
	float:left;
}

	.comm-box p{
	color: #4c6dba;
	text-align:center;
	font:12px/28px arial;
	}
	
a{
	text-decoration:none;
	color:#4c6dba;
}
