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-weight: bold;
	font-size: 1em;
	text-align: left;
}

#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;
}


