.content {
  font-family: "Times New Roman", Times, serif;
  font-size: medium;
  font-weight: normal;
}

li.nodot {
  list-style-type: none;
}
.contentborder {
  border: 1px solid #000000;
}
.lineheight {
  line-height: 1.5em;
}
.nospacep {
  margin: 0em;
}
p {
  line-height: 1.5em;
}
.small {
  font-size: small;
  line-height: normal;
}
.para_style ul {
  list-style-type: square;
  padding: 0;
  margin-left: 1em;
}

ul.para_style li {
  margin: 20px;
}

.width400 {
  width: 400px;
  float: left;
}
.floatrt {
  width: 350px;
  padding: 5px;
  margin: 5px;
  float: right;
}

.floatlt {
  width: 350px;
  padding: 5px;
  margin: 5px;
  float: left;
}
.clearboth {
  clear: both;
}
#body {
  position: relative;
  margin: auto;

  text-align: left;
}

#centeredcontent {
  position: relative;
  margin: 0 auto;
  width: auto;
  height: 432px;
  text-align: left;
}

P.blocktext {
  margin-left: auto;
  margin-right: auto;
  width: 6em;
}
.spacer {
  height: 300px;
}

#coppercontainer {
  width: 100%;
  position: relative;
  margin: 5px auto;
}

/***** McCarthy Navigation  *****/

.navigation ul,
.navigation li {
  margin: 0;
  padding: 0px;
}

.navigation ul{
  background: #71a70b;
  color: #fff;
  font-size: .9em;
	display: flex;
	max-width: 900px;
	flex-wrap: wrap;
}

.navigation li {
  flex: 1  auto;
  list-style: none;
}

.navigation li a {
  background: inherit;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 0px 10px;
  text-decoration: none;
}

* html .navigation a {
  width: 1%;
}

.navigation .selected,
.navigation a:hover {
  background: #81c00c;
  color: #fff;
  text-decoration: none;
}

.navigation .copper a {
  background: #071b68;
  color: #fff;
  text-decoration: none;
}
.navigation .copper a:hover {
  background: #efa800;
}
/***** Copper Navigation *****/

.coppernavigation ul,
.coppernavigation li {
  margin: 0;
  padding: 0;
}

.coppernavigation ul {
  background: #071b68;
  color: #fff;
	font-size:.9em;
	display: flex;
	max-width: 900px;
	flex-wrap: wrap;
}

.coppernavigation li {
  flex: 1  auto;
  list-style: none;
}

.coppernavigation li a {
  background: inherit;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 0px 10px;
  text-decoration: none;
}

* html .coppernavigation a {
  width: 1%;
}

.coppernavigation .selected,
.coppernavigation a:hover {
  background: #efa800;
  color: #fff;
  text-decoration: none;
}