@charset "utf-8";
/* CSS Document */
#menu li a {
  padding-bottom: 12px;
  padding-top: 12px;
  text-decoration: none;
  border-radius: 9px 9px 9px 9px;
  border: 1px solid #ffffff;
  margin-top: 15px;
  box-shadow: 1px 3px 4px #88A8B4;
}
#menu li a:link, #menu li a:visited {
  color: #135897;
  display: block;
  /*background: #c5e5f5;*/
  background: #e8dea9;
}
#menu li a:hover {
  color: #135897;
  /*background: #91cff0;*/
  background: #ded291;
}
#menu li a:active {
  color: #4d4647;
  background: #ded291;
}
#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
}
/*******************************************************************************************/
#topnews.important {
  background-color: #d2d2d2;
  height: 100%;
  margin-bottom: 5px;
  position: relative;
}
#topnews .icon {
  display: none;
}
#topnews.important .icon {
  background-color: #135997;
  display: table-cell;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  width: 80px;
}
#topnews.important .body {
  color: #141414;
  display: table-cell;
  padding: 10px;
}
/*******************************************************************************************************/
.lightblue {
  background-color: #f0f8fe;
  border: 1px solid #AEDBF4;
  text-decoration: none;
}
.content_centered {
  padding-left: 50px;
  padding-right: 50px;
}
ul ul li {
  margin-bottom: 5px;
  margin-top: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
}
ul ul li a:link {
  text-decoration: none;
  padding-bottom: 5px;
  padding-top: 5px;
}
ul ul li a:hover {
  text-decoration: underline;
  padding-bottom: 5px;
  padding-top: 5px;
}
/**********************************************************************************************************/
#missionBox {
  width: 100%;
  border: 1px solid #aedbf4;
  padding: 6px;
  /*margin-top: 20px;*/
  background-color: #f0f8fe;
  font-size: .9em;
}
#missionBox ul {
  line-height: .5em;
  list-style-type: disc;
}
#visionBox {
  width: 100%;
  border: 1px solid #aedbf4;
  padding: 6px;
  margin-top: 20px;
  background-color: #f0f8fe;
  font-size: .9em;
}
.gray {
  font-size: 8pt;
  color: #808080;
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 10px;
  float: right;
}
.green {
  color: rgba(0, 153, 0, 1.00);
}
.red {
  color: red;
}