﻿body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size:14px;
	background-color:#555555;
	/*background-image:url('http://i3.microsoft.com/en/us/shared/Templates/master/cspMscomHomePageBase/Stage_BG_top.png');
	background-repeat:repeat-x;*/
}
#CommonOuter{
	width:998px;
	margin:0 auto;
	background-color:#ffffff;
	border:1px solid black;
}

.mtop{
	padding:0;
	height:361px;
	margin:0;
}
.mtopmain{
	Z-INDEX: 2;
	FILTER: progid:DXImageTransform.Microsoft.GradientWipe();
	WIDTH:1000px; 
	POSITION: absolute; 
	HEIGHT: 361px
}
.mtopsub{
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	Z-INDEX: 4; 
	LEFT: 0px;
	VISIBILITY:hidden;
	PADDING-BOTTOM: 0px;
	OVERFLOW: hidden;
	WIDTH: 1000px;
	COLOR: #ffffff; 
	PADDING-TOP: 0px;
	POSITION: absolute; 
	TOP: 0px;
	 HEIGHT: 361px
}

.contenttop{
	height:25px;
	text-align:right;
	font-size:16px;
	color:silver;
	font-weight:bold;
	padding-top:10px;
}

.mmenu{
	background-color: #CCCCCC;
	height:75px;
	margin:0px;
	border-top:1px solid white;
}
.mmenuright{
	margin-top:26px;
}
.mmenuright li{
	display:inline;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:black;
	margin:0 15px;
	
}

.mbody{
	margin-top:10px;
	margin-bottom:10px;
	height:200px;
}
.mbodyleft{
	float:left;
	width:578px;
	font-size:14px;
	line-height:20px;
	padding:10px;
}
.mbodyright{
	float:right;
	width:398px;
}
.newstitle{
	font-weight:bold;
	font-size:16px;
	padding:10px 0 5px 5px;
	border-bottom:2px solid gray;
}
.newslist{
	margin:0;
	padding:0;
}

.newslist li{
	list-style-type:none;
	color:gray;
	margin:0;
	padding:0;
	line-height:20px;
}
.contentbody{
	height:640px;
	margin-top:10px;
	margin-bottom:0;
}

.bodyleft{
	float:left;
	width:216px;
	border:2px silver solid;
	margin-left:5px;
}
.bodyleft #lefttop{
	background-color:#CCCCCC;	
	width:216px;
	height:30px;
}

.bodyleft #lefttitle{
	background-color:#C0C0C0;	
	width:140px;
	height:20px;
	margin-left:2px;
	font-size:16px;
	font-weight:bold;
	padding-top: 10px;
	padding-left:10px;
}
.bodyleft #leftcontent{
	height:595px;
}
.bodyleft #leftcontent ul{
	margin-left:20px;
	padding:0;
}

.bodyleft #leftcontent li{
	list-style-type:none;
	font-size:16px;
	color:black;
	font-weight:bold;
	margin:0;
	padding:0;
	line-height:20px;
	margin-top:15px;
}


.bodyright{
	float:right;
	width:760px;
}
#righttop{
	width:760px;
	background-image:url('images/righttop.jpg');
	height:180px;
	border-top:1px solid white;
}

#righttitle{
	height:60px;
	margin-top:90px;
	margin-left:25px;
	font-size:60px;
	font-weight:bold;
	color:white;
}
#rightdes{
	height:20px;
	font-size:16px;
	font-weight:bolder;
	margin-left:25px;
	color:#cccccc;
	overflow:hidden;
}


.bodyright #rightcontent{
	margin-top:10px;
	width:740px;
	height:410px;
	line-height:20px;
	color:gray;
	overflow:hidden;
}

.mbottom{
	border-top:3px silver solid;
	color:gray;
	font-size:14px;
	font-weight:bold;
	padding-top:15px;
	margin-top:10px;
	background-color:white;
}
.mbottom span{
	color:#99FF99;
	font-size:14px;
	font-weight:800;
	padding:10px;
	background-color:white;
}

.mbottomleft{
	float:left;
	width:30%;
	height:60px;
	text-align:left;
	background-color:white;
}
.mbottomright{
	float:right;
	width:70%;
	height:60px;
	text-align:right;
	background-color:white;
}
a:link{
	color:black;
	text-decoration:none;
}
a:active{
	color:black;
	text-decoration:underline;
}
a:hover{
	color:black;
	text-decoration:underline;
}
a:visited{
	color:black;
	text-decoration:none;
}
.ctitle {
	font-size: 16px;
	font-weight: bold;
}


