body {
	color: #333;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10pt;
}

.hd {
	background-color: #FFDE89;
	background-image: url('/images/beige-bg.png');
	background-repeat: repeat-x;
}

.hd .hd-logo {
	padding-top: 2em;
	padding-bottom: 2em;
}

.hd .hd-links {
	float: right;
	padding-top: 1em;
}

.hd .hd-links a {
	color: blue;
}

.hd-logo .hd-tagline {
	color: #036;
	margin-top: -1em;
	text-align: right;
}

.mn {
	background-color: #c30;
	background-image: url('/images/brick-bg.png');
	background-repeat: repeat-x;
	border-top: 1px solid #930;
}

.mn .mn-list {
	border-left: 1px solid #930;
	display: block;
	font-size: 1.2em;
	height: 3em;
}

.mn-list .mn-item {
	border-right: 1px solid #930;
	display: block;
	float: left;
	display: block;
}

.mn-item .mn-link {
	color: white;
	text-decoration: none;
}

.mn-link .mn-text {
	display: block;
	height: 3em;
	line-height: 3em;
	padding-left: 1em;
	padding-right: 1em;
	text-shadow: -1px -1px 0 #930;
}

.mn-link:hover .mn-text {
	background-color: #c30;
	background-image: url('/images/glow-bar.png');
	background-position: bottom center;
	background-repeat: no-repeat;
}

.bn {
	background-image: url('/images/silver-bar.png');
	background-repeat: repeat-x;
	border-top: 1px solid #666;
	padding-top: 1em;
	padding-bottom: 1em;
}

.bn .bn-img {
	background-image: url('https://hts.studyplace.us/images/collage.jpg');
	background-position: center;
	background-repeat: no-repeat;
	height: 240px;
}

.bd {
	font-size: 1.2em;
}

.bd h2 {
	font-size: 1.8em;
	font-variant: small-caps;
margin-bottom: 23px;
}
.bd h3 {
	font-size: 1.5em;
	font-variant: small-caps;
}

.bd h4 {
	font-size: 1.2em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.bd p {
	margin-top: 1em;
	margin-bottom: 2em;
}

.bd hr {
	border-top: 1px solid #999;
	border-bottom: 1px solid #ccc;
	margin-top: 1em;
	margin-bottom: 1em;
}

.bd ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 1em;
	margin-left: 2em;
	margin-bottom: 1em;
}

.ct {
	background-color: #b1ddf3;
	background-image: url('/images/blue-bar.png');
	background-repeat: repeat-x;
	border-top: 1px solid #369;
	color: #036;
	font-size: 1.2em;
	margin-top: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	text-shadow: 1px 1px 0 white;
}

.ct h3 {
	font-size: 1.5em;
	font-variant: small-caps;
}

.ct p {
	margin-top: 1em;
	margin-bottom: 1em;
}

.ct a {
	color: blue;
}

.ct .border-rt {
	border-right: 1px solid #69c;
	height: 180px;
	padding-right: 1em;
}

.ft {
	background-color: #369;
	background-image: url('/images/blue-bg.png');
	background-repeat: repeat-x;
	border-top: 1px solid #369;
	border-bottom: 1px solid #036;
	color: white;
	height: 3em;
	line-height: 3em;
	text-align: center;
	text-shadow: -1px -1px 0 #036;
}

.ft a {
	color: #cff;
}

.ft a:hover {
	color: white;
}

.bt {
	background-image: url('/images/silver-bar.png');
	background-repeat: repeat-x;
	padding-top: 8px;
	padding-bottom: 8px;
}

.bt .bt-bysp {
	color: #666;
	font-size: 0.8em;
	text-align: center;
}

.bbcode {
	padding-top: 1em;
	padding-bottom: 1em;
}

.bbcode blockquote {
	background-color: #b1ddf3;
	border: 1px solid #369;
	border-radius: 1em;
	color: #036;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 1em;
	text-shadow: 1px 1px 0 white;
}

.bbcode blockquote a {
	color: blue;
}

.bd-rb {
	background-color: #b1ddf3;
	border: 1px solid #369;
	border-radius: 1em;
	color: #036;
	padding: 1em;
	text-shadow: 1px 1px 0 white;
}