body{
  color:#9C9899;
  position:relative;
}
h2:before {
  display:block;
  content: " ";
  margin-top:-200px;
  height:200px;
  visibility: hidden;
}
h3:before {
  display:block;
  content: " ";
  margin-top:-200px;
  height:200px;
  visibility: hidden;
}
ol.list1 ol.list2{
  display:none;
}
.nav li a {
  padding:10px 0!important;
  font-family:'robotoregular';
}
span[class="b"] {
  color:#444444!important;
  font-weight:normal;
  font-family:'robotomedium';
}
ol li a{
  padding:10px 0px 10px 0px;
  text-decoration:none!important;
  color:#9C9899!important;
  font-family:'robotoregular';
}
ol li a.mainBodyLink{
  padding:10px 0px 10px 0px;
  text-decoration:underline!important;
  color:#0088c2!important;
  font-family:'robotoregular';
}
ol li a:hover{
  padding:10px 0px 10px 0px;
  text-decoration:none!important;
  color:#0088c2!important;
  font-family:'robotomedium';
}

ol.list1 li:hover, ol.list2 li:hover, ol.list2 li:hover a{
  text-decoration:none!important;
  color:#0088c2!important;
  font-family:'robotomedium';
}


ol li {
  font-family:'robotoregular';
}
ul li {
  font-family:'robotoregular'; 
}
.header{
  position:fixed;
  width:100%;
  z-index:1000;
}
.lightBox{
  background-color:rgba(0,0,0,0.7);
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display:none;
  z-index:100;
  text-align:center;
}
.imageBox {
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  height: auto;
  margin: 200px auto;
  padding: 10px;
  text-align: center;
  width: 600px;
}
.close {
  font-family:arial;
  color:#333333;
  font-size: 14px;
  display:none;
  text-align:right;
  }
.glyphicon{
  font-size:10px!important;
}
.bg-yellow{
  background-color:#ffdd00!important;
}
.bg-grey{
  background-color:#555658!important;
}
.bg-black{
  background-color:#333333!important;
}
.well {
  padding:10px!important;
}
p {
margin-bottom:40px;
line-height:24px;
font-size:14px;
font-family:'robotoregular';
}
p[class="lessMarg"]{
  margin-bottom:20px!important;
}
p[class="italic"]{
  font-family:'robotolight';
  font-size:15px;
  font-style:italic;
  margin-bottom:20px;
  line-height:24px;
  font-weight:300;
}
.topBar {
display:inline-block;
margin-right:10px;
margin-left:10px;
color:#494545; 
font-weight:500;
padding:10px 0px 10px 0px;

}
.topBar:last-child {
  margin-right:0px;
}
.topBarRight{
  text-align:right;
}
.topBarLeft{
  text-align:left;
}
li {
padding:10px;
}
i {
margin-bottom:40px;
}
h1 {
  font-size:30px;
  color:#000000!important;
  font-family:'robotomedium';
}
h2 {
  font-size:25px;
  color:#444444!important;
  font-family:'robotomedium';
}
h3 {
  font-size:18px;
  color:#444444!important;
  font-family:'robotoregular';
}
h4.topMainHeader{
  font-size:18px;
  color:#ffffff!important;
  font-family:'robotoregular';
  margin:0px;
}
h4 {
  font-size:18px;
}
h5 {
  font-size:14px;
}
h6 {
  font-size:12px;
}
a {
  color:#0088c2;
  text-decoration:underline;
}
a.button{
  text-decoration:none!important;
  border-bottom:1px solid #e1e1e1;
  color:#333333!important;
}
a.topBarLink {
  text-decoration:none;
  color:#494545;
}
.nav-pills li.active a{
  background-color:#e1e1e1!important;
}
code {
  color:#9C9899;
  display: block;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
   white-space: -o-pre-wrap;
  word-wrap: break-word;

}