@charset "utf-8";
#subNav {
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	background-image: url(../skin/subNav.jpg);
	background-repeat: no-repeat;
	background-color: #EDEEF3;
	padding-left: 70px;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADCE7;
}
#subNav a {
	color: #999999;
	text-decoration: none;
}
#subNav a:hover {
	color: #F89F3B;
	text-decoration: underline;
}

#content {
	padding-top: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EDEEF3;
	border-left-color: #EDEEF3;
	padding-left: 15px;
	padding-bottom: 50px;
}
#left {
	float: left;
	width: 200px;
	border: 1px solid #fdae65;
	padding-bottom: 40px;
}
#left dt {
	background-image: url(../skin/subNav1.jpg);
	height: 34px;
	line-height: 34px;
	padding-left: 10px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
}
#left dd {
	font-size: 12px;
	color: #727272;
	font-weight: bold;
	line-height: 25px;
	margin-right: 10px;
	margin-left: 10px;
}
#left a {
	text-decoration: none;
	color: #727272;
	display: block;
	padding-left: 10px;
}
#left a:hover {
	color: #F89F3B;
	background-color: #EEEEEE;
}
.visited {
	color: #F89F3B;
	background-color: #EEEEEE;
}


#right {
	float: right;
	margin-right: 20px;
	width: 710px;
}
#right #rightTitle {
	font-size: 14px;
	font-weight: bold;
	color: #f89f3b;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f89f3b;
	background-image: url(../skin/cir.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	line-height: 22px;
	padding-bottom: 3px;
}
#right #rightContent {
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 25px;
}
#content #space {
	clear: both;
}
