.side {
	float: left;
	padding: 40px 0 60px 0;
	width: 25%;
	margin-right: 20px;
}
.side_index {
	float: left;
	padding: 0 0 60px 0;
	width: 33%;
	margin-right: 0px;
}
.side .side-navy {
	padding-top: 33px !important;
	width: 185px;
}
.side-navy {
	list-style: none outside !important;
	padding: 0 0 0 0px !important;
	margin: 0 !important;
}
.side-navy li {
	background: none !important;
	font-family: Georgia, Times, serif;
	font-size: 16px;
	line-height: 20px;
	padding: 5px 0 !important;
}
.side-navy ul {
	font-style: italic;
	list-style: none outside;
	margin: 0 !important;
	padding: 0 0 8px 18px;
}
.side-navy ul li {
	font-size: 16px;
}
.side-navy .selected a,
.side-navy .selected .selected a {
	color: #1292D3;
}
.side-navy .selected ul a,
.side-navy .selected .selected ul a {
	color: #013F78;
}
.side-navy ul ul {
	padding: 0 0 0 20px;
}
.side-navy ul ul li {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	position: relative;
}
.side-navy ul ul li b {
	left: -20px;
	position: absolute;
	top: 3px;
	text-decoration: none;
}
.side-navy a:hover {
	color: #752D3C !important;
}
.side_block {
	position: relative;
	background: #fff;
	border: 1px solid #c6e2f8;
	width: 99%;
	margin-bottom: 30px;
}
.side_block .top_l {
	background: url(../images/block_bg.gif) no-repeat 0px 0px;
	width: 13px;
	height: 13px;
	overflow: hidden;
	position: absolute;
	top: -1px;
	left: -1px;
}
.side_block .top_r {
	background: url(../images/block_bg.gif) no-repeat -13px 0px;
	width: 13px;
	height: 13px;
	overflow: hidden;
	position: absolute;
	top: -1px;
	right: -1px;
}
.side_block .bot_l {
	background: url(../images/block_bg.gif) no-repeat 0px -13px;
	width: 13px;
	height: 13px;
	overflow: hidden;
	position: absolute;
	bottom: -1px;
	left: -1px;
}
.side_block .bot_r {
	background: url(../images/block_bg.gif) no-repeat -13px -13px;
	width: 13px;
	height: 13px;
	overflow: hidden;
	position: absolute;
	bottom: -1px;
	right: -1px;
}
.side_block .side_block_content {
	padding: 30px;
	text-align: left;
}
.side_block .side_block_content h5 {
	font: normal 18px/20px Georgia, "Times New Roman", Times, serif;
	color: #429de3;
	padding-bottom: 20px;
}
.article {
	padding: 0px 40px 0px 10px;
}
.article img {
	float: left;
	margin-right: 10px;
}
.article .txt {
	overflow: hidden;
	zoom: 1;
}
.article .txt a {
	line-height: 15px;
}
.article .txt h2 {
	color: #C99311;
	font-family: Georgia, Times, serif;
	font-size: 18px;
	font-weight: normal;
	padding: 12px 0;
}
.article .txt p.all {
	padding-top: 15px;
}
.article .txt p.all a {
	font: italic 11px/13px Arial, Helvetica, sans-serif;
	color: #0180c1;
}
.article .txt p.all a:hover {
	font: italic 11px/13px Arial, Helvetica, sans-serif;
	color: #752D3C;
}
