/* Style sheet for art glass buttons.  Last modified:  8/13/02.  MCM */

/* general stuff - buff sort of background, plain type #224435 too yellow 5e663a*/

BODY {  background-color:#5e663a; 
	margin:0 10%;
	color:black; 
	font-size:x-small; 
	font-family:"Arial",serif; 
	} 

/* links in the pinks */

:link {
	COLOR:#5e663a;
}
:active {
	COLOR:#608e3a;
}
:visited {
	COLOR:#3f6075;
}
:hover {
	COLOR:#608e3a;
}

/* generally speaking, images float left */

IMG {
	float:left;
	margin-right: 1em;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 1em;
	border:0;
	}

.nofloat {
	float:none;
	margin:0;
	border:0;
	}
	
	
/* content block, centered, light yellow background f7e8aa*/

.fzblock {  
	border: #a27d66 1px solid; 
	padding: 2em; 
	margin: 1em, 0, 1em, 0; 
	width:100%;
	background-color: #ffefaf;
	color:black; 
	}
	
/* big dark green type for logo */

.logo { color: #224435; 
	valign: middle;
	font-size: x-large; 
	font-weight:bolder; 
	text-decoration:none;
	padding: 0;
	margin: 0;
	}

/* small font for nav */
.nav {  
	font-size: x-small;
	text-align:center; 
	TD {
		padding: 2;
		margin: 2;
		}
	}

/* really small centered copyright */	

.copyrt {
	text-align:center; 
	margin: 1em, 0, 1em, 0; 
	font-size:xx-small; 
	font-color:#f7e8aa; 
	font-family:"Arial",serif; 
	}


TABLE.chips {
	text-align: center;
	}
TABLE.chips TD {
	padding: 5;
	margin: 0;
	}

	
