.navBox {
	padding-bottom: 10px;
}
.nav {
/*	border: 1px solid #555588;*/
/*	background-color: #eee;*/
	padding: 5px;
	text-align: center;
}

.instructionsBox {
	padding-top: 10px;
}
.instructions {
	border: 1px solid #555588;
	padding: 5px;
}
		
		
a.button {
	font-weight: bold;
	font-size: 80%;
	padding: 4px 8px;
	
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	
	text-align: center;
	text-transform: uppercase;
	display: block;
	width: 100%;
	text-decoration: none;

	color: #000;
}

a.button:link, a.button:visited {
	color: #000;
}

a.button:hover {
	background-color: #eee;
	color: #555;
	text-decoration: none;
	
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

a.button:active {
	background-color: #369;
	color: #ccc;
	text-decoration: none;
}



.pageCol1 {
	vertical-align: top;
	padding: 5px 7px 5px 5px;
	width: 300px;
	max-width: 300px;
}
.pageCol2 {
	vertical-align: top;
	padding-top: 5px;
}
.arcBoxT1 {
	background: url('http://knowlist.org/klimg/scifi/template/alien1/arc1Top1d.gif');
	width: 96px;
	height: 21px;
}
.arcBoxT2 {
	background: url('http://knowlist.org/klimg/scifi/template/alien1/arc1Top2d.gif') repeat-x;
	height: 21px;
}
.arcBoxT3 {
	background: url('http://knowlist.org/klimg/scifi/template/alien1/arc1Top3d.gif');
	width: 96px;
	height: 21px;
}
.arcBoxB1 {
	background: url('http://knowlist.org/klimg/scifi/template/alien1/arc1Bot1d.gif');
	width: 96px;
	height: 21px;
}
.arcBoxB2 {
	background: url('http://knowlist.org/klimg/scifi/template/alien1/arc1Bot2d.gif') repeat-x;
	height: 21px;
}
.arcBoxB3 {
	background: url('http://knowlist.org/klimg/scifi/template/alien1/arc1Bot3d.gif');
	width: 96px;
	height: 21px;
}
.arcBoxMid3 {
	border-left: 1px solid #7a7b9d;
	border-right: 1px solid #7a7b9d;
}
.arcBoxMid2 {
	border-left: 1px solid #0004bb;
	border-right: 1px solid #0004bb;
}
.arcBoxMid {
	border-left: 1px solid #9fa0b8;
	border-right: 1px solid #9fa0b8;
	padding: 0px 5px;
}
