body{
  margin-left: 2%;
  margin-right: 2%;
  font-size:0.9em;
  margin-bottom: 0%;
  margin-top: 0%;
  font-family:verdana, arial, sans-serif;
  min-width: 650px;
}
h1{font-size:170%;font-weight:bold;margin-top:8px;}
h2{font-size:140%;font-weight:bold;}
h3{font-size:120%;font-weight:bold;}
a{background-color:#ffffff;color:#96c4f1;text-decoration:none;}
a:link{background-color:#ffffff;color:#003366;text-decoration:none;}
a:hover{background-color:#ffffff;color:#ff6633;text-decoration:none;}
a:visited{color:#aaaaaa;text-decoration:none;}
a:active{color:#ff6633;text-decoration:none;}
a.go_top{background-color:#ffffff;color:#000000;text-decoration:none;}
a.go_top:hover{background-color:#ffffff;color:#ff6633;text-decoration:none;}
a.go_top:visited{background-color:#ffffff;color:#aaaaaa;text-decoration:none;}
a.go_top:active{background-color:#ffffff;color:#ff6633;text-decoration:none;}

.header{
  background: #f1f1f1;
  width: 100%;
  height: 90px; /* Need to switch to rem units*/
  min-width: 650px;
}
.header .logo{
  float: left;
  margin-top: 17px;
}
.header .search_form{
  float: right;
  margin-top: 17px;
  text-align: center;
  height: 53px;
  padding-right: 0.8rem;
}
.header .search_form input{
  margin:1px;
}
.header .search_form .search_text{width:135px;height:14px;}
.header .search_form .search_button{height:22px;}

a.search{
  text-decoration: inherit;
}
p{
  width: fit-content;
}
ul{
  width:fit-content;
}
.TopNav{
  background: #000000;
  height: fit-content;
  min-width: 650px;
  margin-bottom: 1px;
  display:flex;
}
.TopNav div{
  min-width: 210px;
  max-width: 210px;
  width: 210px;
  text-align: center;
  border-right: #ffffff;
  border-right-width: 1px;
  border-right-style: solid;
  padding-top: 2px;
  padding-bottom: 2px;
}
.TopNav .item{
  color: #ffffff;
  background: #000000;
  width: 160px;
  text-align: center;
}

.spacer{
  background: #990000;
  padding-top: 2px;
  padding-bottom: 2px;
  height:1rem;
  width:100%;
  margin-bottom: 1px;
  padding-right: 2rem;
}

.nav{
  display: inline-block;
  width: fit-content;
  min-width:210px;
  margin:0px;
  background:white;
  color:#000000;
  vertical-align:top;
  height: 100%;
  overflow-x: hidden;
  margin-right: 1px;
}
.nav.right{
  margin-right: 0px;
}
.nav .menuSection{
  background:#c90000;
  color:#ffffff;
  font-weight:bold;
  text-decoration:none;
  width: 100%;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  height: 1rem;
  padding-left:1em;
  padding-right:1em;
  margin-bottom: 1px;
}
.nav .menuSection a{
  background:#c90000;
  color: inherit;
  height:1rem;
  width: 100%;
}
.nav .menuSection a:hover{
  color:#ff6633;
}
.nav .menuEntry{
  background:#f1f1f1;
  color:#000000;
  padding-left:1em;
  padding-top:0.2em;
  padding-bottom: 0.2em;
  height:1rem;
  width:100%;
  margin-bottom: 1px;
}
.nav .menuEntry a{
  background:#f1f1f1;
  color:#003366;
  text-decoration:none;
}
.nav .menuEntry a:hover{
  color:#ff6633;
}
.nav img{
  width:100%;
  background:#f1f1f1;
}
.nav .quickMenu{
  background:#f1f1f1;
  color:#000000;
  width: 100%;
}
.nav .quickMenu select{
  width: calc(100% + 1em);
}
.bodyWrapper{
  width:100%;
  background-color:#f1f1f1;
  display: flex;
  overflow-x: hidden;
}
.searchbar.hidden {
  padding-top: 00em;
  height: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0px;
  transition: 0.18s;
}
.searchbar{
  background: #990000;
  padding-top: 0.89em;
  height: 2rem; 
  padding-right: 13px;
  padding-left: 13px;
  transition: 0.18s ;
  display: flex;
}

.infobar{
  padding-top: 0.2rem;
  height: 1rem;
  transition: 0.18s;
}
.infobar.hidden {
  padding-top: 00em;
  height: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0px;
  transition: 0s;
  
}
.infobar .hidden{
  font-size: 0px;
  transition: 0s;
}
.infobar .path{
  float: left;
  width: fit-content;
  height: inherit;
  transition: 0s;
}
.infobar .clock{
  float: right;
  height: inherit;
  transition: 0s;
}
a.search{
  color: #c90000;
  background: transparent;
  align-self: flex-start;
  margin-left: 1rem;
  margin-top:2px;
}
a.search svg{
  transform: scale(1.3);
}
.middle_print_icon{position:absolute;right:0px;}
.middle_clock{position:absolute;right:0px;}
.contentArea{
  display: inline-block;
  background-color:white;
  color:#000000;
  margin:0px auto;
  padding-top:10px;
  padding-left:13px;
  padding-right:13px;
  text-align:left;
  vertical-align:top;
  /* Edge doesn't support "Fill Available" yet*/
  width: -moz-available;          /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
}
.contentArea img{
  display:block;
  margin-left: auto;
  margin-right: auto;
}

.dossiers{
  width: 100%;
  display: flex;
}
.dossiers div {
  padding-left: 1em;
}
.returnTop{
  float: right;
  margin-bottom: 1rem;
}
.footer{
  width:100%;
  height:1rem;
  background-color:#000000;
  color:#ffffff;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.footer .copyrights{
  padding-left: 1rem;
  float: left;

}
.footer .links{
  float: right;
  padding-right: 1rem;
}
.footer .links a{
  text-decoration:none;
  background-color:#000000;
  color:#ffffff;
}
.footer .links a:hover{
  text-decoration:none;
  background-color:#000000;
  color:#ff6633;
}

.archives{
  column-count: auto;
  column-gap: 0.5rem;
  column-rule: 1px dotted #000;
  font-size:0.8em;
  column-width: 200px;
}
.archives ul{
  margin: 0;
}

hr.dotline_12 {
  border:none;
  border-top:1px dotted #000;
  color:#fff;
  height:1px;
  width:100%;
  margin-bottom:12px;margin-top:12px;
}
hr.dotline_28 {
  border:none;
  border-top:1px dotted #000;
  color:#fff;
  height:1px;
  width:100%;
  margin-bottom:28px;margin-top:28px;
}
hr.dotline_a {
  border:none;
  border-top:1px dotted #000;
  color:#fff;
  height:1px;
  width:100%;
  margin-bottom:16px;margin-top:28px;
}
.recent{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recent ul{
  margin: 0;
  padding-left:20px;
}

fieldset {
  display: block;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-before: 0em;
  -webkit-padding-start: 0em;
  -webkit-padding-end: 0em;
  -webkit-padding-after: 0em;
  border: 0px;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  min-width: -webkit-min-content;
  padding: 30px;
}
.ghost-input {
  display: block;
  align-self: flex-start;
  font-weight:300;
  width: auto;
  font-size: auto;
  border:0px;
  outline: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  background: #990000;
  font-family: Open Sans,Verdana;
  -webkit-transition: all 0.18s ;
  -moz-transition: all 0.18s ;
  -ms-transition: all 0.18s;
  -o-transition: all 0.18s;
  transition: all 0.18s ;
  border-bottom:1px solid rgb(200, 200, 200);

}
.ghost-input::placeholder {
  color: rgb(200, 200, 200);
}
.ghost-input:focus {
  border-bottom:1px solid #fff;
}
.ghost-button {
  background-color: transparent;
  border:2px solid #ddd;
  padding:10px 30px; 
  min-width: 350px;
  -webkit-transition: all 0.18s;
  -moz-transition: all 0.18s;
  -ms-transition: all 0.18s;
  -o-transition: all 0.18s;
  transition: all 0.18s;
}
.ghost-button:hover {
  border:2px solid #515151;
}