
<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
 background-color:#deaa34;
}

.form-control
{
 background-color:#FFF;
}

/* Asterisk that appears in front of required fields */
.RequiredIndicator
{
  color:red;
}

/* Menu icon in top left corner of page */
.navicon
{
  background-color:#1d7b40; 
  color:#FFF; 
}

/* Menu bar across the top of the page */
.navtable
{
  background-color:#1d7b40; 
  color:#FFF;
}
.navlink {
  color:#FFF;
}
.navlink &gt; a {
  color: #FFF;
}
.navlink &gt; a:hover,
.navlink &gt; a:focus,
.navlink:hover, 
.navlink:focus {
  text-decoration: none;
  font-weight: bold;
  background-color: transparent;
  color:#FFF;
}

/* Menu that appears when you click on the menu icon */
.navmenu &gt; ul &gt; li, .navmenu
{
  background-color:#fff;
}
.navmenulower &gt; ul &gt; li
{
  background-color:#F9FFF9;
}
.navmenulower2 &gt; ul &gt; li
{
  background-color:#FFF9F9;
}

/* Top banner, which only appears on home page */
.banner-div
{
  background-color:#010;
}

/* Grid outlines  */
.table-curved {
    border-color: #ccc;
}
.table-curved td, .table-curved th {
    border-left-color: #ccc;
    border-top-color: #ccc;
}

/* Grid heading */
.table-striped &gt; thead &gt; tr {
  background-color: #FFC;
}

/* Grid body */
.table-striped &gt; tbody &gt; tr:nth-of-type(even) {
  background-color: #FFF;
}

/* Grid footer */
.table-striped &gt; tfoot &gt; tr {
  background-color: #999;
}

/* Group name displayed at top left of page, which is a link to the home page */
.nav-home-link
{
  color:white;
}

/* Tabs */
.nav-tabs &gt; li &gt; a,
.nav-tabs-bottom &gt; li &gt; a {
  border-color:#ddd;
  background-color:#EAD296;
}
.nav-tabs &gt; li &gt; a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs-bottom &gt; li &gt; a:hover {
  border-color: #ddd #eee #eee;
}

.nav-tabs &gt; li.active &gt; a,
.nav-tabs &gt; li.active &gt; a:hover,
.nav-tabs &gt; li.active &gt; a:focus {
  background-color: transparent;
  border-bottom-color: #FFE;
}

.nav-tabs-bottom &gt; li.active &gt; a,
.nav-tabs-bottom &gt; li.active &gt; a:hover,
.nav-tabs-bottom &gt; li.active &gt; a:focus {
  background-color: transparent;
  border-top-color: #FFE;
}

/* Search box */
.search-container
{
  background-color: #F9FFF9; 
}

.page-title {
	background-color: #996600;
	border-style: ridge;
	border: 2;
	font-size: 3em;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 5px 5px 5px 4px;
	margin: 5px;
}

.container-flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 5em;
}

.container-flex.th {
	padding: 20px;
}

.img-scout-ranks {
	width: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-about-old-time-scouts {
	width: 960px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-eagles-bald {
	width: 700px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-scout-leadership {
	width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-badges {
	display: inline;
    margin-left: auto;
    margin-right: auto;
}
</pre></body></html>