.centeredmenu {
   float:left;
   width:95%;
   background:#fff;
   border-bottom:2px solid #000;
   position:relative;
}
.centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}

.centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}

.centeredmenu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   border:1px solid #000;
   background:#800000;
   color:white;
   text-decoration:none;
   line-height:1.3em;
}

.centeredmenu ul li a:hover {
   background:#306754;
   color:white;
}


centeredmenu ul li a.active,
centeredmenu ul li a.active:hover {
   background:#306754;
   color:white;
   font-weight:bold;
}

.centeredmenu ul li a.selected {
   background:#306754 !important;
   color:white;
   font-weight:bold;
}

.tabcontentstyle{ /*style of tab content container*/
border-top: 1px solid black;
border-bottom:1px solid black;
width: 740px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}