body {
	background-color: #800000;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: blue;
	text-decoration: underline;
}

a:hover {
	color: red;
}

img {
	border: none;
}

h1 {
	font-size: 1.1em;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	color: #800000;
}

q {
	color: #800000;
	font-style: italic;
}

em {
	color: #800000;
	font-style: italic;
	font-weight: bold;
}

hr {
	clear: both;
	color: #66669b;
}

#site_container {
	margin: 8px;
	border: black solid 8px;
	padding: 5px;
	background-color: #66669b;
	font-size: .95em;
}

#page_container {
	margin: auto;
	background-color: #FFFFFF;
	width: 729px;
	border-style: outset;
	border-width: 2px;
	border-color: #000000;
	padding: 10px;
}

#page-header {
	font-size: 1em;
	text-align: left;
}

.banner {
    text-align: center;
}

#header_msg {
	text-align: center;
	height: 50px;
	padding: 0 5% 0 5%;
}

#header_msg p {
	float: left;
	color: #800000;
	font-style: italic;
	font-size: 1.2em;
	vertical-align: middle;
}

#searchform {
	float: right;
	vertical-align: middle;
}

#searchform .searchField {
	width: 250px;
	height: 23px;
	line-height: 23px;
	vertical-align: middle;
}

#searchform .searchSubmit {
	background: transparent url(../images/search_icon.png) no-repeat 0 0;
	width: 41px;
	height: 42px;
	border: none;
	cursor: pointer;
	vertical-align: middle;
}

.section {
	text-align: left;
	width: 100%;
	padding: 15px 0px 15px 0px;
}

#page-footer {
	clear: both;
	padding-top: 15px;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	color: #800000;
}

.lessons {
	font-weight: normal;
}

.lessons ul {
	list-style: none url(../images/crossing2.jpg);
	font-weight: bold;
}

.lessons ul ul {
	list-style: disc;
	font-weight: normal;
}

.lessons ul ul ul {
	list-style: circle;
	font-weight: normal;
}

.lessons ul ul ul ul {
	list-style: none url(../images/train2.jpg);
	font-weight: normal;
}

.lessons li {
	padding-top: .5em;
}

#instructions {
	clear: both;
	text-align: right;
	font-size: .8em;
	font-weight: normal;
}

#instructions span {
	font-weight: bold;
}

#dl-instructions {
	font-weight: normal;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.highlight {
	background: yellow;
	font-weight: bold;
	color: red;
}

#contact {
	margin: 5px;
	padding: 0px;
}

#contact dt {
	float: left;
}

#contact dd {
	float: right;
	padding: 5px;
	background-color: #defefe;
	text-align: center;
}

#chorus {
	text-align: center;
	font-family: Comic Sans MS;
	margin: 0px;
}

#chorus dt {
	margin-top: 10px;
	color: #800000;
	font-style: italic;
	font-weight: bold;
	font-size: 1.2em;
}

#chorus dd {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.5em;
}

#chorus span {
	color: red;
	font-weight: bold;
}

#verses {
	padding: 20px;
	font-size: 1.1em;
	text-align: center;
}

.verse {
	color: red;
	font-weight: bold;
	font-style: italic;
}

.verse q {
	color: red;
}

.normal-content {
	color: black;
	text-align: left;
}

.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 10.152px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
