/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	background-image: url('img/bg.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #06509B;
	color: #3B3B3B;
}

a {
	color: #0078D3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0px;
	padding: 5px;
}

hr {
	border-top: 1px solid #CCCCCC;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0px;
	padding: 5px;
	font-size: 15px;
	font-weight: bold;
	color: #9B9B9B;
	border-bottom: 1px solid #CCCCCC;
}

h3 {
	margin: 0px;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #9B9B9B;
}

h4 {
	margin: 0px;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
}

.clr {
	clear:both;
}
	
.ctr {
	text-align: center;
	float: none;
}

.page {
	margin: 0px auto;
	padding: 0px 0px;
	width: 962px;
}

.top {
	margin: 0px;
	padding: 0px;
	width: 962px;
	height: 271px;
	background-image: url('img/bgtop.jpg');
	background-repeat: no-repeat;
}

.menutop {
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	height: 49px;
	background-image: url('img/bgmenutop.jpg');
	background-repeat: repeat-x;
	text-align: center;
}

.menutop a {
	margin: 0px;
	padding: 17px 23px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.menutop a:hover {
	background-image: url('img/bgmenutophover.jpg');
	background-repeat: repeat-x;
}

.menutop a.active {
	background-image: url('img/bgmenutophover.jpg');
	background-repeat: repeat-x;
}

.content {
	margin: 0px;
	padding: 0px;
	background-image: url('img/bgcontent.jpg');
	background-repeat: repeat-x;
	background-color: #ffffff;
}

a.more {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 118px;
	height: 26px;
	background-image: url('img/bgmore.jpg');
	background-repeat: no-repeat;
}

.column {
	margin: 0px;
	padding: 0px;
	width: 320px;
	float: left;
}

.pageleft {
	margin: 0px;
	padding: 0px 10px 0px 20px;
	width: 228px;
	float: left;
}

.pageright {
	margin: 0px;
	padding: 0px 10px;
	width: 684px;
	float: left;
}















/*css menu*/

ul.tree {
	display: block;
	margin: 0px;
	padding: 0px;
}

ul.tree ul {
	display: block;
	margin: 0px;
	padding: 0px;
}

ul.tree li {
	display: block;
	list-style-type: none;
	padding: 12px 0px 12px 30px;
	background-image: url('img/bgdocument.jpg');
	background-repeat: no-repeat;
	background-color: #085EAB;
	text-align: left;
}

ul.tree li.closed {
	padding: 15px 0px 15px 0px;
	background-image: url('img/bgfolder.jpg');
	background-repeat: no-repeat;
	background-position: top;
}

ul.tree li.opened {
	padding: 15px 0px 0px 0px;
	background-image: url('img/bgfolderopen.jpg');
	background-repeat: no-repeat;
	background-position: top;
}

ul.tree li a {
	padding: 0px 0px 0px 50px;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	display: block;
}

ul.tree li a.folder {
	cursor: pointer;
	font-weight: bold;
}

ul.tree li a.active {
	text-decoration: underline;
}

ul.tree li a:hover {
	text-decoration: underline;
}

/*css page default*/

.cell {
  display: table-cell;
  vertical-align: middle;
}
	
* html .cell {
  position: absolute;
	top: 50%;
	left: 50%;
}
	
* html .hack {
  position: relative;
  top: -50%;
  left: -50%;
}

*:first-child+html .cell {
  position: absolute;
	top: 50%;
	left: 50%;
}

*:first-child+html .hack {
  position: relative;
  top: -50%;
  left: -50%;
}

.hide {
	visibility: hidden;
	position: absolute;
	overflow: hidden;
	top: -4000px;
}

.article {
	margin: 0px;
	padding: 10px 10px;
	line-height: 20px;
}

.article ul {
	list-style: url('img/arrow.jpg');
	margin: 0px;
	padding: 0px 0px 0px 25px;
}

.article li {
	margin: 0px;
	padding: 0px 0px 10px 5px;
}
