@charset "UTF-8";
.bkgStyle {
	background-image: url(../images/homeCenter.jpg);
	background-repeat: no-repeat;
	height: 343px;
	width: 900px;
	overflow: hidden;
}
.botDiv {
	background-repeat: repeat-y;
	width: 900px;
	overflow: visible;
	margin-top: 10px;
	margin-bottom: 10px;
}
.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #EDEDED;
	height: 250px;
	width:440px;
	position: relative;
	left: 200px;
	top: 15px;
	text-align: left;
	overflow: auto;
}
.newsBorder {
	border-top-width: 0.5px;
	border-right-width: 0.5px;
	border-bottom-width: 0.5px;
	border-left-width: 0.5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.calDiv {
	height: 600px;
	width: 899px;
	overflow: auto;
	position: relative;
	padding-top: 7px;
	padding-bottom: 7px;
}
.netBorderFull {
	border: 0.5px dotted #333333;
}
.netDiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #EDEDED;
	height: 100px;
	width:370px;
	position: relative;
	left: 160px;
	top: -10px;
	text-align: left;
	overflow: auto;
}
#hrDivide {
	color: #FFF;
	width: 95%;
	text-align: center;
}
.calBg {
	background-image: url(../images/bg/tableShad.png);
	background-repeat: repeat-x;
}
#picLeft {
	padding: 10px;
	float: left;
	margin-right: 10px;
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #C1D1E8;
}
#picRight{
	padding: 10px;
	float: right;
}

