.Background {
	background-color: #9A0F12;
	background-image: url(images/Background.jpg);
	background-repeat: repeat-x;
}
.pageBK {
	background-color: #FFFFFF;
	background-image: url(images/PGBackground.jpg);
	background-repeat: repeat-x;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #780C0E;
	margin: 5px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin: 5px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ebd49e;
	text-align: center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #780C0E;
	margin: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d09c35;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #780C0E;
	margin: 5px;
}
a:link {
	color: #780c0E;
	text-decoration: none;
}
a:visited {
	color: #780c0E;
	text-decoration: none;
}
a:hover {
	color: #d09c35;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #780c0e;
	text-decoration: underline;
}
.footer a:link {
	color: #ebd49e;
	text-decoration: none;
}
.footer a:visited {
	color: #ebd49e;
	text-decoration: none;
}
.footer a:hover {
	color: #dfb757;
	text-decoration: underline;
}
.footer a:active {
	font-weight: bold;
	color: #ebd49e;
	text-decoration: underline;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #780c03;
}
.border {
	border: 1px solid #d09c35;
}
.menu4 {
      width: 100%;
      margin: 1em 0;
      padding: 0px 0.25em;
      background: #fff none;
	  color: #ffffff;
    }
.menu4 ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
.menu4 li {
      margin: 2;
      padding: 2;
      float: left;
    }
	.menu4 li {
      width: 10em;
      margin-right: 1em;
      background: #780c03 none;
      text-align: center;
    }
.menu4 a {
      display: block;
      width: 100%;
      text-decoration: none;
	  background: #780c03 none;
	  color: #ffffff;
    }
.menu4 a:hover {
      background: #d09c35 none;
	  color: #780c03;
    }
.menu4 a:active {
      background: #d09c35 none;
	  color: #780c03;
    }
.navlinks
{
	text-align: justify;
	border: 1px solid #d3d069;
	padding: 10px;
	margin-bottom: 10px;
	font-size: .94em;
	background: #f3ecd3;
	line-height: 1.2em;
}
.navlinks li
{
	margin: 0;
	display: inline;
	line-height: 2em;	
}
.navlinks a
{
	text-decoration: none;
}
