div.con {	/*translucent container for div.bc*/
	background-color:#F0F0F0;
    filter:alpha(opacity=60); /* IE */
    -moz-opacity:0.6; /* Mozilla */
    opacity: 0.6; /* CSS3 */
	line-height:120%;
	text-align:left;
	color:grey;
	background-color:#F0F0F0;
}
div.bc {
	color:grey;
	background-color:#F0F0F0;
	font-style:normal;
	/*font-variant:small-caps;*/
	font-weight:lighter;
	font-size:0.8em; /*0.625em;*/
	line-height:120%;
	font-family:Arial,Helvetica,sans-serif;
}
div.boxed {
  border: 1px solid green;
  width: 90%;
  margin: 0 auto;
  /* Fallback for web browsers that do not support RGBa */
  background: rgb(255, 255, 255) transparent;
  /* RGBa with 0.6 opacity */
  background: rgba(255, 255, 255, 0.3);
  /* For IE 5.5 - 7*/
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
a.bc:link {color:grey; text-decoration:none;}
a.bc:visited {color:grey; text-decoration:none;}
a.bc:hover {color:black; text-decoration:underline;}

div.pffnav {
	display:block; 
	width:99%; 
	margin:0 auto; 
	background-color: rgb(175,148,131);
}
ul.pffnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
li.pffnav {
	float: left;
	cursor: pointer;
}
a.pffnav:link, a.pffnav:visited {
	display: block;
	width: 150px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: rgb(175,148,131);
	text-align: center;
	padding: 4px;
	text-decoration: none;
	/*text-transform: uppercase;*/
}
a.pffnav:hover, a.pffnav:active {
	background-color: rgb(179,128,147);
}

.navbtn{
    display: inline-block;
    padding: 3px 6px;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
	font-style: italic;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
    color: blue;
    background-color: white;
    border-color: blue;
}
