body {
	margin: 0px;
	background-color: #DFEFE4;
	background-attachment: scroll;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
.pageSurround {
	width: 981px;
	margin: 0px auto;
	padding-bottom: 20px;
	border: 1px solid #707070;
	background-color: #e1f6e5;
}
.logo {
	width:979px;
	height:119px;
	background-image: url(../images/logo.png);
	background-position:top center;
}
.subsurround-top {
	margin: 0px auto;
	background-image: url(../images/subsurround-top.png);
	background-repeat: no-repeat;
	background-position:left;
	width:934px;
	height:6px;
}
.subSurround-middle {
	margin: 0px auto;
	background-image: url(../images/subsurround-middle.png);
	background-repeat: repeat-y;
	background-position:left;
	width:934px;
	background-color: #FFFFFF;
}
.subsurround-bottom {
	margin: 0px auto;
	background-image: url(../images/subsurround-bottom.png);
	background-repeat: no-repeat;
	background-position:left top;
	width:934px;
	height:6px;
}
.colLeft {
	position: relative;
	width: 200px; 
	left: 0px;
	padding-left: 14px;
	padding-right: 17px;
	float: left;
}
.colMid {
	position: relative;
	width:  470px;
	float: left;
}
.colRight {
	width: 200px;
	float: right;
	right: 0px;
	padding-left: 14px;
	padding-right: 12px;
}
.boxTitleLeft, .boxTitleRight {
	margin: 0px auto;
	font-family:  "Arial", Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-image: url(../images/backgrounds/BoxTitle.png);
	background-repeat: no-repeat;
	background-position:bottom left;
	width: 200px;
	height: 24px;
}
.boxContentLeft, .boxContentRight {
	background-image: url(../images/backgrounds/BoxMiddle.png);
	background-repeat: no-repeat;
	width: 193px;
	border-left: 1px solid #5D6C83;
	border-right: 1px solid #5D6C83;
	background-color:#e2f4e2;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.BoxBottom {
	background-image: url(../images/backgrounds/BoxBottom.png);
	background-repeat: no-repeat;
	background-position:top left;
	width: 200px;
	height: 6px;
	margin-bottom:10px;
}
