@charset "gb2312";/*强制GB2312*/
/*
 *云南网 www.yunnan.cn 公共CSS库
 *网站整体布局 颜色 字体 定义
 *开发人：云南日报报业集团新闻网络中心 范晶
 *Email: macrossplus@yndaily.com
 *Blog: hi.baidu.com/fankejing
 *版本：ynnet_0.1
 *日期：2007-12-05
*/

/*整体效果定义*/
*
{
	margin: 0px;
	padding: 0px;
}

html
{
	min-width: 950px;
}

body > div
{
	text-align: center;
	margin: auto;
	color: #000;
	background-color: #FFF;
}

body
{
  background-color: #FFF;
  font-size: 12px;
  font-family: 宋体,Verdana, Geneva, Arial, Helvetica, sans-serif;
  line-height: 150%;
  margin: 0px auto;
  text-align: center;
}

/*Html标签定义开始*/
p
{
	text-align: left;
	text-indent: 24px;
}

ul
{
	list-style: none;
}

li
{
	text-align: left;
}

img
{
	border: 0px;
        display: block;
}

a:link
{
	text-decoration: none;
	color: #000162;
}
a:visited
{
	text-decoration: none;
	color: #000162;
}
a:hover
{
   text-decoration: underline;
   color: #FF0000;
}
a:active
{
	text-decoration: underline;
	color:#009;
}

/* 页面容器层 */
.yunnan_c
{
	width: 950px;
	margin: 0px auto;
	margin-top: 5px;
	padding: 0px;
	clear: both;
}


/* 除首页外其他页面头部 */
#navleft
{
	width: 340px;
	margin: 0px;
	padding: 0px;
	color: #0350ba;
	float: left;
}
#navleft li
{
	width: 160px;
	float: left;
}

#navright
{
	width: 360px;
	margin: 0px;
	padding: 0px;
	color: #0350ba;
	float: right; 
}
#navright li
{
	width: 175px;
	float: left;
}

#navrightinput
{
   width: 120px;
	border: 0px;
	border-top: 2px;
	border-left: 1px;
}

#search
{
	width: 50px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	background: no-repeat url(../images/s1.gif);
}
#asearch
{
	width: 65px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	background: no-repeat url(../images/s2.gif);
}

/* 导航开始 */
#navmenu
{
	width: 948px;
	height: 58px;
	margin: 0px auto;
	padding: 0px;
	border: solid #cacaca 1px;
	clear: both;
}
#navmenuleft
{
	width: 200px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#navmenuright
{
	width: 700px;
	margin: 0px;
	padding: 0px;
	float: right;
}
#menu
{
	width: 650px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #0350ba;
	padding: 0px;
	clear: both;
}
/* 除首页外其他页面头部 */

/*页面通用底部*/
.bottom
{
	width: 948px;
	height: 114px;
	margin: 0px auto;
	margin-top: 3px;
	padding: 0px;
	border: solid #cacaca 1px;
	clear: both;
}
.bottomleft
{
	width: 46px;
	margin: 0px;
	padding: 0px;
	float: left;
	color: #0350ba;
	background-color: #d9ebeb;
}
.bottomright
{
	width: 880px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.bottomnav
{
	width: 860px;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
#bottom1
{
	width: 750px;
	margin: 0px auto;
	margin-top: 5px;
   color: #0350ba;
	padding: 0px;
	clear: both;
}