* { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}
body {
font-family: "Calibri", sans-serif;
font-size:100%;
color: #000000;
-webkit-text-size-adjust: none;
position: fixed;
}
html {
  position: fixed;
 overflow: hidden;
}
.txtmed { font-size:18px; }
.headtext {
font-family: "Calibri", sans-serif;
font-size:15px;
/*
color: #000000;
*/
}
.menutextmob {
font-family: "Calibri", sans-serif;
font-size:200%;
}


A:link{text-decoration:none; color:#000000}
A:visited{text-decoration:none; color:#000000}
A:hover{text-decoration:none; color:#6BA5A6}
A:active{text-decoration:none; color:#6BA5A6}

.bluelink{text-decoration:none; color:#336699;}
.greylink{text-decoration:none; color:#767F89;}

.linkspic {
background-color:#C2CE32;
border:2px solid #C2CE32;
}
.linksdesc {
font-family: "Calibri", sans-serif;
font-size:100%;
color: #FFFFFF;
background-color:#C2CE32;
border:2px solid #C2CE32;
padding:10px;
}

.divbgr {
	width:100%;
	height:100%;
	background-image: url('images/bgr.jpg');
}
.videobox {
    background-color: #FFFFFF;
	width:100%;
	height:400px;
}
.videodiv {
	position:absolute;
}

.menubox {
position:relative;
overflow:auto; overflow-x:hidden;
-webkit-overflow-scrolling: touch; //adding this line will enable inertial scrolling
}
.headerbox {
    background-color: #FFFFFF;
	position:fixed;
}
.divmain {
	width:100%;
	height:100%;
    background-color: #FFFFFF;
	position:fixed;
	top: 50px;
	left: 50px;
	overflow:auto; overflow-x:hidden;
	-webkit-overflow-scrolling: touch;
}
.txtboxwidth {
	width:100%;
}
.fb-comments, .fb-comments iframe[style], .fb-comments span {
   width: 100% !important;
}