body {
  background-color: #000;
}
h3 {
  font-size: 13pt;
  font-style: italic;
}
.title {
  color: #FF0000;
  font-family: "Bookman Old Style";
  font-size: 36pt;
  font-weight: 300;
  padding-left: 20px;
  float: left;
  width: 300px;
} 
.home {
  color: #CC7B02;
  font-weight: bold;
  font-size: 14pt;
}
A:link {color: #FF0000; text-decoration: none}
A:visited {color: #B0B0B0; text-decoration: none}
A:active {color: #F7E7CE; text-decoration: none}
A:hover {color: #FFFFFF; text-decoration: none}

.page A:hover {color: #FF0000;}

.desktop_nav {
  text-align: center;
}

.nav_link {
  background-color: #808000;
  white-space: nowrap;
  width: 300px;
  float: left;
}

.desktop_nav .nav_left {
  border-top: 15px solid transparent;
  border-right: 15px solid #808000;
  width: 15px;
  float: left;
}

.desktop_nav .butn {
  background: #808000;
  background-image: -webkit-linear-gradient(top, #808000, #6b6b1c);
  background-image: -moz-linear-gradient(top, #808000, #6b6b1c);
  background-image: -ms-linear-gradient(top, #808000, #6b6b1c);
  background-image: -o-linear-gradient(top, #808000, #6b6b1c);
  background-image: linear-gradient(to bottom, #808000, #6b6b1c);
  -webkit-border-radius: 20;
  -moz-border-radius: 20;
  border-radius: 20px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 3px 8px 3px 8px;
  text-decoration: none;
  width: 265px;
  float: left;
  margin: 2px;
}

.desktop_nav .butn A:link {color: #ffffff;}
.desktop_nav .butn A:visited {color:#ffffff;}
.desktop_nav .butn A: active {color:#ffffff;}
.desktop_nav .butn A: hover {color:#ffffff;}

.desktop_nav .butn:hover {
  background: #a3a300;
  background-image: -webkit-linear-gradient(top, #a3a300, #808000);
  background-image: -moz-linear-gradient(top, #a3a300, #808000);
  background-image: -ms-linear-gradient(top, #a3a300, #808000);
  background-image: -o-linear-gradient(top, #a3a300, #808000);
  background-image: linear-gradient(to bottom, #a3a300, #808000);
  text-decoration: none;
}


.quicklink
{
	color: #F7E7CE;
	font-family: Times, serif;
	font-size: 9pt;
	font-weight: bold;
}

.quicklink A:link {color: #F7E7CE; text-decoration: none}
.quicklink A:visited {color: #B0B0B0; text-decoration: none}
.quicklink A:active {color: #F7E7CE; text-decoration: none}
.quicklink A:hover {color: #FFFFFF; text-decoration: none}

.biglink
{
	color: #808000;
	font-family: Times, serif;
	font-size: 16pt;
	font-weight: bold;
}

.biglink A:link {color: #808000; text-decoration: none}
.biglink A:visited {color: #999999; text-decoration: none}
.biglink A:active {color: #808000; text-decoration: none}
.biglink A:hover {color: #000000; text-decoration: none}
.head_right_col {
  float: right;
  color: #CC7B02;
}
.right_right_col {
  float: right;
  text-align: right;
}
.right_center_col {
  float: right;
  text-align: center;
}
.lg_wh {
  color: #fff;
  font-size: 17pt;
}
.page {
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  margin: 5px;
  padding: 5px;
}
.illustration {
  float: right;
  width: 350px;
}
.text {
  padding-left: 5px;
}
.notes {
  color: #fff;
  padding: 0 20px;
  font-family: Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 740px) {
  .title {
  float: none;
  }
  .right_right_col {
  float: none;
  text-align: left;
  }
  .head_right_col {
  float: none;
  margin-left: 20px;
  }
  .right_center_col {
  float: none;
  }
  .illustration {
  float: none;
  width: auto;
  }
  .illustration img {
  width: 80%;
  }
}
