/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 30px 0 20px 0;
	padding: 0;
	background: #D7D7BD;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3C3C37;
	line-height: 1.6em;
}
a {
	color: #005880;
}
a:hover {
	text-decoration: none;
	color: #005880;
}
h1, h2, h3, h4, h5, h6 {
	color: #005880;
	font-size: 1.6em;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 180%;
}
h3 {
	font-size: 150%;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 100%;
}
.pagewidth {
	width: 840px;
	background: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.container {
	padding: 10px 15px;
}
.space {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.block {
	display: block;
}
.list {
	background-image: url(siderstyle/img/img04.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.gray {
	color: #CCCCCC;
}
.ps10 {
	width: 10%;
}
.ps20 {
	width: 20%;
}
.ps30 {
	width: 30%;
}
.ps40 {
	width: 40%;
}
.ps50 {
	width: 50%;
}
.ps60 {
	width: 60%;
}
.ps70 {
	width: 70%;
}
.ps80 {
	width: 80%;
}
.ps90 {
	width: 90%;
}
#head {
	margin: 0px;
	padding: 20px;
}
#content {
	margin: 0px;
	font-size: 100%;
	background-image: url(../img/line_vert.gif);
	background-repeat: repeat-y;
	background-position: 29%;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#foot {
	clear: both;
	width: 800px;
	height: 42px;
	padding-top: 13px;
	border-top: 1px solid #444444;
	text-transform: uppercase;
	font-size: 11px;
	color: #E5E5CC;
	background-image: url(../img/img03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 20px;
}



/* header style */

#head h1, #head h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #FFFFFF;
}

#head h1 {
	float: left;
	font-size: 3em;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-weight: bold;
}

#head h2 {
	padding: 75px 0px 0px 0px;
	text-indent: 10px;
	display: none;
}
#banner {
	height: 150px;
	background-image: url(../img/img01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#navigator {
	width: 800px;
	height: 50px;
	margin: 0px auto;
	background-image: url(../img/img02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#navigator ul {
	margin: 0px;
	padding: 0 0 0 20px;
	list-style: none;
}

#navigator ul li {
	padding: 14px 30px 10px 12px;
	float: left;
	background-image: url(../img/img06.gif);
	background-repeat: no-repeat;
	background-position: left 55%;
	display: inline;
}

#navigator ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}
#navigator ul li a:hover {
	color: #D7D7BD;
}

/* content style */

#contentleft {
	float: left;
	width: 28%;
	overflow: hidden;
}

#contentright {
	margin: 0px;
	padding: 0px;
	width: 72%;
	float: right;
	overflow: hidden;
}
#contenttitle {
	font-size: 18px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 1.6em;
	padding-left: 5px;
	color: #005880;
}
#position {
	padding: 5px;
}
#errormsg {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* foot style */

#foot .copyright {
	float: left;
	margin: 0px;
	padding-left: 20px;
	text-align: center;
}

#foot .links {
	float: right;
	margin: 0px;
	padding-right: 20px;
	text-align: center;
}

#foot .textcn {
	font-size: 11px;
}

#foot a {
	color: #E5E5CC;
}

/* two column style */

.frm2col {
	clear: both;
	float: none;
	line-height: 1.6em;
}
.frm2col ul {
	clear: both;
	float: none;
}
.frm2col li {
	list-style-type: none;
}
.frm2col h4 {
	margin-bottom: 5px;
}
.frm2col h4 span {
	font-size: 13px;
	font-weight: normal;
	margin-right: 10px;
}
.frm2col p {
}
.frm2col .container {
	padding: 10px;
}


/* three column style */

.frm3col {
	clear: both;
	float: none;
}

.frm3col ul {
}

.frm3col li {
}

.frm3col #left {
	width: 40%;
	float: left;
	display: block;
}

.frm3col #mid {
	width: 30%;
	float: left;
	display: block;
}

.frm3col #right {
	width: 30%;
	float: right;
	display: block;
}
