@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #6D4826;
	font-size: small;
}
#content
{
	width: 920px;
	margin: 0 auto;
} 

/* put the sig in front of the black or white box (table) */
.sig {
	z-index: 10; 
	position:absolute;
}

/* put the box behind the signature image on the left */
.box {
	z-index: 1;	
	position:absolute;
}


.footer {
	font-size:x-small;
	text-align:center;
}

.blackBG {
	background-color: #000000;
	color: #FFFFFF;
	text-align: left;
}

.whiteBG {
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;
}

/* nav bar for the white pages */
.nav-wht { 
	font-size:small;
	margin-bottom: 4px;
	text-align:center;
	word-spacing:4px;
	text-decoration:none;
	color:#000000;
}
.nav-wht a:link {
	text-decoration:none;
	color:#000000;
}

.nav-wht a:hover {
	color:#CC0000;
}

.nav-wht a:visited {
	text-decoration:none;
	color:#000000;
	text-decoration:none;
}


/* nav bar for the black pages */
.nav-blk { 
	font-size:small;
	margin-bottom: 4px;
	text-align:center;
	word-spacing:4px;
}
.nav-blk a:link {
	text-decoration:none;
	color:#FFFFFF;
}

.nav-blk a:hover {
	color:#CC0000;
}

.nav-blk a:visited {
	text-decoration:none;
	color:#FFFFFF;
	text-decoration:none;
}