.sidebar {
  display: inline;
  //width: 25%;
  padding-right: 35px;
  padding-top: 10px;
  //float: left;
  //overflow: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.15;
}

.sidebar h1 {
  //padding-bottom: 6px;
  font-size: 24px;
  font-weight: bold;
  color: #0064C8;
  text-align: justify;
}

.sidebar h1.menu {
  padding-bottom: 16px;
  font-weight: bold;
}

.sidebar h2 {
  //padding-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}

.sidebar p {
  padding-bottom: 7px;
  font-size: 14px;
  color: black;
  text-align: justify;
  text-justify: auto;
}

.sidebar p.center_brown {
  text-align:center;
  color:#0064C8;
}

.sidebar a {
  font-size: 14px;
  color: #0064C8;
  text-decoration: none;
}

.sidebar a:hover {
    color:#C1272D;
}

.sidebar a:active {
    color:#C1272D;
}

.sidebar a.menu {
  display: block;
  padding-bottom: 12px;
  font-size: 16px;
  color:#000000;	
  line-height: 1.15;
}

.sidebar a.menu:hover {
  color: #0064C8;
}	

.sidebar a.menu:active , .sidebar a.menu:selected{
  color: #C1272D;
}	
.sidebar ul {
  margin: 0px;
  color: #000000;
  width: 75%;
  padding-left: 20px;
  text-indent: -5px;
  text-align: justify;
  text-justify: auto;
}

.sidebar ol {
  font-size: .9em;
  color: #000000;
  list-style-type:decimal;
  margin-left: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  text-align: justify;
  text-justify: auto;
}