/**//* main */
.container .main {
	padding-bottom:0;
}
/**//* intro */
.content .intro {
	background:#10335a;
}
/**//* subnav */
.content .subnav {
	border-bottom:0;
	padding-bottom:0;
	padding-top:0;
}
.content .subnav h5,
.content .subnav h5.last {
	background-color:#10335a;
	border-bottom:1px solid #58718c;
	border-top:0;
	color:#fff;
}
.content .subnav h5 a,
.content .subnav h5 a:visited,
.content .subnav h5.last a {
	color:#fff;
}
.content .subnav h5.last {
	margin-bottom:0;
}
.content .subnav ul {
	border-bottom:1px solid #89afcd;
}
.content .subnav ul li {
	background-color:#bde4ff;
	border-top:1px solid #89afcd;
}
/**//* chapter */
.content .chapter {
	background-color:#fff;
	background-image:url(../images/chapterNewBg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-bottom:45px;
}