@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	scrollbar-face-color: #fffcd7;
	scrollbar-highlight-color: #d3ad6a;
	scrollbar-3dlight-color: #d3ad6a;
	scrollbar-darkshadow-color: #d3ad6a;
	scrollbar-shadow-color: #d3ad6a;
	scrollbar-arrow-color: #d3ad6a;
	scrollbar-track-color: #d3ad6a;
	background-color: #231f20;
	height: 100%;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #231f20;
}

a:link {
	color: #8e6928;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #8e6928;
}
a:hover {
	text-decoration: none;
	color: #8e6928;
}
a:active {
	text-decoration: underline;
	color: #8e6928;
}

HTML {
	font-size: 100%;
	height: 100%;    
}

.BG {
	background-image: url(../images/BG.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 100%;
}

#BGX {
	background-image: url(../images/Body_BGX.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 100%;
}

#Container {
	width: 1003px;
	height: 569px;
	margin-right: auto;
	margin-left: auto;
}
#Box {
	width: 1003px;
	height: 569px;
	position: relative;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/Body_BG.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#LogoBlend {
	position:absolute;
	width:194px;
	height:117px;
	z-index:1;
}

#LeftSide {
	width: 433px;
	float: left;
	margin-top: 29px;
}

#Nav {
	display:block;
	width: 118px;
	padding: 0px;
	float: left;
	margin-top: 146px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#Nav ul {
	display: inline-block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 24px;
}
#Nav ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 24px;
	display: inline;
}
#Nav ul li a {
	display: block;

}

#RightSide {
	float: left;
	width: 452px;
	margin-top: 29px;
}

hr {
	color: #d2ac67;
	background-color: #d2ac67;
	height: 3px;
	border: none;
}

div#output form input.text, div#output form input.button, div#output form select, div#output form textarea {
}
html>body input.text, html>body input.button html>body select {

}
*:root input.text, *:root input.button, *:root select {
	height: auto;
}
input.text, input.button, textarea, select {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
input.button, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #d3ad6a;
	color: #000000;
	background-color: #d3ad6a;
	font-size: 14px;
	padding: 4px;
}
input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: #d3ad6a;
}
input[type="submit"]:active {
	background-color: #d3ad6a;
}
input[type="submit"][disabled] {
	border-color: #d3ad6a;
	color: #000000;
	background-color: #d3ad6a;
}
input.text, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #d3ad6a;
	color: #000000;
	background-color: #d3ad6a;
	font-size: 14px;
	padding: 4px;
}
input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
	background-color: #d3ad6a;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	background-color: #d3ad6a;
}

h1 {
	font-size: 22px;
	font-weight: normal;
}
.h1 {
	font-size: 22px;
	font-weight: normal;
}
h2 {
	font-size: 19px;
	font-weight: normal;
}
.h2 {
	font-size: 19px;
	font-weight: normal;
}
h3 {
	font-size: 17px;
	font-weight: normal;
}
.h3 {
	font-size: 17px;
	font-weight: normal;
}


.TextRed {
	color: #FF0000;
}
.TextRed A {
	color: #FF0000;
}
.TextRed A:visited {
	color: #FF0000;
}
.TextRed A:hover {
	color: #FF0000;
}

.TextSmall {
	font-size: 11px;
}

.TextBrownLight {
	color: #d3ad6a;
}
.TextBrownLight A {
	color: #d3ad6a;
}
.TextBrownLight A:visited {
	color: #d3ad6a;
}
.TextBrownLight a:hover {
	color: #d3ad6a;
}

.TextBrownDark {
	color: #8e6928;
}
.TextBrownDark A {
	color: #8e6928;
}
.TextBrownDark A:visited {
	color: #8e6928;
}
.TextBrownDark a:hover {
	color: #8e6928;
}

#Footer {
	line-height: 20px;
	color: #8e6928;
	font-size: 12px;
	padding-bottom: 24px;
}
#Footer p {
	clear: both;
	margin: 0px;
	padding: 0px;
}
#Footer ul { 
	margin: 0px;
	padding: 0px;
}
#Footer ul li {
	list-style: none;
	padding: 0px;
	margin-bottom:0px;
	height: auto;
	float: left;
	width: auto;
	background-image: url(../images/Footer_Devide.gif);
	background-repeat: no-repeat;
	background-position: right center;
} 
#Footer ul li a {
	padding-right: 8px;
}

#Float-Left {
	float: left;
	margin-right: 24px;
	margin-bottom: 24px;
}
#Float-Right {
	float: right;
	margin-left: 24px;
	margin-bottom: 24px;
}
#Title-Padd {
	padding-left: 163px;
	padding-bottom:10px;
}
