/* CSS Document */
body {
	background-image: url(images/Gloryholeweb.jpg);
}
.body_pagetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.pagetitle_index {color: #FF9900; font-size: 36px;
 }
.pagetitles {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	color: #FF9900;
}

/* Navbar_text is used not only for the Nav system, but on all links to give a consistent look & feel*/
.Navbar_text {
	color: #FF9900;
	font-weight: bold;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	}
/* navbar_text_active is used in the Nav system only, it switches the page nav selection to red/brown for the page you are viewing*/	
.navbar_text_active {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
}

.bodytext_home {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.texthead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9900;
	font-weight: bold;
}
.dropcap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cc0000;
	font-weight: bold;
}
.body_pageital {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #CC0000;
}
.texthead2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.sitedesign {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF9900;
}
.maptext {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-variant: normal;
	font-size: 18px;
	color: #FF9900;
	text-decoration: none;
}

/* all links including the Nav system, get a dark red/brown color for hover*/
a:hover {
	text-decoration: none;
	color: #FF3300;
}
