@charset "utf-8";
body {
	background: #009661 url(../images/bg.gif) repeat-x;
	margin: 0 auto;
}

#content {
	background: #FFFFFF url(../images/header_bg.png) no-repeat top center;
	width: 800px;
	padding: 0 75px;
	margin: 0 auto;
}

#header {
	width: 740px;
	margin: 0 auto;
}
	
#header h1, #header h1 a {
	background: url(../images/header_logo.png) no-repeat;
	width: 290px;
	height: 100px;
	text-indent: -2000px;
	margin: 0; padding: 0;
	display: block;
}

#text {
	background: #FFFFFF;
	width: 800px;
}

#advert {
	color: #575759;
	background: url(../images/Advert.jpg) no-repeat;
	margin: 0;
	width: 507px;
	float: right;
	padding-top: 507px;
	padding-right: 30px;
}
#sponsor{
	width: 507px;
	float: rigth;
	padding: 5px 30px;
	display: block;
}

#right {
	color: #575759;
	margin: 0;
	width: 507px;
	float: right;
	padding-right: 30px;
	padding-bottom: 15px;
	line-height: 160%;
	font-size: 14px;
}
#right h1 {
	color: #009661;
	font-size: 24px;
	padding-top: 10px;
	padding-bottom: 7px;
	border-bottom:  1px dotted #009661;
	display: block;
}
#right h2 {
	color: #575759;
	font-size: 19px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom:  1px dotted #575759;
	display: block;
}
#right h3 {
	color: #575759;
	font-size: 15px;
	padding-top: 10px;
	display: inline;
}

a {
	color: #009661;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.nolink, .nolink a {
	color: #575759;
	text-decoration: none;
}
.nolink a:hover {
	text-decoration: none;
}


/* ctoc */
#ctoc {
	font-size: 15px;
	color: #58585A;
	float: left;
	width: 208px;
	padding: 22px 25px 30px 30px;
	display: block;
}
#ctoc a {
	color: #58585A;
	text-decoration: none;
	display: block;
	padding: 8px 0;
}
#ctoc a:hover {
	color: #009661;
	text-decoration: underline;
}

#ctoc .ctoc_item1,
#ctoc .ctoc_item2,
#ctoc .ctoc_item3,
#ctoc .ctoc_item4,
#ctoc .ctoc_item5 {
	border-bottom:  1px dotted #CDCDCD;
}

#ctoc #ctoc_current_item {
	color: #009661;
	font-weight: bold;
}
#ctoc .ctoc_item2 {
	margin-left:  15px;
}

/* footer */
#footer {
	background: #009661 url(../images/footer.png) no-repeat;
	height: 33px;
	width: 740px;
	margin: 0px;
	padding: 22px 30px 40px 30px;
	font-size: 13px;
}