BODY {
	color: #6F6F6F;
	background-color: #F4F4F4;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0;
	text-align: center;
}

p {
	color: #6F6F6F;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0;
	text-align: justify;
}

h1{
	color: #692803;
	font-size: 10pt;
	margin-left: 14px;
	font-weight: bold;
	margin-bottom: -10px;
	margin-top: 5px;
	text-align:left;
}

h2{
	color: #692803;
	font-size: 11pt;
	margin-left: 14px;
	font-weight: bold;
	margin-bottom: -10px;
	margin-top: 5px;
	text-align:left;
}

p.tableh1{
	color: #fff;
	font-size: 8pt;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px;
	font-weight: bold;
}

p.tabletext{
	font-size: 8pt;
	text-align: center;
	color: #000;
	margin-top: 2px;
	color: #414141;
}

p.text{
   margin-left: 14px;
	margin-right: 15px;
	font-size: 8pt;
}

p.text1{
	font-size: 8pt;
	color: #692803;
	margin-left: 10px;
	
	margin-top: 15px;
}

p.text2{
	font-size: 8pt;
	color: #692803;
	margin-left: 25px;
	font-weight: bold;
}

p.text3{
	font-size: 8pt;
	color: #692803;
	margin-left: 13px;
	font-weight: bold;
}

p.text4{
	font-size: 8pt;
	color: #692803;
	margin-left: 15px;
	margin-top: 5px;
}

p.htext{
	font-size: 8pt;
	color: #692803;
	margin-left: 14px;	
	margin-top: 5px;
	margin-left: 14px;
	margin-bottom:5px;
}

p.yaloowtext{
	font-size: 8pt;
	color: #DEA101;
	margin-left: 5px;
   word-spacing: -3px;
	margin-right: 10px;
}

A {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

A:HOVER {
	color: #692803;
	font-weight: bold;
}

A.footer1:HOVER {
	color: #692803;
	font-size: 7pt;
	font-weight: bold;
   text-decoration: underline;
}

A.footer1 {
	font-weight: bold;
	color: #692803;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
}
A.credit {
	font-size: 8pt;
	font-weight: normal;
	color: #6f6f6f;
	text-decoration: none;
	text-align:right;
}
A.credit:HOVER {
	color: #692803;
	font-weight: normal;
	font-size: 8pt;
}
#container{
	margin: 0;
   width: 712px;
   margin-left: auto;
   margin-right: auto;	
	background-image: url(/images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#midcontainer{
	margin: 0;
   width: 667px;
   margin-left: auto;
   margin-right: auto;	
}

#header{
  width: 660px;
  padding-top: 20px;
}

#menu{
	width: 666px;
	height: 33px;
	background-color: #692802;
	border: 1px solid #fff;
	border-left: 0px;
	border-right: 0px;
}

#leftcontainer{
  width: 198px;
  background-image: url(/images/left_bg.gif);
 background-repeat: repeat-y; 
  float: left;
}

#rightcontainer{
  width: 454px;
  float: left;
}

#innerleftcontainer{
  clear:both;
  width: 198px;
  background-color: #F7F7F6;
  background-image: url(/images/inner_left_bg.gif);
  background-repeat: repeat-y; 
  float: left;
}

#footer{
	height: 30px;
	width: 712px;
	background-color: #F4F4F4;
   background-image: url(/images/bottem_bg.gif);
	background-repeat: no-repeat;
	clear: both;
}

#leftfooter{
   width: 260px;
	height: 25px;
	margin-top: 20px;
	background-color: #F4F4F4;
	float: left;
}

#rightfooter{
   width: 430px;
	margin-right: 3px;
	height: 25px;
	margin-top: 20px;
	background-color: #F4F4F4;
	float: right;
}

ul {
	font-size: 8pt;
	text-align: justify;
	color: #6F6F6F;
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: url(/images/bullet.gif);
}

#dropmenudiv{
position:absolute;
border: 1px solid #692803;
border-bottom-width: 0;
font:normal 12px Verdana;
background:#F0f;
margin-top:2px;
margin-left :-24px;
line-height:16px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
border-bottom: 1px solid #692803;
padding: 1px 0;
text-decoration: none;
text-indent: 10px;
line-height:24px;
font-size:8pt;
color:#692803;
font-weight:normal;
text-align:left;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #92644C;
color:#fff;
}