/*--------------------------------
             common
----------------------------------*/
#container
{
	border-top: 1px solid #ace;
	border-bottom: 1px solid #ace;
	background: url("../images/borderleft.png") repeat-y 0 0;
}
.borderBottom
{
	border-bottom:1px solid #ace;
	background: #fff;
}
/* --------------------------
         content
-------------------------- */
.content
{
	float:right;
	width:702px;
	margin: 0 0 0 1px;
	background: #f7fcff;
	overflow: hidden;
	border-left: 1px solid #ace;
	border-right: 1px solid #ace;
}

/* --------------------------
         sideBar
-------------------------- */
.sideBar
{
	float:left;
	width:244px !important;
	width:243px;	
	margin: 0 0 0 1px;
	overflow: hidden;
}
.current
{
	background:#e2f0fb;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #d3d3d3;
}
.leftList ul li
{
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #1b518e;
}
.leftList ul li a 
{
	display:block;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #1b518e;
	border-bottom: 1px solid #d3d3d3;
}


/* --------------------------
        mainContent
-------------------------- */
.mainContent
{
	background:url("../images/borderleft.png") repeat-y 0 0;
	width: 950px;
}
/* --------------------------
        newsContent
-------------------------- */
#newsContent
{
	padding:10px 15px;
	line-height:26px;
}
#newsContent p
{
	margin:0 0 10px 0;
	font-size: 12px;
	text-indent:2em;
}
#newsContent p a
{
	text-decoration:underline;
	font-weight:bold;
}
#newsContent img
{
	margin: 0 auto;
	display: block;
	background: #eee;
}
#newsContent dt,
#newsContent dd
{
	float:left;
	margin:0 0 10px 0;
	height: 25px;
	line-height: 25px;	
}
#newsContent dt
{
	width:110px;
	padding:0 8px 0 0;
	text-align:right;
	color: #1b518e;
	font-weight: bold;
}
#newsContent dd
{
	width:530px;
	padding:0 0 0 20px;
	text-align:left;
}
#newsContent dd input
{
	width:250px;
}
/* --------------------------
        newsTitle
-------------------------- */
.newsTitle
{
	text-align:center;
	padding: 10px 0;
}
.newsTitle h1
{
	line-height:40px;
	font-size: 22px;
	color: #1b518e;
}
/* --------------------------
        newsSpreadButton
-------------------------- */
.newsSpreadButton
{
	line-height:30px;
	height: 30px;
}
.newsSpreadButton a
{
	float:right;
	display:block;
	background:#fff;
	text-decoration:none;
	border-top: 1px solid #ace;
	border-left: 1px solid #ace;
	padding: 0 15px;
	color: #1F3A87;
	font-weight: bold;
}
.newsSpreadButton a:hover
{
	background:#f7fcff;
	text-decoration: none;
}
/* --------------------------
      feedback
-------------------------- */
.feedback 
{
	padding:10px;
	font-size:14px;
}
.feedback li
{
	width:100%;
	line-height:24px;
	clear:both;
	padding:10px 0;
}
.feedback li.subBtn
{
	text-align:center;
}
.feedback li.subBtn input
{
	padding:5px 10px;
	font-size:14px;
	cursor:pointer;
}
.feedback li input
{
	padding:2px;
}
.feedback span.freedCol
{
	float:left;
	display:block;
	padding:0 0 0 10px;
	width:80px;
}
.feedback textarea
{
	float:left;
	display:block;
	width:73%;
	*width:74%;
	overflow:hidden;
}
.errTips
{
	padding:0 0 0 5px;
}
p.done
{
	font-size:16px;
	color:#f63;
	padding:10px;
	text-align:center;
	font-weight:bold;
}
.subnav2
{
	border-bottom:0;
	height:24px;
	line-height:24px;
	padding:0 0 0 6px;
}
* html .subnav2
{
	padding:8px 0 0 6px;
}
.content p{text-indent:2em;padding:5px 10px;line-height:24px;color:#333;font-size:14px;}
.content p img{margin:0 auto;max-width:650px;}
.content p a{color:#1E50A2;}
/* by sAm lEyy*/

