body  {background-color: #ffffff; Margin:0; }
.headline {background-color: #ffffff; font-family:Arial; font-size:22px;  line-height:160%; color:#2e0e00}
.bold1 {font-family:Arial; font-size:18px;  line-height:160%; color:#2e0e00}
.font1 {font-family:Arial; font-size:16px;  line-height:160%; color:#66473a}
.subhead {font-family:Arial; font-size:18px;  line-height:100%; color:#66473a}

.in_txt {background-color: #ffffff;}

.lightTD {background-color: #ffffff;  background: url("wpaper.jpg"); background-repeat: repeat;}
.darkTD {background-color: #694d3e;}
.darkTD_info {background-color: #694d3e;font-family:Arial; font-size:14px;  line-height:120%; color:#e2ccc0}

A:link	{text-decoration: none; font-weight: extra-light; color: #513a30}
A:visited	{text-decoration: none; font-weight: extra-light; color: #91776b}
A:active 	{text-decoration: none; font-weight: extra-light;               }
A:hover 	{text-decoration: none; font-weight: normal;        color: #2e0e00}


#about	{POSITION:relative; VISIBILITY;visible; Z-INDEX:1; TOP:; left:475;}
#MENU		{POSITION:relative; VISIBILITY;visible; Z-INDEX:1; TOP:30;}
#MAIN		{POSITION:relative; VISIBILITY;visible; Z-INDEX:1; TOP:100;}
#GMAIN		{POSITION:relative; VISIBILITY;visible; Z-INDEX:1; TOP:100;}
#INFO		{POSITION:relative; VISIBILITY;visible; Z-INDEX:1; TOP:20;}
#LINKTXT	{POSITION:relative; VISIBILITY;visible; Z-INDEX:1; TOP:20;}



/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{ 
	position:relative; overflow:hidden;
	width:580px; height:255px; 
  z-index:100; 
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:580px; height:255px; 
	clip:rect(0px, 580px, 255px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.content { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:1; 
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left:0; top:0;
  width:11px; height:240px; 
  font-size:1px; z-index:1;
  }
div#track { 
  position:absolute; left:0; top:12px;
  width:11px; height:216px;
  background-color:#91776b;
  z-index:1;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#fff9f6;
  z-index:1;
  }  
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 }  
