* {
	margin: 0;
	padding: 0;
}
body {
	background: #999 url(../img/bg.gif) repeat-y;
	font-family: Georgia,Tahoma,sans-serif;
	font-size: 0.8em;
	padding-left: 25px;
	line-height:20px;
}
a {
	color:#006699;
	text-decoration:none;
	border:0px;
	font-size:11px;
}
img
{
	border:0px;
}

a:hover {
	color:#0FB1FF;
	text-decoration:underline;
}

a.topnav {
	color:#006699;
	text-decoration:none;
	font-size:12px;
}
a.topnav:hover 		{
	color:#0FB1FF;
	text-decoration:underline;
}
a.m_link {
    color:#000000;
	font-size:13px;
}


.PM {
     font-size:14px;
     font-weight:bold;
}

p {
	margin-bottom: 1.2em;
	line-height:18px;
	font-family:Georgia;
}


ul {
	margin: 0 0 10px 22px;
}
li {
	list-style-image: url(../img/li.gif);
	display:inline
}
li.num_li {
	list-style-image: url(../img/li.gif);
	display:inline;
	padding-left:25px;
}
li.num_li p {
	padding-left:35px;
}

.dcap {
color:#FF6600;
display:inline;
float:left;
font-size:4.8em;
line-height:0.8em;
text-transform:uppercase;
margin:0.07em 0.14em 0pt 0pt;
font-weight:bold;
}

/* misc */
.clearer {
	clear: both;
}
div.quote {
	border-left: 4px solid #ffcc00;
	clear: both;
	color: #555;
	display: block;
	font: italic 1.1em Verdana,serif;
	margin: 12px 0 12px 16px;
	padding-left: 12px;
}

/* top & header */
.top {
	background: url(../img/top.gif);
	color: #000;
	height: 45px;
	width: 939px;
}
.top h1 {
	font: bold 2em sans-serif;
	padding: 8px 16px 0;
}
.top h1 span {
	font: normal 60% Verdana,sans-serif;
}
.header {
	background: url(../img/header.gif); 
	height: 101px;
	width: 939px; 
}

/* menu */
div.menu ul {
	margin: 0 1px 0 0;
}
div.menu li {
	list-style-image: none;
	width:125px;
	float:left;
	text-align:center;
}
div.menu a {
	background: #4B4B4B;
	color: #DDD;
	display: block;
	font-family: sans-serif;
	font-size: 85%;
	padding: 5px 0 5px 8px;
	text-decoration: none;
	width: 180px;
}
div.menu a#current {
	background: #666; color: #FFF;
}
div.menu a:hover {
	background: #555; color: #FFF;
}
div.menu li {
	list-style-type: none;
	margin: 0 0 1px 0;
	padding: 0;
}

/* left side */
div.content_left {
	margin: 1px;
	width: 593px;
}
div.date {
	background: #0070CD url(../img/bgdate.gif) repeat-x;
	color: #FFF;
	font-weight: bold;
	padding: 10px;
}
div.newsitem {
	background: #F0F0F0 url(../img/bg_newsitem.png) repeat-x;
	border: 1px solid #EEE;
	border-color: #EEE #EEE #DDD #EEE;
	clear: both;
	color: #333;
	line-height: 1.5;
	margin: 6px;
	padding: 10px;
}
div.newsitem img {
	border: 3px double #CCC;
	height: 120px;
	margin: 6px 10px 10px 10px;
	width: 120px;
}
div.newsitem img.left {
	float: left;
}
div.newsitem img.right {
	float: right;
}
div.newsitem .title {
	color: #0066CC;
	font: bold 1.2em Tahoma,sans-serif;
	padding: 3px 4px;
}
div.newsitem .body {
	font-family: "Trebuchet MS",Tahoma,sans-serif;
	font-size: 0.9em;
	text-align: justify;
}


/* right side */
div.content_right {
	width: 331px;
	position: absolute;
	top: 116px;
	left: 621px;
}

div.links a {
	background: url(../img/bg_navitem.gif) repeat-x #FFF;
	border-bottom: 1px solid #EEE;
	display: block;
	font: normal 85% Tahoma,sans-serif;
	padding: 6px 0 8px 8px;
	text-decoration: none; color: #333;
}
div.links a:hover {
	color: #0080DD; background-position: left bottom;
}
div.links div.line {
	height: 1px; background-color: #EEEEF5;
}
div.links .title {
	background: #ffcc00 url(../img/bgsubtitle.gif) repeat-x;
	color: #000;
	font: normal 85% Tahoma,sans-serif;
	padding: 5px 8px;
}

/* footer */
div.footer {
	background: #FFCC00;
	border: 0px solid #EEE;
	color: #FFF;
	border-top:1px solid #000000;
	width: 939px;
}
div.footer .copyright {
	padding: 6px 12px;
}
div.footer a {
	color: #FFF;
	font: bold 1em "Trebuchet MS",sans-serif;
	text-decoration: none;
}


/* 选项卡关键属性 */
#tab {
    width:570px; 
	height:290px; 
	position:relative; 
} /*设置容器高宽等*/
 
html > body #tab { 
    width:566px; 
} /*兼容IE6:IE6下宽度不够*/


#tab div { 
    position:absolute; 
	top:26px; left:0; 
	width:524px; 
	height:255px;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	line-height: 120%; 
	border:solid #CCCCCC; 
	border-width:0 1px 1px; 
}/*设置被操作容器高宽等*/

#tab div p {
    margin-bottom:10px;
}

#tab div { display:none; }/*设置被操作容器默认隐藏:不用ID是因为下面将利用class来控制被操作容器显示,而class优先级低于id选择器*/

#tab .block { display:block; }/*选中的被操作容器*/

#tab h3 { 
    float:left; 
	width:114px; 
	height:26px; 
	line-height:26px; 
	margin:0 -1px 0 0; 
	font-size:14px; 
	cursor:pointer; 
	font-weight:normal; 
	text-align:center; 
	color:#00007F; 
	background:#eee url(../img/720061212105226.gif) no-repeat; }/*默认标题样式*/
	
#tab .up { 
    background:#fff url(../img/x20061212105231.gif) no-repeat; }/*选中的标题样式*/


