@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  color: #000000;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 100%;
  line-height: 1.4;
  background-repeat: repeat;
  background-color: #f6e6d2;
}
ul, ol, dl {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  padding-right: 15px;
  padding-left: 15px;
  font-family: "Times New Roman",Times,serif;
  font-size: 24px;
  font-style: italic;
  color: #96370d;
  line-height: normal;
  font-variant: normal;
  text-transform: none;
  text-align: right;
}
a img {
  border:  none;
}
a:link {
  color: #8d300a;
  text-decoration: none;
}
a:visited {
  color: #701f06;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  font-family: "Times New Roman",Times,serif;
  font-size: 24px;
  color: #ad5b2c;
}
.container {
	border:  none;
	margin: 0 auto;
	width: 820px;
	max-width: 1260px;
	min-width: 780px;
	background-color: #ffffff;
	background-image: url(../images/bodybg.png);
	background-repeat: repeat;
	height: 960px;
	position: relative;
}
.header {
	height: 262px;
	width: 820px;
	position: relative;
	z-index: 1;
	background-image: url(../images/header.jpg);
}
.content {
	padding: 0px;
	height: 960px;
	width: 820px;
	z-index: 2;
	top: 0px;
	background-repeat: no-repeat;
	color: #731f06;
	font-style: italic;
	font-family: "Times New Roman",Times,serif;
	font-size: 24px;
	font-variant: normal;
	text-transform: none;
}
.content ul, .content ol {
  padding: 0 15px 15px 40px;
}
.fltrt {
  float: right;
  margin-left: 8px;
}
.fltlft {
  float: left;
  margin-right: 8px;
}
.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
.container .content form table tr th {
  color: #a2410f;
  font-style: italic;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 16px;
  font-weight: normal;
  font-variant: normal;
}
