

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}

img {
border: 0;
}

body {
	background: #f9fcf9 url(img/bg-2.jpg) repeat-x left top;
	color: #4c4c4c;
	font: normal 80% KaiTi,Tahoma,arial;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,arial;
	margin-bottom: 4px;
}
h2 {
	font: normal 1.2em SimHei,Tahoma,arial;
	margin-bottom: 4px;
}
h3 {
	font: normal 0.8em SimHei,Tahoma,arial;
	margin-bottom: 4px;
}

h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background-color: #FFF;
	font-size: 1.6em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 1150px;
}

/* header */
.top {
	padding: 10px 10px 0;
}

/* title */
.header {
	background-color: #fff;
	font-size: normal 200% Tahoma,arial;
	height: 135px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 1150px;
}

.header .left {
	background: #cbe2ef url(img/head-ch8.jpg) no-repeat;
	font: normal 400% Tahoma,arial;
	line-height: 135px;
	width: 1150px;
	text-align: center;	
	color: #00007f;
}


/* navigation */
.navigation {	
	background: #D9E1E5 url(img/nav.jpg);
	border: 1px solid #D8EBD8;
	height: 41px;
}
.navigation a {
	background: transparent url(img/nav.jpg) left top repeat-x;
	border-right: 1px solid #D8EBD8;
	color: #333300;
	display: block;
	float: left;
	font: 0.8em arial;
	line-height: 41px;
	padding: 0 10px;
	text-decoration: none;
}
.navigation a:hover {
background: transparent url(img/nav.jpg) right bottom; 
color: #333333;
}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: #FFF;
}

/* sub navigation */
.sidenav {
	float: left;
	width: 60px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #D8EBD8;
}
.sidenav li {border-bottom: 1px solid #D8EBD8;}
.sidenav li a {
	font-size: 1.2em;
	color: #333300;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}

/* content */
.content {
	float: right;
	margin: 10px 0;
	padding: 0 16px;
	width: 1100px;
}
.content li {
	margin-left: 18px;
	color: black;
}


.content p
{
color: black;
}


/* footer */
.footer {
	background: url(img/bgfooter.jpg) repeat-x;
	color: #FFF;
	font: 0.8em arial;
	line-height: 25px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}


