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: 949px;
	margin-top: 1px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#rightNav {
	padding: 10px;
	float: right;
	width: 215px;
}

#headerMenu {
	height: 30px;
	width: 100%;
}

#header {
	height: 129px;
	width: 100%;
}
#contentWrapper {
	width: 949px;
	overflow: hidden;
	margin-top: 1px;
	background-image: url(header_text/faux-background.gif);
	background-repeat: repeat;
}
#sideBar {
	float: left;
	width: 150px;
}
#content {
	width: 769px;
	margin-top: 0px;
	margin-left: 150px;
	padding: 15px;
}
#content-3col {
	padding: 15px;
	width: 532px;
	margin-left: 150px;
	background-image: url(header_text/bshfh-faux-background-3col.gif);
	background-repeat: repeat-y;
	margin-right: 237px;
}

#footer {
	height: 50px;
	width: 100%;
	margin-top: 1px;
	padding: 0px;
	text-align: center;
}
.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: 10px;
	float: left;
	width: 525px;
	position: static;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	background-color: #FFFEE8;
}
.dottedBorder-all {
	border: 1px dotted #000000;
}
.dottedBorder-lbt {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
