@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/BGcolor.jpg);
	background-repeat: repeat;
	margin: 0px;
	background-color: #3C2106;
	font-size: 12px;
}
a {
	color: #A36303;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #A36303;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #A36303;
	font-weight: bold;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}
p {
/*	text-indent: 10px; */
}

.SideLeft {
	background-image: url(images/SideLeft.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.SideRight {
	background-image: url(images/SideRight.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.ScrollPaperBG {
	background-image: url(images/ParchmentBG.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.ScrollPaperTopBG {
	background-image: url(images/ScrollTop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.LeftColmnBoxBG {
	background-image: url(images/LeftColumnBoxStr.png);
	background-repeat: repeat-y;
}
.navLeftColumn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.navLeftColumn a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.navLeftColumn a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.navLeftColumn a:visited {
	color: #FFFFFF;
	font-weight: bold;
}


.FooterScrollCenter {
	background-image: url(images/ScrollBottomC-mozilla.png);
	#background-image: url(images/ScrollBottomC.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.FooterScrollLeft {
	background-image: url(images/ScrollBottomL.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.FooterScrollRight {
	background-image: url(images/ScrollBottomR.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.FooterLinks a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.FooterLinks a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.FooterLinks a:visited {
	color: #000000;
	font-weight: bold;
}
.Copyright {
	font-size: 10px;
	color: #000000;
	line-height: 25px;
}
.ContentBox {
	margin-top: 45px;
}
.RightColumnBox {
	float: right;
	width: 270px;
	margin-top: 0px;
	margin-left: 8px;
	margin-bottom: 8px;
}
.RightColumnBox a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.RightColumnBox a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.RightColumnBox a:visited {
	color: #FFFFFF;
	font-weight: bold;
}
.error {
	color:#FF0000;
	font-weight:bold;
}	
