body {
  background: #dedede;
  color: #333;
  font-size: medium;
  font-family: "Droid Sans",sans-serif;
  padding: 0;
  margin: 0;
}

a {
  color: #0A71A3;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: underline;
}

img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
img:hover {
opacity: 0.7;
filter: alpha(opacity=70); /* For IE8 and earlier */
}
#bodycontainer {
padding: 10px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: 0px;
max-width: 100%;
border: 1px solid #0A71A3;
background: #fff;
}

#header {
  padding: 10px;
  text-align: center;
}
#header img {
  max-width: 100%;
}
.head {
  margin: auto;
}
h2.subhead {
  font-weight: normal;
  font-size: 18px;
  margin: 5px;
}


 /* Remove margins and padding from the list, and add a black background color */
ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #0A71A3;
    margin: 0 -10px;
}

/* Float the list items side by side */
ul.topnav li {float: left;}

/* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 12px 14px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 16px;
}

/* Change background color of links on hover */
ul.topnav li a:hover {background-color: #0A71C3; color: #fff;}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {display: none;}

#content {
  background: #fff;
}
#content h1.title {
  text-align:left;
  padding:8px;
  margin: 0;
  text-decoration: none;
  color: #2b2b2b;
  border-bottom: 2px solid #ddd;
  text-transform: uppercase;
  font-size: medium;
  text-align: center;
}
#content .menu {
  padding:6px; text-decoration: none;color: #333;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.thumbnail {
  padding: 0 !important;
  border: 1px solid #696969 !important;
}
.hthumbnail {
  padding: 0 !important;
  border: 1px solid #696969 !important;
  width: 50px;
}
.linkmenu {
  font-weight: bold;
  color: #0A71A3;
  font-size: 16px;
}
h2.menu-title {
  display: block;
  font-size: medium;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.menu-meta {
  color: #0A71A3;
  padding: 2px;
}
.menu-meta a {
  color: #0A71A3;
  font-weight: bold;
}
.menu-desc {
  padding: 2px;
}
.dltable,.descdl {
  background: #eee;
  padding: 10px;
}
.detail {
  padding: 1px;
  font-size: 12px;
}
#content .menulist {
  padding: 2px;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
}
.menulist h2 {
  margin: 0;
  padding: 1px;
  font-size: medium;
}
.menudownload {
  padding: 4px;
  text-align: center;
}
#content .paging {
  clear: both;
  padding: 30px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
#content .paging a {
  margin: 8px;
  padding: 6px 12px;
  text-decoration: none;
  font-size: small;
  background: #0A71A3;
  color: #fff;
}
#content .paging span {
  margin: 8px;
  padding: 6px 12px;
  text-decoration: none;
  font-size: small;
  background: #ccc;
  color: #707070;
}

#sidebar {
  background: #fff;
}
#sidebar h3 {
  background: #fff;
  color: #2b2b2b;
  font-size: medium;
  padding: 8px;
  margin: 0;
  border-bottom: 2px solid #ddd;
}
#sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#sidebar li {
  margin: 0;
  padding: 5px;
  padding-left: 10px;
}
#sidebar li a {
  color: #0A71A3;
  text-decoration: none;
}
#sidebar .thumbnail_list {
  width: 50px !important;
  height: 50px !important;
  padding: 0 !important;
  border-radius: 25px;
  border: 1px solid #696969 !important;
}
#footer {
  clear: both;
  text-align: center;
  padding: 8px;
  text-decoration: none;
  color: #2b2b2b;
}

.adv {
  margin: 5px;
}

.clear {
  clear: both;
}

.search {
  padding: 8px;
  text-align: center;
  background: #fff;
}

.searchform input[type="text"] {
  width: 60%;
  height: 25px;
  background: #fff;
  border: 1px solid #ccc;
}
.searchform button, input[type=submit] {
  width: 20%;
  height: 29px;
  background: #0A71A3;
  border: 0;
  color: #fff;
}

table.dltable {
  color: #333;
  width: 90%;
  border: 0;
  margin: auto;
}

table.dltable td {
  padding: 10px;
}
.menuWhite a {
  color: #0A71A3;
}
.breadcrumb {
  margin: 5px;
}
@media screen and (max-width:900px) {
  #content{
  width:100%;
  float: none;
  }
  #sidebar{
  width:100%;
  float: none;
  }
  #content .paging a {
    margin: 2px 6px;
    padding: 3px 6px;
    display: inline-block;
  }
  #content .paging span {
    margin: 2px 6px;
    padding: 3px 6px;
    display: inline-block;
  }
 
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
  .thumbnail {
    width: 60px;
  }
  .menu,.paging {
    padding: 3px;
  }
  .dltable,.descdl {
    padding: 5px;
  }
  .hthumbnail {
    padding: 0 !important;
    border: 1px solid #696969 !important;
    width: 40px;
  }
}