.containerWrapper {
	height: auto;
	width: auto;
	position: relative;
	left: 0px;
	top: 0px;
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
.upperContainer {
	position: relative;
	height: 35px;
}
.upperLeftNTs {
	background-image: url(images/stickpin.png);
	background-repeat: no-repeat;
	width: 35px;
	position: absolute;
	height: 35px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 200;
	float: left;
	right: 1px;
	background-position: 4px;
}
.upperNTs {
	position: relative;
	height: 35px;
	z-index: 0;
	top: 0px;
	bottom: 0px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEEEEE;
	padding-left: 45px;
	padding-top: 5px;
	margin-top: 8px;
}
.upperRightNTs {
	background-image: url(images/stickpin.png);
	position: absolute;
	height: 35px;
	width: 35px;
	top: 0px;
	right: -1px;
	z-index: 200;
	bottom: 0px;
	background-repeat: no-repeat;
	background-position: -85px 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.midNTs {
	background-color: #FFFFFF;
	position: relative;
	width: 100%;
	z-index: 0;
	height: 100%;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
.contentPanes {
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	font-family: "Comic Sans MS", Arial, sans-serif;
}
