/******

COLORS

#D2A972; - Gold (nav text, etc)
#F1E4D3; - Light Gold (line rule)

#003366; - Dark Navy Blue (titles)
#3F658C; - Light Navy Blue (links)
#985534; - Red-brown (errors, messages)

#E4E9EF; - Light blue (pop-up background)
#D5C86F; - Almond
*******/

A 	{
	
	color:#3F658C;
		
}
A:link		{	text-decoration:none;   }
A:visited	{	text-decoration:none;   }
A:hover		{	text-decoration:underline;   }
A:active 	{	text-decoration:underline;   }

image {	border:0}
body  {	
	
	margin:10;
}


/* Popup Form: Posting to Guestbook */

.f_tb {	
/* iFrame NOTE: these parameters are for iframe compatibility only.  
On a normal page, they send the sign form off the screen */

	position: absolute; /* not really fixed to the window */
	top: -740px;
	left: -300px;
	margin-left: 50%;
	
/* End iFrame NOTE */	

	width:600;
	height:280;
	background-color:#E4E9EF;
	border-width: 1px 1px 1px 1px;
	border-style: outset outset outset outset;
	border-color: #999999;
	border-collapse: collapse;
	
}
.f_th1{	
	text-align:center;
	background-color:gray;
	font-weight:bold;
	color:white;
}
.f_th2{	
	text-align:right;
	background-color:gray;
	color:gray;
}
.f_close {
	width:10;
	height:10;
}
.gb_title {color:white}

/* title bar table */
.m_tb1{ 
	width:700;
	height:80;

	padding: 5px;

}
div.navigator {
	font-size: 10px;
	color: #666666;
}
.m_tb2{ 
	width:700px;

	border-width: 0px;
	border-style: outset outset outset outset;
	border-color: black black black black;
	border-collapse: collapse;
	
	background: none;
}
td {	font-size: 10pt; 
		font-family: Tahoma, Helvetica, Geneva, Arial, sans-serif; 
		color: #666666;	 
		
		background: none; 
	}
	
th {	
	font-size: 10pt;

}

/* Table headings */
.thl {
	background-color: #3F658C;
	color: #FFFFFF;
	width: 20%; 
	font-family: Tahoma, Helvetica, Geneva, Arial, sans-serif;
}
.thr {
	border: none;
	background-color: #3F658C;
	color: #FFFFFF;
	width: 80%;
	font-family: Tahoma, Helvetica, Geneva, Arial, sans-serif;
}

.tdl {
	

	width: 20%; 
	vertical-align:top
}
.tdr {
	
	
	width: 80%;
	vertical-align:top
	

}

.td_head {	background-color:#FFFFFF; width: 100%; font-family: Tahoma, Helvetica, Geneva, Arial, sans-serif;}

.td_body {	background-color:#F1E4D3;   width: 100%; font-family: Tahoma, Helvetica, Geneva, Arial, sans-serif;}

.msg_sep {
	border: 1px solid;
	color:#EAEAEA;
	
}
.copyright {
	width:700;

	text-align: center;
	
}

.search {
	
	text-align:right;
	height: 14px;
	
}
.fielder {
	
	border-color:silver;
	border-width:1;
	font-size:10pt;
	font-family: Tahoma, Helvetica, Geneva, Arial, sans-serif;
}
.submitter {
	background-color:#D2A972;
	border-color:silver;
	border-width:1px;
	color: #FFFFFF;
	font-size:11px;
	font-family: Tahoma, Helvetica, Geneva, Arial, sans-serif;
}
#dek{
	POSITION:absolute;
	VISIBILITY:hidden;
	Z-INDEX:200;
	
	
}
#floater {
	POSITION:absolute;
	z-index:10;
}
.tb100 {
	width:100%;
}
a#sign_book { /* 'Sign Guestbook' link */
	background-color: #D2A972;
	color: #FFFFFF;
	padding: 3px 6px 3px 6px;
	border: 1px #999999 outset;
	font-weight: bold;
}
a#sign_book:hover {
	text-decoration: none;
	color: #3F658C;
}
.announcement {
	width: 98%;  padding: 5px; 
	font-weight: bold;
	font-family: Tahoma, Helvetica, Geneva, Arial, sans-serif;
	color:#985534;
}

.sfont {
	font-size:8pt;
}
.inactive {
	color: #D3D3D3;
}

.move {
	cursor: move;
}

.hand {
	cursor: pointer;
}

.outerborder {
	border: 1px solid;
	border-top-color: #808080;
	border-bottom-color: #FFFFFF;
	border-left-color: #808080;
	border-right-color: #FFFFFF;
}
.innerborder {
	border: 1px solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #808080;
	border-left-color: #FFFFFF;
	border-right-color: #808080;
	padding: 3px;
	background-color: #d4d0c8;
}