@charset "UTF-8";
/* CSS Document */

body {
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-color: #762e03;
	font: 80%/1.7em Arial, Helvetica, sans-serif;
	color: #5c5442;
}
a:link, a:visited {
	color: #E25E03;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a img {
	border-width: 0px;
}
h1 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px;
	color: #7B0C05;
}
p {
	margin-top: 0px;
}
td {
	vertical-align: top;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clear {
	clear: both;
}
.bluetext {
	color: #899ab0;
	font-family: Arial, Helvetica, sans-serif;
}
.leftimg {
	float: left;
	margin-right: 5px;
}
#divBackground1 {
	background-image: url(../images/bgshadow.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#divBackground2 {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
}
#divWrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bgslice.gif);
	background-repeat: repeat-y;
}
/*#divNav {
	background-color: #7B0C05;
}
#divNav ul {
	margin: 0px;
	padding: 0px;
	height: 25px;
	overflow: hidden;
}
#divNav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#divNav ul a:link, #divNav ul a:visited {
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 25px;
	font-size: 13px;
}
#divNav ul li img {
	vertical-align: top;
}*/
#divContent {
	width: 850px;
	min-height: 860px;
	height: expression( this.scrollHeight < 860 ? "860" : "auto" );
	background-image: url(../images/watermark2.jpg);
	background-repeat: no-repeat;
	background-position: 710px bottom;
	padding: 16px 30px 17px 20px;
}
#divLft {
	width: 680px;
}
#divText {
	margin-left: 15px;
	width: 650px;
	margin-top: 20px;
}
#divRgt {
	width: 170px;
	text-align: center;
}
#divRgt img {
	margin-bottom: 13px;
	margin-left: 13px;
}
#divFooter1 {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 1.4em;
}
#divFooter1 a:link, #divFooter1 a:visited {
	font-weight: normal;
	color: #cec74c;
}
#divFooterLft {
	margin-right: auto;
	margin-left: auto;
	padding: 10px 0px 20px 20px;
	width: 900px;
}
#divFooterRgt {
	color: #cec74c;
	text-align: right;
}
#gear {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#trFormTop {
	display: none;
}
