body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #F4ECDC;
	scrollbar-highlight-color: #3F2E1C;
	scrollbar-3dlight-color: #3F2E1C;
	scrollbar-darkshadow-color: #3F2E1C;
	scrollbar-shadow-color: #3F2E1C;
	scrollbar-arrow-color: #3F2E1C;
	scrollbar-track-color: #3F2E1C;
	background-color: #463420;
	background-attachment: scroll;
	background-image: url(../images/BG.jpg);
	background-repeat: repeat;
	background-position: center top;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3E1E0D;
	letter-spacing: 0.1em;
}

a:link {
	color: #3F2E1C;
}
a:visited {
	color: #3F2E1C;
}
a:hover {
	color: #3E1E0D;
}
a:active {
	color: #3E1E0D;
}
hr {
	color: #422f1b;
	background-color: #422f1b;
	height: 2px;
	border: none;
}

div#output form input.text, div#output form input.button, div#output form select, div#output form textarea {
	margin-top: 2px;
}
html>body input.text, html>body input.button html>body select {
	height: 1em;
}
*:root input.text, *:root input.button, *:root select {
	height: auto;
}
input.text, input.button, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	color: #EFE7D6;
	background-image:url(../images/InputBG.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 29px;
	font-size: 17px;
	text-decoration: underline;
}
input.button {
	border: 1px solid #2B1E11;
	padding: 4 4 4 4;
	background-color: #3F2E1C;
	border-radius: .4em;
}
input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: #3F2E1C;
}
input[type="submit"]:active {
	background-color: #3F2E1C;
}
input[type="submit"][disabled] {
	border-color: #2B1E11;
	background-color: #3F2E1C;
}
input.text, textarea, select {
	border: 1px solid #2B1E11;
	background-color: #3F2E1C;
	padding: 4 4 4 4;
}
input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
	background-color: #3F2E1C;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	background-color: #3F2E1C;
}

.TextTitleLarge {
	font-size: 28px;
	color: #A26046;
	text-decoration: underline;
}
.TextTitleMedium {
	font-size: 22px;
	text-decoration: underline;
}
.TextTitleSmall {
	font-size: 17px;
	color: #A75E3B;
}
.TextBrown{
	color: #A75E3B;
}
.TextBrown a {
	color: #A75E3B;
}
.TextBrown a:visted {
	color: #A75E3B;
}
.TextRed {
	color: #FF0000;
}
.TextRed A {
	color: #FF0000;
}
.TextRed A:visited {
	color: #FF0000;
}
.TextRed A:hover {
	color: #FF0000;
}
.TextGreen {
	color: #02531b;
}

.TextSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#BG-Left {
	background:url(/images/BG_Left.jpg) 0 0 no-repeat;
	height:300px; 
	background-position: right top;
}
#PageFooter {
	background-attachment: scroll;
	background-image: url(../images/PageFooter.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 100%;
	height: 100%;
}
#BG-Left {
	background-attachment: scroll;
	background-image: url(../images/Nav_Left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 100%;
	height: 100%;
}
#BG-Right {
	background-attachment: scroll;
	background-image: url(../images/Nav_Right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	height: 100%;
}
.Footer {
	color: #EFE7D6;
	line-height: 25px;
	font-size: 13px;
	padding-bottom: 18px;
}
.Footer a:link {
	color: #EFE7D6;
}
.Footer a:visited {
	color: #EFE7D6;
}
.Footer a:hover {
	color: #FFFFFF;
}
.Footer a:active {
	color: #FFFFFF;
}
.Padd {
	padding-right: 37px;
	padding-bottom: 37px;
	padding-left: 37px;
	background-attachment: scroll;
	background-image: url(../images/PageHeader.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#FloatRight {
	float: right;
}
.BGHeader {
	background-attachment: scroll;
	background-image: url(../images/PageHeader.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.Padd2 {
	padding-right: 37px;
	padding-bottom: 37px;
	padding-left: 37px;
}
