*		{ margin:0; padding:0; border:0; }

ul		{ list-style:none; }
a		{ color:#000; text-decoration:underline; }
a:hover		{ text-decoration:none; }

body {
	color:#000;
	background:#fff;
	text-align:center;
	font:normal 12px/16px Century Gothic, Verdana, Arial;
}

h1 { color:#20409a; font:normal 24px/28px Century Gothic, Verdana, Arial; }
h2 { color:#20409a; font:bold 18px/22px Century Gothic, Verdana, Arial; }
h3 { color:#20409a; font:bold 14px/16px Century Gothic, Verdana, Arial; }
h4 { color:#20409a; font:bold 13px/16px Century Gothic, Verdana, Arial; }
h5 { color:#20409a; font:bold 12px/16px Century Gothic, Verdana, Arial; }
h6 { color:#20409a; font:bold 11px/16px Century Gothic, Verdana, Arial; }

html, body {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}

.main {
	width:970px;
	min-height:100%;
	margin:0 auto;
	text-align:left;
	position:relative;
}

* html .main {
	height:100%;
}


.header {
	height:235px;
	color:#5b5c5f;
	position:relative;
	font-size:16px;
	line-height:22px;
	background:url(/images/header.jpg) no-repeat;
}
.header .c1 {
	position:absolute;
	text-align:right;
	top:88px; right:154px;
}
.header .c2 {
	font-size:13px;
	position:absolute;
	bottom:10px; left:135px;
}


.nav {
	height:50px;
	text-align:center;
	overflow:hidden; _zoom:1;
	padding:17px 0 0 0;
	background:url(/images/nav.jpg) no-repeat;
}
.nav table {
	float:left;
	display:inline;
	margin:0 0 0 85px;
}

.nav td {
	padding:5px 24px;
}

.nav a {
	color:#204397;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	text-decoration:none;
}

.content {
	line-height:18px;
	background:url(/images/content.jpg) no-repeat;
}
.content_c {
	min-height:400px;
	height:auto !important;
	height:400px;
	padding:20px 170px 50px 170px;
	overflow:hidden; _zoom:1;
	background:url(/images/content_c.jpg) no-repeat bottom left;
}

.content p,
.content ul,
.content h1,
.content h2,
.content h3 {
	padding:4px 0;
}

.content p.center {
	text-align:center;
}

h3 {
	color:#20409a;
}
h2 {
	text-align:center;
}

.v {
	padding:0 0 100px 0;
}

.footer {
	width:880px;
	height:65px;
	text-align:left;
	padding:35px 40px 0 50px;
	margin:-100px auto 0 auto;
	position:relative;
	background:url(/images/footer.jpg) no-repeat;
}
.footer ul {
	overflow:hidden; _zoom:1;
}
.footer span {
}

.footer li {
	float:left;
	padding:0 5px;
	border-right:1px solid #000;
}
.footer li.none {
	border:none;
}
p{
	text-align:justify
}


