html { 
	min-height: 100%; margin-bottom: 1px; 
}

.navbg {
	background-image: url(gfx/navBG5.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #000000;
}

.texturedbg {
	background-image: url(gfx/texturedBG1.jpg);
}

form {
	margin: 0px;
	padding: 0px;
}

a.nav {
	color: #FFD700;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

a.nav:hover {
	background-color: #660000;
	color: #FFFFFF;
	padding-right: 40px;
}

.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.5em;
}

.footer {
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing:.2em;
}

a.foot {
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing:.2em;
}

a.foot:hover {
	color: #FFD700;
}

.goldtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFD700;
}

.redtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CC0000;
}

h1.pagetitle {
	font-size: 14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-left: 10px solid #990000; 
	border-bottom: 2px solid #990000; 
	padding-left: 8px; 
	padding-bottom: 3px;
}

/* for pages with more than one title */
h2.pagetitle {
	font-size: 14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-left: 10px solid #990000; 
	border-bottom: 2px solid #990000; 
	padding-left: 8px; 
	padding-bottom: 3px;
}

a.whitelink {
	color: #FFFFFF;
}

a.whitelink:visited {
	color: #FFFFFF;
}

a.whitelink:hover {
	color: #FFD700;
}

a.whitelink:active {
	color: #FFD700;
}