
* {

  margin: 0;
  padding: 0;
}

html {

  height: 100%;
  font-size: 100.01%
}

body { 

  min-height: 101%; 
  font: 100.01%/130% "Times New Roman", Times, serif; 
  color: #000000;
  background: #191970;
  margin: 10px;
}

a.set1:link, a.set1:visited {

  color: #0000FF; 
  text-decoration: underline; 
  font-size: 18px;
  background-color: #ffffff;
}

a.set1:hover {

  color: #990000;
  background-color: #ffffff;
}


hr {

  color: black;
  background-color: black;
  height: 1px;
  border: 0;
}

.border1 {

  border-style: solid;
  border-color: #336600;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-right-width: 2px;
}

.border2 {

  border-style: solid;
  border-color: #336600;
  border-top-width: 0px;
  border-bottom-width: 2px;
  border-left-width: 0px;
  border-right-width: 0px;
}

.border3 {

  border-style: solid;
  border-color: #336600;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 2px;
  border-right-width: 0px;
}

.page_header {
  
  font-size: 40px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
}

.content_header {
  
   border-style: solid;
   border-color: #000000;
   border-bottom-width: 1px;
   border-top-width: 0px;
   border-left-width: 0px;
   border-right-width: 0px;
   font: 20px Arial,sans-serif;
   color: #000000;
   background-color: #FFFFFF;
   width: 350px;
   text-align: right;
  

}

br {

  line-height: 10px;
}

.input {

  background-color: #ffffff;
  border: 1px solid #336600;
  color: #000000;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  height: 14px;
}

.input:focus {

  background-color: #FFFFFF;
  border: 1px solid #000000;
  color: #000000;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

input.button1 {

  background-color: #000000; 
  font-weight: bold;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  border: 1px solid #336600; 
  font-size: 12px; 
  color: white;
}


#navigation {

  line-height: 20px;
  background-color: transparent;
}

#navigation ul {

  list-style: none;
  padding: 0;
  margin: 0;
}

#navigation li {

  list-style-type:none;
  white-space:nowrap;
}

#navigation li a {

  display:block;
  font-size:14px;
  font-family: "Times New Roman", Times, serif;
  text-decoration:none;
  background-color: #000000;
  color: #ffffff;
  text-align: left;
  width:100%;
  border-bottom: 1px solid #336600;
}

#navigation a:hover {

  background-color: red;
  text-decoration:none;
  color: #ffffff;
}

#navigation .end {

  background-color: #A0A0A0;
  text-align: center;
  border-bottom: 1px solid #336600;
  font-size:14px;
  color: #000000;
  font-weight: bold;
  list-style-type:none;
  white-space:nowrap;
  font-family: "Times New Roman", Times, serif;
}


.warning_border {

  border-style: solid;
  border-color: #336600;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
}

.nws_header {

  font-size: 30px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
}
