@charset "utf-8";
#main a {
	color: #3366CC;
}
#main a:hover {
	color: #666666;
	text-decoration: none;
}

#left {
	width: 895px;
	margin: 5px;
	margin-top: 10px;
	float: left;
}

#topImg {
}


.headLine:before{
	content: url(../img/headerMark.gif);
}

h2 {
	font-size: 20px;
	color: #555555;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 10px;
	background-image: url(../img/headerLine02.jpg);
	background-repeat: repeat-x;
	border: 1px solid #AAAAAA;
	margin-top: 10px;
}


#news {
	border: 5px solid #E0E0E0;
	padding: 0px 10px 10px 10px;
}

#news dl {
/*
	width: 880px;
*/
}

#news dt {
	float: left;
	width: 78px;
	font-size: 11px;
	padding: 10px 0px 5px 15px;
	line-height: 16px;
	clear:both;  

}
#news dd {
	font-size: 12px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
	margin-top: 5px;
	margin-left: 90px;
	line-height: 20px;
	padding: 5px 0px 5px 55px;
}

#news .release {
	background-image: url(../img/newsIcon.png);
        background-repeat: no-repeat;
}
}

#right {
	float: right;
	width: 290px;
	margin-top: 10px;
	margin-left: 5px;

}


#rightMenu {
	float: left;
	height: 290px;
	width: 100px;
}

#rightMenu li {
	height: 97px;
	width: 290px;
	display: block;
	cursor:pointer;
}


#right .lessonList {
	padding-top: 10px;
}

#right .lessonList .title {
	color: #81314E;
	background-image: url(../img/boxHeader_01.jpg);
	background-repeat: no-repeat;
	height: 23px;
	padding-top: 7px;
	padding-left: 10px;
	font-size: 16px;
}

#right .lessonList .content {
	font-size: 12px;
	padding: 5px;
	border: 1px solid #CCC;
}

#right .lessonList .content ul .course {
	padding-left: 15px;
	margin-top: 5px;
	background-image: url(../img/list_01.gif);
	background-repeat: no-repeat;
}

#right .lessonList .content ul .course a {
	color: #ED7975;
}

#right .lessonList .content ul .course ul .lesson {
	padding-left: 10px;
	color: #666;
	margin-top: 5px;
}
#right .banner {
	margin-top: 10px;
}

#left .infoIMG {
	margin-top: 10px;
	margin-bottom: 10px;
}

