body {
	background: url("/art/rayBGlight.png") white;
	background-size: 80% auto;
	background-repeat: no-repeat;
	padding: 60px 0px 0px 0px;
}

a {
	color: #3e80ff;
}

a:active {
	color: #75a5ff;
}

h2 {
	color: #3e80ff;
}

h3 {
	color: #666;
}

.navbar-header {
	background: url("/art/bannerPatchNarrow.png") #222 no-repeat -10px;
	font-size: 120%;
	color: black;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 25);
}

#navbarCollapse {
	background: ##dddde0;
	font-size: 120%;
	color: white;
	text-shadow: none;
}

.navbar-default .navbar-nav>li>a {
	color: black;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 25);
}

/*
.navbar-brand {
	background: #3e80ff;
}
*/

.header-patch {
	float: left;
	position: relative;
	top: -20px;
	left: -20px;
}

.header-left {
	float: left;
	position: absolute;
	/*top: 0px;*/
	left: 0px;
	
}

.header-right {
	float: right;
	position: relative;
	left: 20px;
}

.holder {
	margin: 5px;
	border: solid 1px black;
	padding: 5px;
	/*
	height: 150px;
	*/
	background: #eee;
	text-align: center;
	vertical-align: middle;
}

/*
.thumbnail {
	background: none;
	border: none;
	padding: 10px;
	box-shadow: none;
}

.thumbnail img {
	border: solid 5px black;
	box-shadow: 3px 3px 5px #999999;
}
*/

.highlight-block {
	background: #eee;
	font-size: 180%;
}

.content-block {
	text-align: left;
	background: url("/art/LtGrayBorderFade.jpg") white repeat-y;
	background-position: right top;
	box-shadow: 5px 5px 8px #999999;
	border: solid 1px #d5dce8;
	padding: 1.7em;
	
}

.content-block p {
	margin-top: 0.9em;
	line-height: 1.3em;
	text-indent: 0.7em;
	font-size: 14pt;
}

.test_block {
	height: 150px;
	background: #888890;
	border: solid 1px navy;
	margin: 0px;
	padding: 10px;
}