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

body {
	margin: 0px;
	padding: 0px;
	background-color: #D1BA91;
	height: 100%;
}
.bkgrndtop {
	background-image: url(images/dk_topbott.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bkgrndbott {
	background-image: url(images/dk_bott.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.regtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 1.5em;
}
a
{
  outline: none;
}h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #625744;
	text-indent: 18px;
}
a:link {
	color: #4E4536;
	text-decoration: underline;
}
a:visited {
	color: #807159;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #807159;
}
a:active {
	color: #807159;
	text-decoration: none;
}
.imgright {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.imgleft {
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #4E4536;
}
hr {
	background-color: #665333;
	border: 0;
	text-align: center;
	height: 1px;
	width: 50%;
}
