body{
	background-image: url(../images/bkgnd.jpg);
	margin-top: 0;
	margin-left: 0;
	font-size: 80%;
}
a{
	color: #993300;
}
a:visited{
	color: #993300;
}
a:active{
	color: #993300;
}
a:hover{
	text-decoration: none;
	color: #000000;
}
h1{
	text-align: center;
	font-style: italic;
}
hr{
	width: 75%;
	color: #000000;
	height: 1px;
	margin-top: 5px;
}
table td{
	font-size: 80%;
}
/* Page Layout Elements */
#mainPage{
	width: 100%;
	margin: 0 0 0 0;
}
#header{
}
#navigation{
	text-align: center;
}
#content{
	border: double;
	margin: 0 10px 10px 15px;
	clear: both;
}
#footer{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	width: 100%;
}
/* Page Elements */
.navTable{
	margin-left: 5px;
	border: 0;
	border-collapse: collapse;
}
.infoTable{
	width: 720px;
	margin-top: 10px;
	border: solid 1px #000;
	border-collapse: collapse;
}
.infoTable td, .infoTable th{
	border: solid 1px #000;
	padding: 2px 4px 2px 4px;
	font-size: 80%;
}
.infoTable a{
	color: #993300;
}
.infoTable a:visited{
	color: #993300;
}
.infoTable a:hover{
	text-decoration: none;
	color: #000000;
}
.note{
	font-size: smaller;
	font-weight: normal;
}
.insetImage {
	border: #000 double;
	margin-top: 10px;
	float: left;
	margin-bottom: 3px;
	margin-right: 15px;
	margin-left: 10px;
}
.pageImage{
	border: #000 double;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}
.ofallon{
	color: #003300;
}
.stcharles{
	color: #FF0000;
}
.wapelhorst{
	color: #003399;
}
.heading{
	font-weight: bold;
}
.textParagraph{
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
}
#pageHeading{
	font-style: italic;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	clear: both;
}
/* Nav Menu */
#nav-menu{
	text-align: -moz-center;
	width: 100%;
	display: block;
	padding-top: 10px;
}
#nav-menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 600px;
	font-weight: bold;
	height: inherit;
}
#nav-menu li{
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#nav-menu li.active{
	background: #CC9900 url(../images/navBkGrndOver.gif);
	float: left;
	width: 9em;
	display: block;
	border: 1px solid #000000;
	color: #003399;
	text-decoration: none;
	text-align: center;
}
#nav-menu li a{
	background: #CC9900 url(../images/navBkGrnd.gif);
	float: left;
	width: 9em;
	display: block;
	border: 1px solid #000000;
	color: #000;
	text-decoration: none;
	text-align: center;
}
#nav-menu li a:hover{
	background: #CC9900 url(../images/navBkGrndOver.gif);
	border: solid 1px #000000;
	background-color: #000;
	color: #003399;
	text-align: center;
}