body {
	background-color: #000000;
	background-image: url(../images/bg-wall.jpg);
	background-repeat: repeat;
}

td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}


/* BACKGROUNDS */

.bgText {
	background-image: url(../images/bg-text.jpg);
	background-repeat: no-repeat;
}
.bgBook {
	background-image: url(../images/bg-book-repeat.jpg);
	background-repeat: repeat-y;
: repeat-y;
}
.bgSubmenu {
	background-image: url(../images/submenu-repeat.png) !important;
	background-image: url(../images/submenu-repeat.gif);
	background-repeat: repeat-y;
}


/* LINKS */

a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #663300;
	text-decoration: none;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #663300;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #996600;
	text-decoration: none;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

a.menu:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #663300;
	text-decoration: none;
}
a.menu:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #663300;
	text-decoration: none;
}
a.menu:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #996600;
	text-decoration: none;
}
a.menu:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

a.nav:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #3D1E00;
	text-decoration: none;
	display: block;
	text-indent: 4px;
	height: 20px;
	width: 90%;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}
a.nav:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #3D1E00;
	text-decoration: none;
	display: block;
	text-indent: 4px;
	height: 20px;
	width: 90%;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}
a.nav:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #3D1E00;
	text-decoration: none;
	background-color: #C8B66B;
	display: block;
	height: 20px;
	width: 90%;
	padding-top: 2px;
	padding-bottom: 2px;
	text-indent: 4px;
	font-weight: bold;
}
a.nav:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #3D1E00;
	text-decoration: none;
	background-color: #EDE9DC;
	display: block;
	height: 20px;
	width: 90%;
	padding-top: 2px;
	padding-bottom: 2px;
	text-indent: 4px;
	font-weight: bold;
}

a.linksCopyright:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #EED390;
	text-decoration: none;
}
a.linksCopyright:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #EED390;
	text-decoration: none;
}
a.linksCopyright:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.linksCopyright:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

a.linksCopyright2:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #EED390;
	text-decoration: none;
}
a.linksCopyright2:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #EED390;
	text-decoration: none;
}
a.linksCopyright2:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.linksCopyright2:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}


/* TEXT */

.subHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.navArrow {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3D1E00;
	font-weight: bold;
}
.MainHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #3d1E00;
}
.notes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #663300;
	text-decoration: none;
}
.Copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #EED390;
}

