﻿body{
	font-size:12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#333;
	line-height:150%;
	background:#F5F5F5;
}
body,form,ul{
	margin:0;
	padding:0;
}
img{
	border:none;
}
a{}
table{
	*display:block;
	*float:none;
}
#logo{
	/*width:200px;
	height:123px;
	background:url(../images/logo.png) no-repeat;
	*/
	text-indent:-1000px;
}
#head,#main{
	width:760px;
	text-align: left;
	margin:0 auto;
	background-color:#ff9966;
}
.content{
	padding:90px 10px 10px;
	background:white url(../images/head4.jpg) no-repeat;
}
.content p{
	text-align:justify;
}
.subTitle{
	margin:0 0 10px 0;
	padding:0 0 3px;
	border-bottom:1px solid #c25f18;
}
.subTitle2{
	margin:5px 0;
	padding:3px 0;
	font-size:18px;
	color:#E97F1D;
}
.content a:link, a:visited {
	color:#CC9900;
	font-weight:bold;
}
.content a:hover {
	color:#996600;
	font-weight:bold;
	text-decoration:none;
}
.content ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.content ul li {
	background-image:url(../images/bullet.png);
	background-position:0px 2px;
	background-repeat:no-repeat;
	padding-left:15px;
	padding-top:0px;
}
.levelList li{
	list-style:none;
	background:none !important;
	padding:6px 0 !important;
	text-align:justify
}
/*menu nav*/
#nav{
	margin:5px 0;
	border-bottom:1px solid #B51716;
}
#nav li{
	font-weight:bold;
	list-style:none;
}
#nav li a{
	color:white;
	text-decoration: none;
	display:block;
	width:185px;
	height:22px;
	border:1px solid #B51716;
	border-right:none;
	border-bottom:none;
	line-height:22px;
	text-indent:14px;
	background:#EC7D2E url(../images/arrow1.png) no-repeat 5px center;
}
#nav li a:hover{
	color:#C36118;
	background: #FFCC99 url(../images/arrow2.png) no-repeat 5px center;
}
#nav li.current {
	width:185px;
	height:22px;
	border:1px solid #B51716;
	border-right:none;
	border-bottom:none;
	line-height:22px;
	text-indent:14px;
	color:#C36118;
	background:#FFF url(../images/arrow2.png) no-repeat 5px center;
}
#nav li.current a:hover{
	background:#FFF url(../images/arrow2.png) no-repeat 5px center;
}
#nav a.navTwoLine,#nav li.navTwoLine{
	width:171px;
	height:40px; 
	line-height:20px; 
	background-position:5px 8px; 
	padding-left:14px; 
	text-indent:0;
}
#nav a.navTwoLine:hover{
	background-position:5px 8px; 
}
/*显眼字*/
.focus{
	font-weight:bold;
	color: #E97F1D;
	text-align:left;
}
/*activities list*/
dl.activities{
	color:black;
}
dl.activities dt{
	background:url(../images/subTitle_bg.gif) no-repeat left -1px;
	height:34px;
	line-height:34px;
	padding-left:26px;
	font-weight:bold;
	cursor:pointer;
}
dl.activities dd{
	margin:0 0 0 15px;
	background:url(../images/dot.gif) no-repeat left 6px;
	*background:url(../images/dot.gif) no-repeat left 8px;
	padding-left:10px;
}
dl.activities dd.imgFloat{
	float:right;
	background:none;
	margin:0;
}
/*photo gallery*/
.gallery td{
	text-align:center;
	padding-bottom:10px	
}
.gallery td div{
	text-align:center;
}
#footer{
	width:760px;
	margin:0 auto;
	background:url(../images/footer_line.png) repeat-x top left;
	height:40px;
	line-height:44px;
	text-align:right;
}

.enrolment_table{
	border-collapse:collapse;
	width:600px
}
.enrolment_table td{
	border:0px;
	padding:6px;
	line-height:150%;
}
.enrolment_table_title{
	font-weight:bold;
	background-color:#E6E6E6;
}
.enrolment_table_content{
	background-color:#F5F5F5;
}
.star{
	color:#FF0000;
}