body {
  padding-top: 20px;
  background: url('../images/wallpaper.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
h1, p, ul, li{
  color: black;
}
hr {border-color:#000;margin:20px 100px;}
ul {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}
.center{
  text-align: center;
}
.container{
  width: 100% !important;
  height: 500% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.navbar-brand{
  padding: 0px 15px 0px 15px !important;
}
#nav,
#nav2 {
  width: 175px;
  float: left;
  margin: 50px 0 0 0;
  overflow: visible;
}
#navList li,
#navList2 li {
  list-style: none;
  float: left;
}
#navList a,
#navList2 a{
  text-decoration: none;
  color: #ffffff;
  font-size: 10px;
  background-image: url('../images/navBack.jpg');
  background-repeat: repeat-y;
  padding: 5px;
  border: 1px #4f9bd9 solid;
  -webkit-box-shadow: 3px 3px 5px #283958;
  -moz-box-shadow: 3px 3px 5px #283958;
  box-shadow: 3px 3px 5px #283958;
  display: block;
  width: 175px;
}
#navList a:hover,
#navList2 a:hover{
  background-image: url('../images/navHover.jpg');
  color: #8FC3EA;
}
.bar-title{
  background-image: url('../images/navHover.jpg') !important;
  color: #8FC3EA;
  cursor:default;
}
.byline{
  font-size: 12px;
}
#sidebar{
  position:fixed;
  float: left;
  width: 175px;
}
#rightbar{
  position:fixed;
  top:40px;
  float:right;
  right: 0;
  width: 175px;
}
#glossary-view{
  overflow-y:scroll;
  height:450px;
}
.content{
  margin-left:260px;
  margin-top:50px;
  margin-right: 15px;
  width: 65%;
}
.flytainer{
  margin:0 150px;
  font-size: 12px;
  font-weight: 900;
  display: inline-block;
}
.flying-text{
  font-size: 12px;
  font-weight: 900;
}
.reset{
  margin:0 !important;
  padding:0 !important;
}

.brand {  
  position: relative;  
  font-size: 28px;  
  margin-top: 10px;
  margin-left: 10px;
  font-family: 'Lucida Calligraphy';  
  text-shadow: 2px 3px 3px #292929;  
  letter-spacing: 4px;  
  /*-webkit-text-stroke: 1px white;  */
}  
.brand a {  
  text-decoration: none;  
  color: green;  
  position: absolute;  

  -webkit-mask-image: -webkit-gradient(linear, left top, left bottombottom, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,0)), to(rgba(0,0,0,1)));  
  text-shadow: 0 2px 0 green;  
  -webkit-transition: all .3s;  
  -moz-transition: all .3s;  
  transition: all .3s;  
}  
.brand a:hover {  
  color: lightgreen;  
}  
.brand:after {
  content : attr(data-title);  
}
.newspaper-content{margin:50px 175px;}
.nonm-cont{margin-top:50px;}
.article-text{margin:60px 190px;}
.table.table-bordered{border:1px solid #000;}
.nonm-table{margin:50px 200px;text-align: center;}
.newspaper-content h4, .newspaper-content h5{text-align:center;}
.newspaper-color{color:#009933;}
.news-table{width:100%;}
#main-footer{width:100%;background-color:#000;color:#fff;padding: 10px;margin: 10px 0px 0px 0px;bottom:0;}
#main-footer>a{text-decoration:none;cursor:pointer;color:#fff;}
.copyright{float:right;}
.about-cont{height:100%;}