@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;
}
