@charset "utf-8";
body {
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	background-color: #FFF;
}
table {
	border-collapse: collapse;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #B22;
	text-decoration: underline;
}
a img {
	border: 0;
}
#Layout {
	width: 1000px;
	margin: 0 auto;
}
#Header {
	width: 100%;
}
#Logo {
	width: 260px;
	height: 50px;
	background: url(Images/LOGO.gif) no-repeat;
}
#NavBar {
	text-align: right;
	vertical-align: bottom;
	font-weight: bold;
	font-size: 14px;
}
#SearchBar {
	margin: 0;
	padding: 0 15px 5px;
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
}
#SearchBar img {
	vertical-align: middle;
}
#SearchBar .Text {
	width: 150px;
	height: 13px;
	font-size: 12px;
	border: #CCC 1px solid;
	color: #CCC;
}
#NavBar span {
	padding: 0 14px;
}
#NavBar a:hover {
	text-decoration: none;
}
#Banner {
	height: 130px;
	background: url(Images/Banner.jpg) no-repeat;
}
#Content {
	width: 100%;
}
#Content .Left {
	width: 260px;
	padding: 0 5px 0 0;
}
#Content .Middle {
	width: 480px;
	padding: 0;
}
#Content .Right {
	width: 260px;
	padding: 0 0 0 5px;
}
#Footer {
	color: #999;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 7px;
}
#Footer a {
	color: #999;
}
#Footer a:hover {
	color: #339;
	text-decoration: none;
}
.RedTitle {
	background: #B22 url(Images/RedTitleBG.gif) repeat-x;
}
.GrayTitle {
	background: #6F6F6F url(Images/GrayTitleBG.gif) repeat-x;
}
.LightTitle {
	background: #FFF url(Images/LightTitleBG.gif) repeat-x;
}
.RedTitle table, .GrayTitle table, .LightTitle table {
	width: 100%;
}
.RedTitle td, .GrayTitle td, .LightTitle td {
	padding: 0 12px 0 0;
}
#Content .NewsList {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1.8;
}
#Content .NewsList .Author {
	color: #F00;
}
#Content .Left .NewsList, #Content .Right .NewsList {
	width: 250px;
}
#Content .Middle .NewsList {
	width: 470px;
}
#Content .NewsList ul {
	margin: 5px 0 5px 10px;
	list-style: none;
}
#Content .NewsList ul li {
	padding-left: 10px;
	background: url(Images/Dot.gif) 2px center no-repeat;
}
.BottomBlock {
	height: 14px;
}
.DottedBorder {
	border-width: 0 1px;
	border-style: dotted;
	border-color: #CCC;
}
#Content #Affair, #Content #Contact {
	padding: 10px 15px;
	line-height: 1.8;
	vertical-align: top;
}
#Content #Books {
	border-top: #CCC 1px dotted;
	padding: 5px 2px;
}
#Content #Books td {
	height: 120px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #CCC;
	padding: 0 3px;
}
.More {
	text-align: right;
}
#NewsReader {
	padding: 10px 20px;
	border-width: 0 1px 1px 1px;
	border-color: #CCC;
	border-style: solid;
}
#NewsReader #Title {
	color: #B22;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
}
#NewsReader #Info {
	color: #AAA;
	font-size: 12px;
	text-align: center;
}
#NewsReader #Content {
	width: 920px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 14px;
	line-height: 1.8;
	margin: 10px 20px;
}
#NewsClass #ClassName {
	background-color: #09C;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 20px;
}
#NewsClass ul {
	font-size: 14px;
	line-height: 1.8;
	list-style: none;
	margin: 10px 30px;
}
#NewsClass ul li {
	background: url(Images/Dot.gif) left center no-repeat;
	padding-left: 10px;
}
#NewsClass .Title {
	width: 660px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#NewsClass .Author {
	width: 100px;
	display: inline-block;
	white-space: nowrap;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
}
#NewsClass .Date {
	color: #999;
	width: 100px;
	display: inline-block;
	padding: 0 10px;
}
#NewsClass #Pager {
	padding-left: 60px;
	color: #777;
}
#NewsClass #Pager a {
	color: #777;
}
#NewsClass #Pager a:hover {
	color: #B22;
}
#NewsClass #Pager .TextBox {
	width: 20px;
	height: 15px;
	font-size: 12px;
	border: #999 1px solid;
}
#NewsClass #Pager .Button {
	height: 18px;
	font-size: 12px;
	border: #B22 1px solid;
	background-color: #39F;
}
