html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  
}
#outerWrapper {
	width: 955px;
	margin-top: 1px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	height: 163px;
	width: 100%;
}
#headerMenu {
	width: 100%;
	height: 30px;
}

#contentWrapper {
	width: 955px;
	overflow: hidden;
	margin-top: 1px;
	background-image: url(images/TEC-faux-background.gif);
	background-repeat: repeat;
}
#sideBar {
	float: left;
	width: 160px;
	padding: 5px;
	margin: 0px;
	visibility: visible;
	background-repeat: no-repeat;
	background-image: none;
}
#content {
	width: 753px;
	margin-top: 0px;
	margin-left: 170px;
	padding: 15px;
}
#footer {
	height: 50px;
	width: 100%;
	margin-top: 1px;
	text-align: center;
	padding: 0px;
	background-image: url(images/TEC-copyright.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
.bottom-border {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
}
.all-border {
	border: 1px solid #999999;
}

.top-border {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
}
.left-border {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
#contentBox1 {
	padding: 5px;
	float: right;
	height: 700px;
	width: 350px;
	border: 1px dotted #000000;
	position: static;
	background-color: #FDFEE2;
	margin-top: 20px;
}
