﻿body
{
	text-align: center;
	background-color: #5F0018;
	color: #5f0018;
}
.menuItem
{
	font-size: 10pt;
	color: #5F0018;
	background-color: #B37C39;
	font-variant: normal;
	text-align: left;
	font-weight: bold;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.menuItem:hover
{
	font-size: 10pt;
	color: #B37C39;
	background-color: #5f0018;
	font-variant: normal;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: left;
	font-weight: bold;
	text-decoration: underline;
}

.bannerlink
{
	text-decoration: none;
	border-top-style: inset;
	border-right-style: inset;
	border-left-style: inset;
	border-bottom-style: inset;
}
h1
{
	font-weight: bold;
	font-size: x-large;
	font-variant: small-caps;
	text-decoration: underline;
}
h2
{
	font-weight: bold;
	font-size: large;
}
h3
{
	font-weight: bold;
	font-variant: small-caps;
}
.FullJust
{
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}
.RightJust
{
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
}
a
{
	color: #5F0018;
}
body
{
}
hr
{
 color: #b37c39
}
.bottomborder
{
	border-bottom: #b37c39 thin solid;
}

.adjustedZIndex {
    z-index: 1;
}

