@media screen, mobile {
  .locallinks {display:block}
  font-size: 12px;
  margin: 0px;
  background: #ffffff;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  } 

html, body {
  width: 100%;
  height: 100%;
  background: #ffffff;
  margin:0px;
  padding:0px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  }

#header {
  position: relative;
  height: 50px;
  top: 0;
  left: 0;
  background: #000000;
}

#navigate {
  height: 26px;
  position: absolute;    
  left: 3px;
  right: 3px;
  top: 51px;
  border-top: 1px SOLID #ffffff;
  background: #215175; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#215175, #1a3247); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#215175, #1a3247); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#215175, #1a3247); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#215175, #1a3247); /* Standard syntax */
  border-radius: 3px;
  box-sizing:border-box;
  }
  
#content {
    position: absolute;
    border: 0px SOLID red;
    top: 76px;
	bottom: 18px;
    width:100%;
	box-sizing:border-box;
}

#footer {
	position: absolute;
	height: 20px;
	width: 100%;
	bottom: 0px;
	left: 0px;
	color: white;
	background: #215175;
	box-sizing:border-box;
}

.footr {
	float: right;
	margin-top: 4px;
	margin-right: 8px;
}

.footl {
	float: left;
	margin-top: 4px;
	margin-left: 8px;
}

.heading {
  float: left;
  font-family: Times Roman;
  font-size: 25px;
  font-weight: bold;
  margin-top: 13px;
  margin-left: 10px;
  color: white;
  background: transparent;
}

#container {
	position: absolute;
	left: 0px;
    top: 0px;
	bottom: 0px;
    width: 100%;
    margin:0px;
    background:#ffffff;
    /*border: 1px solid black;*/
}

iframe {
    display:block;
    top: --0px;
    left: -0px;
    height:calc(100vh - 85px);

    border: 0px SOLID red;
    box-sizing:border-box;
}

.tab-content {
    min-height: 600px;
    border: 0px SOLID blue;
}

A {
  color: #40679e;
  cursor: pointer;
  font-weight: bold;
  text-decoration:none;
  }

a:link,a:visited,a:hover,a:active {
  color: #40679e;
  }

.headbg {
	position: absolute;
    height: 50px;
    top: 0;
    left: 0;
    background-image: url("../images/bg.gif");
    background-repeat: repeat-x;
}

.headtitle {
	position: relative;
    height: 50px;
    top: 0;
    left: 0;
}

.headlogo {
	position: relative;
    height: 50px;
    top: 0;
    right: 0;
}

