html {
   overflow: auto;
   height: 100%;
}

div {
   position:relative;
   top:0px;
   left:0px;
   zoom:1;
   min-width: 0px;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #777777;
  font-size: 14px;
  margin: 0px;
  border: 0px;
  padding: 0px;
  height: 100%;
  min-height: 100%;
  width: 100%;
  overflow: auto;
}

div#pagesetup {
   position: relative;
   top: 0px;
   left: 0px;
   height: 100%;
   max-height:auto;
   width: 100%;
   text-align: center;
   overflow: auto;
   min-height: 100%;
}

div#container-inner{
   position: relative;
   top:0px;
   left:0px;
   margin: auto;
   padding: 0px;
   height: 100%;
   width: 1024px;
   text-align: left;
   overflow: visible;
   min-height: 100%;
}

div#header{
   position: relative;
   top: 1px;
   left: 0px;
   padding: 0px;
   width: 100%;
   height: 265px;
   background: none;
   overflow: hidden;
}

div#logo{
	position: absolute;
	top: 0px;
	left: 0px;
}

div#header_img{
	poisition: absolute;
	top: 0px;
	left: 271px;
	height: 211px;
	width: 753px;
}

div#menu{
	position: absolute;
	top: 211px;
	left: 271px;
	width: 753px;
	height: 23px;
	overflow: hidden;
}

a:link{
	text-decoration: none;
}

a:active{
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

div#menu a:link,div#menu a:active,div#menu a:visited{
	color: #ffffff;
}

div#menu .selected a:link,div#menu .selected a:active,div#menu .selected a:visited{
	color: #69321f;
}

.bottommenu a:link,.bottommenu a:active,.bottommenu a:visited{
	color: #999999;
	padding-right: 2px;
	padding-left: 2px;
}

.lefttxt a:link,.lefttxt a:active,.lefttxt a:visited{
	color: #ffffff;
}

.lefttxt a:hover{
	color: #69321f;
}


.menu_item{
	height: 23px;
	padding-right: 23px;
	padding-left: 23px;
	background: #f7941e;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	padding-top: 5px;
}

div#pagecontent{
   position: relative;
   top: 0px;
   left: 0px;
   width: 1000px;
   height: 700px;
   padding: 0px;
   text-align: left;
   overflow: visible;
}

.bodycontent{
	padding-left: 20px;
	padding-top: 20px;
}

.quote{
	font-size: 33px;
	color: #c49a6c;
	font-family: Arial;
	line-height: 32px;
}

.subquote{
	font-size: 20px;
	color: #c49a6c;
	font-family: Arial;
	line-height: 20px;
}

.lefttxt{
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	color: #ffffff;
	width: 264px;
	font-family: Arial;
}

.bottommenu{
	position: relative;
	top: 50px;
	left: 0px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
}

.subtitle{
	color: #872934;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 2px;
}

.subtitle2{
	color: #A97B50;
	font-size: 17px;
	padding-bottom: 5px;
}

.hr{
	border-bottom: 1px solid #A97B50;
}

.quotesig{
	font-size: 9px;
	text-align: right;
	margin-right: 15px;
}

.rectitle{
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	font-size: 23px;
	padding: 2px;
	color: #A97B50;
}

.rectitle2{
	color: #69321f;
	font-weight: bold;
	margin-top: 15px;
}

.req{
	color: #990000;
	font-size: 10px;
}

.linkimg a img{
	border: none;
}

.video-content{
   position: absolute;
   top: 30px;
   width: 425px;
   z-index: 200;
   background: #c49a6c;
   border: 1px solid #69321f;
   padding: 5px;
}

.video-title{
   color: #ffffff;
   font-weight: bold;
   height: 60px;
   font-size: 16px;
}

.video-close{
   position: absolute;
   top: 2px;
   left: 415px;
   width: 100%;
   display: cell;
   cursor: pointer;
}

.video-sub{
   font-size: 10px;
   color: #ffffff;
}

.smTxt{
	font-size: 10px;
}

