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

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

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

#header {
	font-weight: bold;
	font-size: 1.1em;
	text-align: left;
}

#header_msg {
	position: relative;
	left: 65%;
	color: #800000;
	font-style: italic;
	font-size: 1.2em;
}

#content {
	text-align: left;
}

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

#dl_instructions {
	clear: both;
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: .8em;
	text-align: right;
}

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

.instructions {
	text-align: right;
	font-weight: bold;
}

.instructions span {
	background: yellow;
}

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

a:hover {
	color: red;
}

img {
	border: none;
}

h1 {
	font-size: 1.2em;
}

h2 {
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	color: #800000;
}

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

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

hr {
	color: #66669b;
}

.lessons {
	font-weight: bold;
}

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

.lessons ul ul {
	list-style: none url(../images/detour.gif);
}

.lessons ul ul ul {
	list-style: none url(../images/rtturn.gif);
}

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

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

/***** Search Box *****/
#searchform {
	float: right;
}

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

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