body {
  background-color: #FFF;
  color: #000000;
}      
 
#head {
  width: 950px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  
  border: 1px solid silver;
  border-bottom: 0px;
  background-color: #FFFFFF;
  
  color: #000000;
  padding: 10px 10px 10px 10px;
  text-align: left;
} 

#head_left {
  margin-top: 5px;
  margin-left: 15px;
  font-family: Arial;
  font-size: 1.7em;
  color: dodgerblue;
  
  float: left;
  width: 425px;
}

#head_left a {
  text-decoration: none;
  color: dodgerblue;
}

#head_left a:visited {
  color: dodgerblue;
}


#head_right {
  font-family: Arial;
  font-size: 10px;
  
  float: right;
  width: 425px;
  text-align: right;  
}

#hmenu1  {
  width: 950px;
  height: 1.4em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  
  border: 1px solid silver;
  border-top: 0px;
  border-bottom: 0px;
  background-color: white;
  color: darkgrey;
  
  padding: 5px 10px 5px 10px;
  text-align: left;
  font-family: Arial;
  font-size: 1em;
}

#hm1_left  {
  float: left;
  width: 425px;
  text-align: left;
  margin-left: 15px;
}



#hm1_right  {
  float: right;
  width: 425px;
  text-align: right;
  margin-right: 10px;
}

#hm1_right a {
  text-decoration: none;
  margin-left: 10px;
}

#hm1_right a:link{
  color: darkgrey;
}

#hm1_right a:visited{
  color: darkgrey;
}

#h_ci {
  width: 950px;
  height: 0.4em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  
  border: 1px solid silver;
  border-top: 0px;
  border-bottom: 0px;
  background-color: dodgerblue;
  color: white;
  
  padding: 0px 10px 0px 10px;  
}



#content {
  width: 950px;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #A6B2BC;
  background-color: #FFFFFF;
  color: #000000;
  padding: 10px 10px 0 10px;
  text-align: left;
  font-family: Arial;
  font-size: 12px;
}

#content1 { 
  width: 950px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #A6B2BC;
  background-color: #FFFFFF;
  color: #000000;
  padding: 10px 10px 0 10px;
  text-align: left;
  font-family: Arial;
  font-size: 12px;
  overflow: scroll;
}

#legend {
  width: 950px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  
  border: 1px solid silver;
  border-top: 0px;
  background-color: #FFFFFF;
  
  color: #000000;
  padding: 10px 10px 10px 10px;
  text-align: left;
} 

#bottom {
  width: 950px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  color: #000000;
  padding: 5px 10px 5px 10px;
  text-align: center;
  font-family: Arial;
  font-size: 10px;
}
  
#navigation ul {
  list-style: none;
  width: 900px;
  height: 20px;
  margin-top: 20px;
  text-align: center;
}
 
#navigation li { 
  float: left;
  width: 90px;
}

#navigation li a {
  display: block;
  width: 100%;  
}

#navigation li a:hover {
  background: #BBB;  
}

#imp {
  color: grey;
  text-decoration: none;
}


.line_light {
  background-color: lightgrey;
  color: lightgrey;
  border: 0;
  height: 1px;
}

.bar1 {
  min-height: 15px;
  
  background-color: lightgrey;
  padding-top: 5px;
  padding-bottom: 5px;
  
  color: white;
}

.search {
  float: left;
 
  padding: 3px;
  
  font: 1em Arial, sans-serif;
  vertical-align: middle;
  
  border: 1px solid white;  
  
  color: grey;
  margin-right: 2px;
}

.b250r
{
  width: 270px;
  float: right;
  margin-right: 10px;
  text-align: right;
}

input, select {
  padding: 5px;  
  border: 1px solid #cccccc; 
  color: #666666;   
}

#authBox{
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  width: 370px;
  
  padding: 20px;

  border-radius: 10px;
  
  color: darkgrey;
  background-color: #ececec;
  text-align: left;  
}

#authBox .ff_label {
  width: 120px;  
  text-align: left;
}

#authBox .ff_input {
  width: 240px;  
}

#authBox .label {
  text-align: left;
  margin-bottom: 5px;
}


.help_box {
  background-color: #ececec;    
  color: darkgrey;
  font-size: 10pt;
  margin-top: 80px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 10px;
  padding: 10px;
  line-height: 130%;
}

.noteBox {
  line-height: 130%;  
  border:1px solid #4E9631; 
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
  
  padding: 10px;
    
  background-color: #f0ffee;
  color: #4E9631;   
    
}

.warnBox {
  line-height: 130%;  
  border:1px solid #d65a5c;  
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
  
  padding: 10px;
  
  background:#fdd; 
  color:#c00;    
}

#policy_m
{
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 5px;
  border: 0px;
  background-color: #FFFFFF;
  color: #666666;    
  font-family: Arial;
  font-size: 0.8em;
  text-align: right;
} 

#policy_m a 
{
  margin-left: 20px;  
  text-decoration: none;
  color: #666666;      
}