@charset "utf-8";
/* CSS Document */
body  {
	margin: 0; /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */
	padding: 0;
	text-align: center; /* 在 IE 5* 浏览器中，这会将容器居中。文本随后将在 #container 选择器中设置为默认左对齐 */
	color: #000000;
	background-color: #083E60;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font-family: arial,sans-serif;
	font-size: 13px;
	line-height: 18px;
}
img {
	border:0;
}
a:link {
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
	color: #0000CC;
	text-decoration: underline;
}
a:hover {
	color: #0000CC;
	text-decoration: underline;
}
a:active {
	color: #0000CC;
	text-decoration: underline;
}

.twoColFixRtHdr #container {
	width: 984px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/bg_main_sidebar.gif);
	background-repeat: repeat-y;
} 
.twoColFixRtHdr #header {
	height: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #041F31;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* 由于此元素是浮动的，因此必须指定宽度 */
	width: 300px; /* 将显示背景色，其宽度等于栏中内容的长度，*/
	padding: 15px 10px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 350px 0 0; /* 此 div 元素的右边距会在页面的右下方创建栏 — 无论 sidebar1 div 中包含多少内容，都将保留栏空白。如果您希望在 #sidebar1 中的内容结束时，用 #mainContent div 的文本填充 #sidebar1 空白，则可以删除此边距。 */
	padding: 0 20px;
} 

.twoColFixRtHdr #mainContent img {
	padding:0;
	margin:5px 0;
}
.twoColFixRtHdr #mainContent p {
	padding:0;
	margin:5px 0;
}
.twoColFixRtHdr #mainContent UL {
	list-style-type: disc;
	margin:5px 0 5px 25px;
	padding:0;
}
h2 {
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	padding:0;
	margin:5px 0 0 0;
}
h2 span {
	font-size: 12px;
	font-weight: normal;
}
h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	color:#000;
	text-decoration:none;
}
h3 {
	font-size: 12px;
	line-height: 21px;
	padding:0;
	margin:0;
	background-image: url(images/dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	text-indent: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.twoColFixRtHdr #sidebar1 p {
	font-size: 12px;
	line-height: 21px;
}
.twoColFixRtHdr #sidebar1 a {
	text-decoration: none;
	color: #000;
}
.twoColFixRtHdr #sidebar1 UL {
	list-style-type: none;
	margin:5px 0 5px 23px;
	padding:0;
	list-style-position: outside;
	list-style-image: url(images/dot2.gif);
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #083E60;
	background-image: url(images/bg_content_sidebar.gif);
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* 就像边距会产生空白一样，此元素上的填充也将产生空白，但不会出现边距重叠问题 */
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
#footer a {
	font-size:10px;
	color: #FFFFFF;
	text-decoration: none;
}
#leadbar {
	background-image: url(images/bg_lead_sidebar.gif);
	background-repeat: no-repeat;
	height: 36px;
}
.fltrt { /* 此类可用来使页面中的元素向右浮动。浮动元素必须位于页面上要与之相邻的元素之前。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 此类可用来使页面上的元素向左浮动 */
	float: left;
	margin-right: 8px;
}
#menu {
	background-image: url(images/bg_menu_primary.gif);
	background-color: #062f49;
	background-repeat: no-repeat;
}
.clearfloat { /* 此类应当放在 div 或 break 元素上，而且该元素应当是完全包含浮动的容器关闭之前的最后一个元素 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*- Menu Tabs E--------------------------- */

    #tabsE {
	float:left;
	width:100%;
	font-size:12px;
	line-height:24px;
	background-image: url(images/bg_menu_primary.gif);
	background-repeat: no-repeat;
	background-color: #062F49;
	color: #a3c1df;
      }
    #tabsE ul {
	margin:0;
	padding:0px 10px 0 50px;
	list-style:none;
      }
    #tabsE li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsE a {
	float:left;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
	color: #a3c1df;
      }
    #tabsE a span {
	float:left;
	display:block;
	padding:5px 15px 4px 10px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsE a span {float:none;}
    /* End IE5-Mac hack */
    #tabsE a:hover span {
	color:#f9893e;
      }
    #tabsE a:hover {
	background-color: #062F49;
      }
    #tabsE a:hover span {
	background-color: #062F49;
      }

        #tabsE #current a {
	color: #FFFFFF;
	background-image: url(images/menu_hover.gif);
	background-repeat: repeat-x;
        }
        #tabsE #current a span {
	color: #FFFFFF;
	background-image: url(images/menu_hover.gif);
	background-repeat: repeat-x;
        }
#tabsE #current a:hover {
	color: #FFFFFF;
}
#tagline {
	float: left;
	width: 450px;
}
#logo {
	float: left;
	width: 450px;
}
#tagline h1 {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 18px;
	PADDING-BOTTOM: 32px;
	MARGIN: 0px;
	COLOR: #a3c1df;
	PADDING-TOP: 40px;
	TEXT-ALIGN: right;
	font-size: 14px;
	font-weight: normal;
}
#logo span {
	margin-top: 28px;
	margin-left: 25px;
	display: block;
}
#article_title {
	display:block;
	float:left;
	width:100%;
	font-size:14px;
	font-weight:bold;
	margin:5px 0;
	color:#CC3300;
}

