@charset "utf-8";
/* CSS Document */
<style type="text/css" media="all">


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-color: #F1D0BD;
	color: #2e2d2c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
	color: #b54f37;
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
}
h2 {
  color: #b54f37;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
  color: #da5242;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #904841;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #bf1c1c;
  text-decoration: underline;
}
a:focus {
  color: #bf1c1c;
}
a:active {
  color: #702922;
}
#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto;
	min-width: 842px;
	text-align: left;
	width: 842px;
	border-right-color: #A14A36;
	border-left-color: #A14A36;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
}
#header_top{
	background-color: #FFFFFF;
	height: 123px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/header_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header_middle{
	background-color: #660000;
	height: 302px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/header_middle.jpg);
}

#header_sub{
	background-color: #FFFFFF;
	height: 244px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/header_sub.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav_bar {
	background-color: #A14A35;
	height: 26px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #270909;
	padding-left: 1px;
}
#content {
	margin: 0;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#sample_placeholder {
	float: right;
	height: 400px;
	width: 320px;
	text-align: center;
	margin-top: -20px;
}
.arrow {
	font-weight: bold;
	color: #8F0000;
}

#footer {
	background-color: #f9f1e1;
	border-top: solid 1px #cda98b;
	padding: 0px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
}
#footer_text {
	color: #FFFFFF;
	text-align: center;
	padding-top: 12px;
}
#footer_text a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#footer_text a:hover {
	color: #FFCC99;
	text-decoration: none;
}

.image {
	margin: 10px;
	padding: 3px;
	border: 1px solid #A14A35;
}
#sampleloop {
	height: 350px;
	width: 315px;
	float: right;
	margin-right: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}
</style>


<style type="text/css" media="print">

body {
  background-color: #fff;
  background-image: none;
  border-color: #000;
  color: #000;
}

</style>
