.cf:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cf
{
	display: inline-block;
}

* html .cf
{
	height: 1%;
}

.cf
{
	display: block;
}

body
{
	margin:0px;
	padding:0px;
	display:block;
	float:none;
}

div
{
    display:block;
    float:none;
}

table thead td
{
	background-color:#95080e;
}

.body_container
{
	text-align: center;
}

body *
{
	font-family:Arial;
	font-size:12px;
}

input
{
	color:#000;
}

select,select option
{
	color:#000;
}

a,a *
{
	/*color:#000;*/
	border:0px;
	outline: none;
	text-decoration:none;
	cursor:pointer;
}

a:hover,a:focus,a:hover *,a:focus *
{
	color:#ff0000 !important;
}

div
{
	margin:0px;
	padding: 0px;
	display:block;
	float:none;
}

.content_container
{
	display:block;
	float:none;
	width:976px;
	margin:0px auto;
	background:url('/images/design/output_bg.gif') top left repeat-y;
}

.content_container .content_container_top
{
	background:url('/images/design/output_top.gif') top left no-repeat;
}

.content_container .content_container_bottom
{
	background:url('/images/design/output_bottom.gif') bottom left no-repeat;
	padding:5px 5px 13px 5px;
}

.menu
{
	padding:0px;
	margin:0px;
}

.menu_container
{
	background:black none repeat scroll 0 0%;
	opacity: 0.75;
	filter: alpha(opacity=75);
	/*position: relative;*/
	margin-top:-31px;
	height:31px;
	overflow:hidden;
}

.menu_border
{
	height:2px;
	overflow:hidden;
	background-color:#606060;
}

.menu_container .act div
{
	background:url('/images/design/menu_act_left.gif') top left no-repeat;
	height:31px;
	overflow:hidden;
}

.menu_container .act div div
{
	background:url('/images/design/menu_act_right.gif') top right no-repeat;
	padding:0px 7px;
}

.menu_container .act a
{
	color:#fff;
	background-color:#606060;
}

.menu a
{
	color:#000;
	font-weight:bold;
	font-size:12px;
	height:31px;
	line-height:31px;
	overflow:hidden;
	display:block;
	float:none;
	text-align:center;
	padding:0px 10px;
	background-color:#fff;
}

.menu a img
{
	border: 0px;
	height:10px;
	margin-right:5px;
}

.content
{
	text-align: left;
	display:inline;
	float:left;
	padding:10px;
	width:730px;
	overflow:hidden;
}

.content h1
{
	font-size:20px;
	min-height:50px;
	_height:50px;
	background:url('/images/design/h1_bg.gif') bottom left no-repeat;
}

.content h1 .sub
{
	height:22px;
	line-height:22px;
	font-style: italic;
	font-weight: bold;
}

.content h2
{
	font-size:18px;
	border-bottom:1px dashed #000;
}

.content img
{
	margin:5px;
}

.content p
{
	text-align:justify;
	line-height:16px;
}

.content ul
{
	padding-left:10px;
}

.content ul li
{
	background: url('/images/design/list_bg.gif') left 2px no-repeat;
	list-style: none;
	padding-left:20px;
	margin:5px 0px;
}

.content ul ul li
{
	background: url('/images/design/li2_bg.gif') left 5px no-repeat;
	padding-left:10px;
}

.leftcontent
{
	background:url('/images/design/leftcontent_bg.gif') top right repeat-y;
	width:210px;
	display:inline;
	float:left;
	overflow:hidden;
	text-align:left;
}

.leftcontent .bottom
{
	padding-bottom:20px;
	background:url('/images/design/leftcontent_bottom.gif') bottom right no-repeat;
}

.leftcontent .leftcontent_menu
{
	background:url('/images/design/leftcontent_sep.gif') bottom right no-repeat;
	padding-bottom:95px;
}

.leftcontent .leftcontent_menu_container
{
	padding-top:20px;
	background:url('/images/design/leftcontent_menu_bg.gif') top right repeat-y;
}

.leftcontent .leftconent_banners h2
{
	margin:5px;
	border-bottom:1px dotted #cfcfcf;
}

.leftcontent .item a
{
	color:#000;
}

.leftcontent .item
{
	margin-left:5px;
	background:url('/images/design/submenu_item_bg.gif') 5px center no-repeat;
	padding:5px 0px 5px 30px;
	font-weight:bold;
}

.leftcontent .selected_item
{
	background-color:#fff;
	border:1px solid #cfcfcf;
	border-right:0px;
}

.article_item
{
	padding-bottom:10px;
	border-bottom:1px dashed #D3E7EF;
}

.article_item .lead
{
	padding:0px 5px;
	text-align:justify;
}

.article_item h1
{
	margin-bottom:0px;
	color:#000;
}

.article_item .more
{
	text-align:right;
}

