html, body { 
  background-color:#fff; 
  color:#000;
  margin: 0px;
  padding: 0px;
  font: 14px Arial, Helvetica, Sans Serif;
  width: 100%;
  height: 100%;
overflow-x: auto;
}

/* Links and text */

a:link {font: 14px Arial, Helvetica, Sans Serif; font-weight:bold; color:#4a4391;}
a:visited {font: 14px Arial, Helvetica, Sans Serif; text-decoration: none; font-weight:bold; color:#4a4391;}
a:active {font: 14px Arial, Helvetica, Sans Serif; font-weight:bold; color:#5e8acc;}
a:hover {font: 14px Arial, Helvetica, Sans Serif; text-decoration: none; font-weight:bold; color:#5e8acc;}

a.top:link {font: 14px Arial, Helvetica, Sans Serif; text-decoration: none; font-weight:bold; color:#fff;}
a.top:visited {font: 14px Arial, Helvetica, Sans Serif; text-decoration: none; font-weight:bold; color:#fff;}
a.top:active {font: 14px Arial, Helvetica, Sans Serif; text-decoration: none; font-weight:bold; color:#fff;}
a.top:hover {font: 14px Arial, Helvetica, Sans Serif; text-decoration: none; font-weight:bold; color:#c0c0c0;}

a.headlink:link {font: 20px Arial, Helvetica, Sans Serif; font-weight:bold; color:#000;}
a.headlink:visited {font: 20px Arial, Helvetica, Sans Serif; text-decoration: none; font-weight:bold; color:#000;}
a.headlink:active {font: 20px Arial, Helvetica, Sans Serif; font-weight:bold; color:#000;}
a.headlink:hover {font: 20px Arial, Helvetica, Sans Serif; text-decoration: none; font-weight:bold; color:#534c72;}

a.small:link {font: 13px Arial, Helvetica, Sans Serif; font-weight:bold; color:#4a4391;}
a.small:visited {font: 13px Arial, Helvetica, Sans Serif; text-decoration: none; font-weight:bold; color:#4a4391;}
a.small:active {font: 13px Arial, Helvetica, Sans Serif; font-weight:bold; color:#5e8acc;}
a.small:hover {font: 13px Arial, Helvetica, Sans Serif; text-decoration: none; font-weight:bold; color:#5e8acc;}

a.sm:link, a.sm:visited, a.sm:active {font: 11px Arial, Helvetica, Sans Serif;text-decoration: none; font-weight:bold;}
a.sm:hover {font: 11px Arial, Helvetica, Sans Serif; text-decoration: none; font-weight:bold; color:#b1a7b7;}
a.sup:link, a.sup:visited, a.sup:active {font: 10px Arial, Helvetica, Sans Serif;text-decoration: none; font-weight:bold; vertical-align:super;}
a.sup:hover {font: 10px Arial, Helvetica, Sans Serif; text-decoration: none; font-weight:bold; color:#b1a7b7; vertical-align:super;}

h1 {font:18px Arial, Helvetica, Sans Serif; font-weight:bold; color:#000;}

.small {font:12px Arial, Helvetica, Sans Serif;}

.sm {font:11px Arial, Helvetica, Sans Serif;}

.smallbot {font:11px Arial, Helvetica, Sans Serif; color:#fff;}

.white {font:14px Arial, Helvetica, Sans Serif; color:#fff;}

.whiteem {font:14px Arial, Helvetica, Sans Serif; color:#fff; font-weight:bold;}

.gray {font:14px Arial, Helvetica, Sans Serif; color:#cdcdcd;}

.grayem {font:14px Arial, Helvetica, Sans Serif; color:#cdcdcd; font-weight:bold;}

.graysm {font:13px Arial, Helvetica, Sans Serif; color:#cdcdcd;}

.graydk {font:14px Arial, Helvetica, Sans Serif; color:#808080;}

.graydksm {font:13px Arial, Helvetica, Sans Serif; color:#808080;}

.b {font:16px Arial, Helvetica, Sans Serif; font-weight:bold; color:#000;}

.em {font:14px Arial, Helvetica, Sans Serif; font-weight:bold; color:#000;}

.title {font:28px Georgia, Times New Roman, Serif; font-weight:bold; color:#000; }

.upd {font:16px Arial, Helvetica, Sans Serif; font-weight:bolder; color:#000; font-style: italic; }

.right {text-align: right; padding: 0px 15px 0px 0px;}

.spacel {float:left; padding: 0px 10px 10px 0px; border:0;}

.big {font-size:18px; font-family: Arial, Helvetica, Sans Serif; color:#000000;}

.biggish {font-size:20px; font-family: Arial, Helvetica, Sans Serif; color:#000000; font-weight:bolder;}

.biggishun {font-size:20px; font-family: Arial, Helvetica, Sans Serif; color:#000000;}

.bigger {font-size:25px; font-family: Arial, Helvetica, Sans Serif; color:#000000; font-weight:bolder;}

.red {font:14px Arial, Helvetica, Sans Serif; color:#800000; font-weight:bold;}

.left {text-align:left;width:98%;padding-right:10px;padding-left: 10px; }

/* Header and footer */

    .fixed-header {
        width: 100%;
        position: fixed;        
        background: #000;
        padding: 0;
        color: #fff;
 	top: 0;
	overflow:hidden;
    }
    .fixed-footer{
    	width: 100%;
        position: fixed;        
        background: #000;
	padding: 0;
        color: #eee;
        bottom: 0;
	overflow: hidden;
        padding: 2px 0px 2px 10px;
    }

/* Centering */

    .center {
	border: 0;
        display: inline-block;
	padding: 5px 0px 5px 30px;
    }
    .center1 {
	border: 0;
        display: inline-block;
	padding: 10px 0px 0px 40px;
	color:#fff;
    }
    .center2 {
  	margin: auto;
  	width: 100%;
  	padding: 0px;
    	text-align: center;
    }
    .center3 {
	border: 0;
        display: table-cell;
	padding: 15px 0px 15px 0px;
	color:#fff;
    }
    .center75 {
	border: 0;
        display: inline-block;
	padding: 5px 0px 5px 30px;
	width: 75%;
    }

  /* Containers */
#container {
        width: 100%;
        margin: 0 auto; /* Center the DIV horizontally */
  	padding: 88px 0px 0px 20px;
}
#box{
    width:98%;
    text-align:left;
    margin-right: 40px;
}
#container1 {
    display: table;
    border-width: 0px;
    width: 75%
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    padding-left: 20px; 
    padding-right:15px;
}
#container2 {
    display: table;
    border-width: 0px;
    width: 100%;
    margin: 0 auto; /* Center the DIV horizontally */
    padding: 10px 10px 0px 10px;
}
#container3 {
    display: table;
    border-bottom: 1px solid #000;
    width: 100%;
    margin-top: none;
    padding: 0px;
    margin: 0px;
    overflow: auto;
}
#containertop {
   display: inline-block;
   width: 100%;
   background-color:#000;
   border: 0;
   padding: 10px 0px 8px 15px;
   color:#fff;
}
#containerbot {
   display: inline-block; 
   width: 100%;
   border: 0;
   background-color:#000;
   padding: 8px 0px 5px 0px;
   overflow: hidden;
}

.tabletest {
  display: table;
  width:100%;
  border: solid 2px #0000FF;
  background-color:#800080;
} 
.tabletest2 {
  display: table;
  width:50%;
  border: solid 2px #0000FF;
  background-color:#800080;
} 
.rowtest {
  display: table-row;
  border: solid 2px #00ffff;
  background-color:#FFFF00;
}
.coltest {
  display: table-cell;
  vertical-align: top;
  border: solid 2px #00FF00;
  background-color:#FF00FF;
  padding: 10px;
  width: 100%;
  text-align: center;
}
.coltesthalf {
  display: table-cell;
  vertical-align: top;
  border: solid 2px #00FF00;
  background-color:#FFF;
  padding: 10px;
  width: 50%;
  text-align: center;
}
.coltest25 {
  display: table-cell;
  vertical-align: top;
  border: solid 2px #00FF00;
  background-color:#00d2ff;
  float:left;
  width: 25%;
  padding:10px;
  margin: 0 auto; /* Center the DIV horizontally */
}
.coltest75 {
  display: table-cell;
  vertical-align: top;
  border: solid 2px #00FF00;
  background-color:#82a5ff;
  width: 75%;
  text-align: left;
  float:left;
  padding-right:10px;
  padding-top:10px;
  padding-bottom:10px;
}
.coltest2 {
  display: table-cell;
  vertical-align: top;
  border: solid 2px #00FF00;
  background-color:#FF00FF;
  padding: 10px;
  width: 100%;
  text-align: left;
}
.table {
  display: table;
  width:90%;
}
.tablemain {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #000;
}
.tablemainnb {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even){background-color: #ebe9ec;}

tr:nth-child(odd){background-color: #fff}

.tabledoom {
  display: table;
  width:85%;
  padding: 10px;
  text-align: left;
}

.tabledoom2 {
  display: table;
  width:75%;
  padding: 10px;
  text-align: left;
}

.tableblurb {
  display: table;
  width:90%;
  padding: 20px;
  border: 1px solid #000;
  background-color:#dedcdc;
  text-align:left;
}
.tableblurb1 {
  display: table;
  width:100%;
  padding: 15px;
  border: 1px solid #000;
  background-color:#dedcdc;
  text-align:left;
  overflow-wrap: break-word;
}
.tablehalf {
  display: table;
  width:70%;
}
.tablefull {
  display: table;
  width:100%;
}
.tablefull2 {
  display: table;
  width:100%;
  background-color:#fff;
}
.tablefullg {
  display: table;
  width:100%;
  background-color:#eee;
}
.tablefullb {
  display: table;
  width:100%;
  border: solid 2px #000;
}
.rowpic {
  display: table-row;
  background-color:#fff;
}
.table98 {
  display: table;
  width:98%;
}
.table85 {
  display: table;
  width:85%;
  border: solid 2px #000;
  background-color:#cdcdcd;
}
.tablecap {
  display: table;
  width:50%;
}
.row {
display: table-row;
}
.rowflex {
  display: flex;
}
.col {
  display: table-cell;
  vertical-align: top;
  background-color:#fff;
  padding: 10px;
  width: 100%;
  border: solid #000 1px;
}
.colfull {
  display: table-cell;
  text-align: left;
  padding: 5px 5px 5px 5px;
  width:100%;
}
.colfull2 {
  display: table-cell;
  vertical-align: top;
  background-color:#d6d5d5;
  padding: 10px;
  width: 100%;
  text-align: left;
}
.coldiv {
  background-color: #fff;
  margin: 10px;
  padding: 10px;
}
.coldiv2 {
  background-color: #fff;
  padding: 15px;
}
.coldiv3 {
  background-color: #fff;
  padding: 15px;
  text-align: left;
}
.coldiv4 {
  background-color: #eee;
  margin: 10px;
  width: 100%;
}
.colhalfaft {
  display: table-cell;
  vertical-align: top;
  border: solid 1px #000;
  background-color:#FFF;
  padding: 5px;
  width: 50%;
  text-align: center;
}
.colhalf {
  display: table-cell;
  text-align: left;
  width:50%;
  vertical-align: top;
}
.colhalfdoom {
  display: table-cell;
  text-align: left;
  width:50%;
  vertical-align: top;
  padding:5px;
}
.colhalfa {
  display: table-cell;
  vertical-align: top;
  background-color:#fff;
  padding: 0px 10px 0px 0px;
  width: 50%;
  text-align: left;
}
.colhalfb {
  display: table-cell;
  vertical-align: top;
  background-color:#fff;
  padding: 0px;
  width: 50%;
  text-align: left;
}
.colhalfc {
  display: table-cell;
  text-align: center;
  padding: 5px 15px 5px 15px;
  width:50%;
  vertical-align: top;
}
.colhalfo {
  display: table-cell;
  vertical-align: top;
  padding: 10px;
  width: 50%;
  text-align: center;
  background-color:#fff;
}
.colhalfoa {
  display: table-cell;
  vertical-align: top;
  padding: 10px;
  width: 50%;
  text-align: center;
  background-color:#fff;
  border-left: 1px solid #000;
}
.colhalfo1 {
  display: table-cell;
  vertical-align: top;
  padding: 10px;
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #000;
}
.colhalfo2 {
  display: table-cell;
  vertical-align: top;
  padding: 10px;
  width: 50%;
  text-align: center;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
.colhalfo3 {
  display: table-cell;
  vertical-align: top;
  padding: 10px;
  width: 50%;
  text-align: center;
}
.colhalfo3a {
  display: table-cell;
  vertical-align: top;
  padding: 10px;
  width: 50%;
  text-align: center;
  border-left: 1px solid #000;
}
.colhalfo3b {
  display: table-cell;
  vertical-align: top;
  padding: 5px;
  width: 50%;
  text-align: center;
  background-color: #fff;
}
.colhalf2 {
  display: table-cell;
  text-align: left;
  padding: 5px 0px 5px 0px;
  width:50%;
  vertical-align: top;
}
.colflex {  
  flex: 33.33%;
  padding: 5px;
}
.colhalfthicc {
  display: table-cell;
  text-align: left;
  padding: 5px 35px 5px 45px;
  width:50%;
}
.cell-class {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  padding: 5px 5px 5px 5px;
}
.cell-class2 {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  padding: 5px 15px 5px 15px;
}

.colspan-1 {
  width: 25%;
}
.colspan-2 {
  width: 50%;
}
.colspan-3 {
  width: 75%;
}
.colspan-4 {
  width: 100%;
}

.col4 {
  display: table-cell;
  vertical-align: top;
  background-color:#fff;
  padding: 15px;
  text-align:left;
}
.col4a {
  display: table-cell;
  vertical-align: top;
  background-color:#fff;
  padding: 0px 15px 15px 15px;
  text-align:left;
}

.coljourn {
  display: table-cell;
  vertical-align: top;
  background-color:#fff;
  text-align:left;
  padding-right: 45px;
  margin-right: 10px;
}
.coljourncol {
  display: table-cell;
  vertical-align: top;
  border: solid 2px #00FF00;
  background-color:#FF00FF;
  padding: 10px;
  width: 100%;
  text-align: center;
}

#col1 {
  display: table-cell;
  text-align: center;
  vertical-align: top;
  border-width: 0px;
  background-color:#fff;
  padding-left: 50px;
  padding-top: 10px;
}

#col2 {
  display: table-cell;
  vertical-align: top;
  border-style: solid;
  border-width: 2px;
  background-color:#fff;
  padding-bottom: 10px;
}
.cell {
  display: table-cell;
  text-align: left;
  margin: 0px;
  border: 0px;
  padding: 10px;
  vertical-align: top;
}
.cell1 {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  margin: 0px;
  border: 1px solid #000;
  padding: 10px;
}
.cell1a {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  margin: 0px;
  border: 1px solid #000;
  padding: 10px;
}
.cell1b {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  border: 1px solid #000;
  padding: 10px;
  width:100%;
  margin: 0 auto; /* Center the DIV horizontally */
}
.cell2 {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  margin: 0px;
  border: 0px;
  background-color:#000; 
  color:#fff;
}
.cell3 {
  display: table-cell;
  text-align: left;
  margin: 0px;
  border: 0px;
  padding: 10px;
  vertical-align: top;
  background-color:#fff;
}
.cell10 {
  display: table-cell;
  width: 10%;
}
.cell25 {
  display: table-cell;
  width: 25%;
  text-align: left;
  margin: 0px;
  border: 0px;
  padding: 0px 10px 0px 0px;
  vertical-align: top;
}
.cell33 {
  display: table-cell;
  width: 33.33%;
}
.cell45 {
  display: table-cell;
  width: 45%;
}
.cell50 {
  display: table-cell;
  width: 50%;
}
.cell60 {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  border: 0px;
  width: 60%;
}
.cell75 {
  display: table-cell;
  width: 75%;
  text-align: left;
  margin: 0px;
  border: 0px;
  padding: 0px;
  vertical-align: top;
}
.cell75a {
  display: table-cell;
  width: 75%;
  text-align: left;
  margin: 0px;
  border: 0px;
  padding-right:10px;
  padding-top:10px;
  padding-bottom:10px;
  vertical-align: top;
}
.cellno {
  display: table-cell;
  text-align: left;
  margin: 0px;
  border: 0px;
  padding: 0px;
  vertical-align: top;
}

.celltop {
  display: table-cell;
  text-align: left;
  margin: 0px;
  border: 0px;
  padding: 0px;
  vertical-align: top;
}

.celltop2 {
  display: table-cell;
  text-align: left;
  margin: 0px;
  border: 0px;
  padding: 0px;
  vertical-align: top;
white-space: nowrap;
}

.topimg {
   width:65%;
   height:auto;
}
.colquar {
  display: flex;
  background-color: #778899;
}
.colquar > div {
  background-color: #fff;
  margin: 10px;
  padding: 10px;
}
.colquar2 {
  display: flex;
  background-color: #778899;
}
.colquar2a {
  background-color: #fff;
  margin: 10px;
  padding: 10px;
  text-align: left;
}
.colquar2b {
  background-color: #fff;
  margin: 0px;
  padding: 0px;
  text-align: left;
  padding-top:10px;
}

#col3 {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  border: 0px;
  background-color:#fff;
  padding: 10px;
}
#col5 {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  border-width: 0px;
  background-color:#fff;
  padding-left: 50px;
  padding-top: 10px;
}
#colblog {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  border-width: 0px;
  background-color:#eee;
  padding-left: 20px;
  padding-top: 10px;
  padding-right: 20px;
}

.colyb {
  display: table-cell;
  vertical-align: top;
  padding: 5px;
  width: auto;
  text-align: center;
}
.colyb2 {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  text-align: left;
}
.colyb3 {
  display: table-cell;
  vertical-align: top;
  padding: 10px;
  width: 50%;
  text-align: center;
}
.colyb4 {
  display: table-cell;
  vertical-align: top;
  background-color:#fff;
  padding: 10px;
  width: 75%;
  text-align: left;
}
.colyb5 {
  display: table-cell;
  vertical-align: top;
  background-color:#fff;
  padding: 5px;
  width: auto;
  text-align: left;
}

#containerad {
    margin-left: auto;
    margin-right: auto;
    width: 30em;
}
#tablead {
  display: table;
  width:100%;
  text-align: left;
  border: 1px solid black;
  border-collapse: collapse;
}
#tablead50 {
  display: table;
  width:50%;
  text-align: left;
  border: 1px solid black;
  border-collapse: collapse;
}

.cellad {
  display: table-cell;
  padding: 15px;
  vertical-align: top;
}

.tablepic {
  display: table;
  width:80%;
  border: solid 2px #000;
  background-color:#cccccc;
  margin: 0 auto; /* Center the DIV horizontally */
  padding: 10px;
} 
.tablepic2 {
  display: table;
  width:100%;
  border: solid 2px #000;
  background-color:#ccc;
  margin: 0 auto; /* Center the DIV horizontally */
  padding: 10px;
} 
.tablepic3 {
  display: table;
  width:100%;
  border: solid 1px #000;
  background-color:#fff;
  margin: 0 auto; /* Center the DIV horizontally */
  padding: 10px;
} 
.tablepic4 {
  display: table;
  width:100%;
  margin: 0 auto; /* Center the DIV horizontally */
  padding: 10px;
} 
.rowpic {
  display: table-row;
  background-color:#fff;
}

  /* Create equal columns that float next to each other */

.colpic {
  display: table-cell;
  vertical-align: top;
  border: solid 2px #696969;
  background-color:#eee;
  padding: 10px;
  width: 100%
}
.colpicb {
  display: table-cell;
  vertical-align: top;
  border: solid 1px #696969;
  background-color:#eee;
  padding: 10px;
  width: 100%
}
.colpic1 {
  float: left;
  width: 100%;
  padding: 10px;
}
.colpic1a {
  width: 100%;
  padding: 10px;
  display: inline-block;
}
.colpic1b {
  width: 50%;
  padding: 10px;
  display: inline-block;
}
.colpic2 {
  display: table-cell;
  vertical-align: top;
  border: solid 2px #696969;
  background-color:#fff;
  padding: 10px;
  width: 100%
}
.colpic3 {
  float: left;
  width: 33.33%;
  padding: 10px;
}
.colpic3a {
  float: left;
  width: 33.33%;
  padding: 0px 10px 10px 0px;
}
.colpic3b {
  float: left;
  width: 33.33%;
  padding: 10px 10px 10px 10px;
 border-top: solid #000 1px;
}
.colpic4 {
  float: left;
  width: 25%;
  padding: 10px;
}
.colpic4a {
  width: 25%;
  padding: 10px;
}
.colpic4b {
  float: left;
  width: 25%;
  padding: 10px 10px 5px 0px;
}
.colpic50 {
  float: left;
  width: 50%;
  padding: 10px;
}
.colpic50a{
  float: left;
  width: 50%;
  padding: 10px;
  border: 1px solid #000;
}
.colpic50b {
  float: left;
  width: 50%;
}
.colpic50c {
  float: left;
  width: 50%;
  padding: 10px;
  text-align:left;
}
.colpic50d {
  display: table-cell;
  width: 50%;
  text-align:left;
}
.colpic50d1 {
  display: table-cell;
  width: 50%;
  padding: 10px 5px 5px 10px;
  vertical-align: top;
  text-align: top;
}
.colpic50d2 {
  display: table-cell;
  width: 50%;
  text-align:left;
  padding: 0px 5px 10px 10px;
  vertical-align: top;
}
.colpic501 {
  float: left;
  width: 50%;
  padding: 0px 5px 5px 5px;
}
.colpic5010 {
  display: table-cell;
  vertical-align: top;
  background-color:#ccc;
  padding: 10px;
  width: 50%;
  text-align: left;
}
.colpic5 {
  float: left;
  width: 20%;
  padding: 10px;
}
.colpic65 {
  float: left;
  width: 65%;
  padding: 0px 5px 5px 5px;
}
.colpic70 {
  width: 70%;
  padding: 10px;
  text-align:left;
  padding: 0px 15px 0px 0px;
}
.colpic75 {
  width: 75%;
  padding: 10px;
  text-align:left;
  padding: 0px 5px 10px 10px;
}
.colpicnews {
  float: left;
  width: 25%;
  padding: 0px 15px 5px 0px;
}
.colpicnews1 {
  float: right;
  width: 25%;
  padding: 5px 10px 5px 5px;
}
.colpicnews2 {
  float: right;
  width: 35%;
  padding: 5px 10px 5px 5px;
}
.colpicnews2a {
  float: left;
  width: 35%;
  padding: 0px 10px 5px 0px;
}
.colpicnews2b {
  float: right;
  width: 55%;
  padding: 5px 10px 5px 5px;
}
.colpicnews2c {
  float: left;
  width: 55%;
  padding: 0px 10px 5px 0px;
}
.colpicjourn {
  float: left;
  width: 15%;
  padding: 10px 5px 5px 5px;
}
.colpicjourn2 {
  float: left;
  width: 70%;
}
.journtab {
  display: table;
  width:100%;
  border: solid 1px #000;
  background-color:#eee;
} 
.journtab2 {
  display: table;
  width:90%;
}

  /* Journal layouts */

.coljourn1 {
  display: table-cell;
  vertical-align: top;
  border: solid 5px #c0c0c0;
  background-color:#eee;
  padding: 10px;
  width: 35%;
  text-align: left;
}
.coljourn2 {
  display: table-cell;
  vertical-align: top;
  border: solid 5px #c0c0c0;
  background-color:#eee;
  padding: 10px;
  width: 65%;
  text-align: left;
}
.coljourn3 {
  display: table-cell;
  vertical-align: top;
  background-color:#fff;
  padding: 10px;
  width: 100%;
}
.coljourn4 {
  display: table-cell;
  vertical-align: top;
  background-color:#fff;
  padding: 10px;
  width: 100%;
  text-align: left;
}
.coljourn5 {
  display: table-cell;
  vertical-align: top;
  background-color:#eee;
  padding: 10px;
  width: 100%;
  text-align: center;
}
.colpicjourn6 {
  float: left;
  width: 25%;
  padding: 0px 5px 0px 0px;
}

  /* Clear floats after the columns */

.rowpic:after {
  content: "";
  display: table;
  clear: both;
}

  /* Clear floats after the columns */

.row:after {
  content: "";
  display: table;
  clear: both;
}

  /* Overflow wrap */
.wrap
  overflow-wrap: break-word;
}

  /* Img and ads */

a.ad:link {font: 12px Arial, Helvetica, Sans Serif; font-weight:bold; color:#4a4391;}
a.ad:visited {font: 12px Arial, Helvetica, Sans Serif; text-decoration: none; font-weight:bold; color:#4a4391;}
a.ad:active {font: 12px Arial, Helvetica, Sans Serif; font-weight:bold; color:#5e8acc;}
a.ad:hover {font: 12px Arial, Helvetica, Sans Serif; text-decoration: none; font-weight:bold; color:#5e8acc;}

img.ad {
    display: block;
    margin-left: auto;
    margin-right: auto; 
}
img.mid {
  height:100vh;
  width:100vw;
}
img.leftpad {
    float: left;
    display: flex
}
img.pic {
  width: 100%;
  height: auto;
}
img.pica {
  width: 100%;
  height: auto;
  border:solid #000 2px;
}
img.pic2 {
  width: 100%;
  height: 100%;
}
img.pic3 {
  width: auto;
  height: 100%;
}
img.max {
  max-width: 100%;
  height: auto;
}
img.maxbor {
  max-width: 100%;
  height: auto;
  border: 2px solid #000;
}
.inline {
  display: inline-block;
  padding: 5px; 
}
.inlineimg {
  display: inline-block;
  padding:4px;
  width:45%;
}
#redacted {
  display: inline;
  background-color: #000;
}

  /* Padding */

.padded {
  border: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color:#dedcdc;
}
.padded1 {
  border: 1px solid #000;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  background-color:#c0c0c0;
}
.padded2 {
  border: 1px solid #000;
  padding: 10px;
  background-color:#dedcdc;
  width:80%;
  text-align:left;
}
.padded2a {
  border: 2px solid #000;
  padding: 10px;
  background-color:#dedcdc;
  width:80%;
}
.padded2b {
  border: 2px solid #000;
  padding: 10px;
  background-color:#dedcdc;
  width:90%;
  text-align:left;
}
.padded3 {
  border: 1px solid #000;
  padding: 5px;
  background-color:#d6d5d5;
}
.padded3a {
  border: 1px solid #000;
  padding: 10px;
  background-color:#d6d5d5;
}
.padded3b {
  border: 2px solid #000;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  background-color:#d6d5d5;
}
.padded4 {
  border: 1px solid #000;
  padding: 5px;
  background-color:#fff;
}
.padded5 {
  border: 2px solid #000;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 2px;
  padding-right: 5px;
}
.leftpad {
  border: 1px solid #000;
  padding: 5px;
  background-color:#cccbcb;
  float:left;
  margin-right:8px;
}
.leftpad2 {
  border: 1px solid #fff;
  padding-top: 5px;
  padding-right: 8px;
  background-color:#fff;
  float:left;
  margin-right:4px;
}
.leftpad3 {
  border: 1px solid #000;
  padding-top: 5px;
  padding-right: 8px;
  padding-bottom: 5px;
  padding-left: 2px;
  background-color:#cccbcb;
  float:left;
  margin-right:5px;
}
.leftpad25 {
  display: table-cell;
  vertical-align: top;
  padding: 0px 10px 0px 0px;
  text-align: center;
  width: 25%;
  float:left;
}
.leftpad4 {
  display: table-cell;
  border: solid #000 2px;
  background-color: #eee;
  vertical-align: top;
  padding: 10px;
  text-align: center;
  float:left;
}
.leftpad35 {
  border: 1px solid #000;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  background-color:#cccbcb;
  float:left;
  margin-right:4px;
  width:35%;
}
.rightpad {
  border: 1px solid #000;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  background-color:#cccbcb;
  float:right;
  margin-right:4px;
}
.rightpad1 {
  border: 1px solid #000;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  background-color:#cccbcb;
  float:right;
  margin-right:4px;
  width:45%;
}
.rightpad25 {
  display: table-cell;
  vertical-align: top;
  padding: 0px 0px 0px 10px;
  text-align: center;
  width: 25%;
  float:right;
}
.rightpad35 {
  border: 1px solid #000;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  background-color:#cccbcb;
  float:right;
  margin-right:4px;
  width:35%;
}
.sidepadr {
  padding: 0px 8px 0px 6px;	
}
.paddingl {
  padding: 0px 8px 6px 0px;
}
.paddingm {
  padding: 0px 0px 6x 0px;
}
.paddingr {
  padding: 0px 0px 6px 8px;
}
.centerpadfull {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  width:100%;
}
.centerpadfullw {
  padding: 5px;
  width:100%;
  background-color:#fff;
}
.centerpad75 {
  border: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color:#dedcdc;
  width:75%;
}
.centerpad55 {
  border: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color:#dedcdc;
  width:85%;
}
.centerpada {
  border: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color:#dedcdc;
  width: 90%;
  margin: auto;
  text-align: center;
}

.paddedlist {
  border: 2px solid #000;
  background-color:#dedcdc;
  width:80%;
  text-align:left;
  display: table;
  margin: 0 auto; /* Center the DIV horizontally */
  padding: 10px;
}
.paddedlistwh {
  background-color:#fff;
  width:80%;
  text-align:left;
  display: table;
  margin: 0 auto; /* Center the DIV horizontally */
  padding: 10px;
}
.paddedlistwh2 {
  background-color:#fff;
  width:90%;
  border: solid 1px #000;
  text-align:left;
  display: table;
  margin: 0 auto; /* Center the DIV horizontally */
  padding: 10px;
}
.paddedlista {
  border: 2px solid #000;
  background-color:#dedcdc;
  width:90%;
  text-align:left;
  display: table;
  margin: 0 auto; /* Center the DIV horizontally */
  padding: 10px;
}
.paddedlistb {
  border: 2px solid #000;
  background-color:#dedcdc;
  width:100%;
  text-align:left;
  display: table;
  margin: 0 auto; /* Center the DIV horizontally */
  padding: 10px;
}
.paddedlist1 {
  border: 2px solid #000;
  background-color:#fff;
  width:40%;
  text-align:left;
  display: table;
  margin: 0 auto; /* Center the DIV horizontally */
  padding: 10px;
}
.paddedlist1a {
  border: 2px solid #000;
  background-color:#fff;
  width:55%;
  text-align:center;
  display: table;
  margin: 0 auto; /* Center the DIV horizontally */
  padding: 0px;
}
.paddedlist1b {
  border: 2px solid #000;
  background-color:#fff;
  width:45%;
  text-align:left;
  display: table;
  margin: 0 auto; /* Center the DIV horizontally */
  padding: 10px;
}
.paddedlist2 {
  background-color:#c0c0c0;
  width:35%;
  text-align:left;
  display:table;
  align-content:top;
  float:right;
  margin: 0 auto; /* Center the DIV horizontally */
  padding: 10px;
  border: 5px solid #fff;
}
.paddedlist2a {
  background-color:#c0c0c0;
  width:35%;
  text-align:left;
  display:table;
  align-content:top;
  float:right;
  margin: 0 auto; /* Center the DIV horizontally */
  padding: 10px;
  border: 5px solid #fff;
}
.paddedlist2b {
  border: 2px solid #000;
  background-color:#c0c0c0;
  width:35%;
  text-align:left;
  display:table;
  align-content:top;
  float:left;
  margin: 0 auto; /* Center the DIV horizontally */
  padding: 10px;
}
.paddedlist2c {
  background-color:#c0c0c0;
  width:35%;
  text-align:left;
  display:table;
  align-content:top;
  float:left;
  margin: 0 auto; /* Center the DIV horizontally */
  padding: 10px;
}
.paddedlist2d {
  border: 2px solid #000;
  background-color:#c0c0c0;
  width:25%;
  text-align:left;
  display:table;
  align-content:top;
  float:left;
  margin: 0 auto; /* Center the DIV horizontally */
  padding: 10px;
}
.paddedlist2e {
  border: 1px solid #000;
  background-color:#c0c0c0;
  width:100%;
  text-align:left;
  display:table;
  align-content:top;
  float:left;
  margin: 0 auto; /* Center the DIV horizontally */
  padding: 5px;
}
.paddedlist2g {
  background-color:#c0c0c0;
  max-width:45%;
  text-align:left;
  display:table;
  align-content:top;
  float:left;
  margin: 0 auto; /* Center the DIV horizontally */
  padding: 0px;
  border: 5px solid #fff;
}
.paddedborder {
   border:1px solid #000;
   padding: 10px;
}
.paddedlist3 {
  border: 2px solid #000;
  background-color:#c0c0c0;
  width:45%;
  text-align:left;
  display:table;
  align-content:top;
  margin: 0 auto; /* Center the DIV horizontally */
  padding: 10px;
}
.paddedlist4 {
  border: 2px solid #000;
  background-color:#c0c0c0;
  width:80%;
  text-align:left;
  display:table;
  align-content:top;
  margin: 0 auto; /* Center the DIV horizontally */
  padding: 10px;
}

/* Older stuff */ 
/* To integrate or ditch */

div.indent { 
  padding-left: 10px; 
  padding-right:10px; 
}
div.top {
  width: 100%;
  background-color: #000;
  vertical-align: top;
  text-align: left;
  color:#fff;
}
div.col200r { width: 200px; float:right;}

div.grid2 { width: 100%; padding: 0px; }

div.sub { text-align:left; width:80% }

div.body {
  width: 100%;
  position: relative;
  top:18px;
}
div.top2 {
  width: 100%;
  background-color: #cacaca;
  vertical-align: bottom;
  text-align: left;
  padding:7px;
  position:fixed;
  top:93%;
}
div.top3 {
  width: 100%;
  background-color: #cacaca;
  vertical-align: bottom;
  text-align: left;
  padding:7px;
  position:fixed;
  top:92%;
}
.row1 {
  display: table-row; 
  vertical-align: top;
  width:auto;
  border: 0px;
}
.table2 {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.table1 {
  display: table;
  border-collapse: collapse;
  width: 100%;
  background-color:#d6d5d5;
  border: 1px solid #000;
}
.table1a {
  display: table;
  border-collapse: collapse;
  width: 100%;
  background-color:#eee;
  border-top: 1px solid #000;
}
.table1b {
  display: table;
  border-collapse: collapse;
  width: 100%;
  background-color:#eee;
}
.tableafter {
  display: table;
  border-collapse: collapse;
  background-color:#d6d5d5;
  border: 1px solid #000;
}
.tableouter1 {
  display: table;
  border: 0px;
  padding-left: 0px;
  padding-right: 4px;
  padding-top: 0px;
  padding-bottom: 0px;
  float:left;
}
.tableouter2 {
  display: table;
  border: 0px;
  padding-left: 4px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float:right;
}
.tablewide {
  display: table; 
  margin: 0px;
  width: 100%;
  background-color:#000; 
}
.row2 {
  display: table-row; 
  vertical-align: top;
  border: 0px;
}
.tablebot {
  display: table; 
  margin: 0px;
  width: 100%;
  background-color:#000; 
}
.tablebot2 {
  display: table; 
  padding-top: 10px;
  margin: 0px;
  width: 100%;
  background-color:#000; 
}
.solid {border: 1px solid #000;background-color:#d6d5d5;}

.solid2 {border: 1px solid #000;background-color:#fff;}

.solid3 {border: 1px solid #000;}

.solid4 {border: 2px solid #000;}

.solid5 {border: 1px solid #000;background-color:#c0c0c0;}

.solid6 {border: 1px solid #000;background-color:#eeeeee;}

.spacel {float:left; margin-right: 10px; border:0;}

.spacelsol {float:left; margin-right: 10px; margin-bottom: 10px; border:1px solid #000;}

.spacelsol2 {float:left; margin-right: 10px; margin-bottom: 10px; border:2px solid #000;}

.picsol {border:1px solid #000; width:100%; height:auto;}

.grid1 {display: inline-block;border:1px solid #000;background-color:#d6d5d5;padding:5px 5px 8px 10px;}

.grid1a {display: inline-block;border:1px solid #000;background-color:#eee;padding:5px 5px 8px 10px;}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
}
.popup {
  margin: 75px auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #666;
  width: 300px;
  box-shadow: 0 0 50px rgba(0,0,0,0.5);
  position: relative;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 20px;
  opacity: 0.8;
  transition: all 200ms;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #666;
}
.inset {
  border: 1px solid #000;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color:#cccbcb;
  float:left;
  margin-right:4px;
  width: 96%;
}
.inset2 {
  border: 5px solid #fff;
  padding-right: 5px;
  background-color:#fff;
  width: 45%;
  float:left;
}
.frame {
  background-color:#eee;
  display: table;
  padding: 0px 5px 0px 0px;
  float:left;
}
.framea {
  display: table;
  padding: 0px 5px 0px 0px;
  float:left;
}
.frameb {
  background-color:#fff;
  display: table;
  padding: 0px 10px 0px 0px;
  float:left;
}
.frame1 {
  background-color:#fff;
  display: table;
  padding: 5px 5px 5px 5px;
}
.frame2 {
  background-color:#fff;
  display: table;
  padding: 0px 0px 0px 5px;
  float:right;
}
.frame2a {
  background-color:#fff;
  display: table;
  padding: 0px;
  float:right;
  width:75%;
}
.frame2b {
  background-color:#fff;
  display: table;
  padding: 5px;
  width:100%;
  border: 2px solid #000;
}
.frame3 {
  background-color:#fff;
  width:25%;
  text-align:left;
  display:table;
  float: left;
  align-content:top;
  margin: 0;
  padding: 0px 15px 10px 0px;
}
.frame4 {
  background-color:#fff;
  display: table;
  padding: 0px 5px 5px 0px;
  float:left;
}
.frame4a {
  background-color:#fff;
  display: table;
  width:35%;
  padding: 0px 10px 5px 0px;
  float:left;
}
.frame4b {
  background-color:#fff;
  display: table;
  padding: 0px 10px 0px 0px;
  float:left;
}
.frame4c {
  background-color:#fff;
  display: table;
  padding: 0px;
  float:left;
}
.frame4d {
  background-color:#fff;
  display: table;
  width:100%;
  padding: 8px;
  float:left;
  border: 1px solid #000;
}
.frame5 {
  background-color:#fff;
  display: table;
  padding: 0px 0px 5px 5px;
  float:right;
}
.frame5a {
  background-color:#fff;
  display: table;
  padding: 0px 0px 5px 5px;
  width:35%;
  float:right;
}
.frame6 {
  background-color:#fff;
  display: table;
  padding: 0px 0px 5px 5px;
  width: 100%;
  display: inline-block;
}
.framegut1 {
  display: table;
  width:45%;
  padding-right: 10px;
  float:left;
}
.framegut1a {
  display: table;
  width:100%;
  padding-right: 10px;
  float:left;
}
.framegut2 {
  display: table;
  padding: 8px 0px 0px 8px;
  float:right;
  width:12%;
}
.framegut3 {
  display: table;
  padding: 0px 8px 0px 0px;
  float:left;
  width:9%;
}
.framegut4 {
  display: table;
  padding: 8px 0px 0px 8px;
  float:right;
  width:18%;
}
.framegut5 {
  display: block;
  padding: 0px 8px 0px 0px;
  float:left;
  width:10%;
}
.framegut6 {
  display: block;
  padding: 8px 8px 0px 0px;
  float:left;
  width:15%;
}
.bord {
border: 1px solid #000;
}

  /* Column Backgrounds */

.bgcol1 {background-color:#fff; padding:4px 4px 4px 4px; border: 1px solid #000;}

.bgcol1a {background-color:#eee; padding:8px 4px 8px 4px; border: 1px solid #000; text-align:left;}

.bgcol1b {background-color:#fff; padding:0px 4px 4px 4px; border: 1px solid #000;}

.bgcol2 {padding:4px 4px 4px 4px;}

.bgcol3 {background-color:#ebe9ec; padding:4px 4px 4px 4px;}

.bgcol3a {background-color:#fff; padding:4px 4px 4px 4px;}

.bgcol3b {background-color:#dad7db; padding:4px 4px 4px 4px;}

.bgcol4 {background-color:#ebe9ec; padding:15px 15px 4px 12px;}

.bgcol5 {background-color:#fff; padding:15px 15px 4px 12px;}

.bgcol6 {background-color:#dcdcdc; padding:4px 4px 4px 4px;}

.bgcol7 {background-color:#fff; padding:4px 4px 4px 4px;}

.bgcol8 {background-color:#fff; padding:14px 4px 14px 12px;}

.bgcol9 {background-color:#ebe9ec; padding:14px 4px 14px 12px;}

.bgcol10 {background-color:#fff; padding:14px 4px 14px 12px; text-align:left;}

.bgcol11 {background-color:#ebe9ec; padding:14px 4px 14px 12px; text-align:left;}

.bgcol12 {background-color:#ebe9ec; padding:0px; border: 1px solid #000;}

.bgcolwrap {background-color:#fff; padding:14px 4px 14px 12px; overflow-wrap: break-word;}

.bgcolwrap2 {background-color:#ebe9ec; padding:14px 4px 14px 12px; overflow-wrap: break-word;}

.bgcolwrap3 {background-color:#ebe9ec; overflow-wrap: break-word;}

.bgcolwrap4 {background-color:#dcdcdc; overflow-wrap: break-word;}

.bgcolwrap5 {background-color:#dcdcdc; overflow-wrap: break-word; padding:8px 4px 8px 4px; border: 1px solid #000; text-align:left;}

.leftext {text-align:left;}

  /* Buttons */

span.button {
  background-color: #483d8b; /* darkslateblue */
  border: 2px solid #000;
  border-radius: 4px;
  color: white;
  padding: 15px 32px;
  width:100%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
span.button:hover {
  background-color: #000080; /* Navy */
  color: white;
}
.buttcont {
  border: 2px solid #000;
  background-color:#fff;
  width:45%;
  text-align:center;
  display: table;
        margin: 0 auto; /* Center the DIV horizontally */
  	padding: 0px;
        cursor: pointer;
        position: relative;
}
.buttcont75 {
  border: 2px solid #000;
  background-color:#fff;
  width:75%;
  text-align:center;
  display: table;
        margin: 0 auto; /* Center the DIV horizontally */
  	padding: 0px;
        cursor: pointer;
        position: relative;
}

/* Responsive Gallery */

.rowgal {
  display: flex;
  flex-wrap: wrap;
}

/* Create four equal columns that sit next to each other */
.columngal {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}
.columngal img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Create two equal columns that sit next to each other */
.columngal2 {
  flex: 50%;
  max-width: 50%;
  padding: 0 4px;
}
.columngal2 img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Create three equal columns that sit next to each other */
.columngal3 {
  flex: 33.33%;
  max-width: 33.33%;
  padding: 0 4px;
}
.columngal3 img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .columngal {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .columngal {
    flex: 100%;
    max-width: 100%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .columngal2 {
    flex: 100%;
    max-width: 100%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .columngal3 {
    flex: 100%;
    max-width: 100%;
  }
}


 /* MODAL images */

	/* Background */
#modal {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

	/* Window */
.modal__window {
  position: relative;
  background-color: white;
  padding: 4em 2em;
}
.modal__close {
  position: absolute;
  top: -30px;
  right: 0;
}
	/* Close */
#modal:not(:target) {
    visibility: hidden;
    opacity: 0;
}
/* End MODAL */


  /* Strictly mobile below */

   /* Prevent line breaks in silly places:
   1) Where desired
   2) Links when we don't want them to */

.mw-parser-output .nowrap,
.nowraplinks a {
	white-space: nowrap;
}
.mw-parser-output .infobox .nowrap {
	white-space: normal !important;
}

   /* But allow wrapping where desired: */

.wrap,
.wraplinks a {
white-space: normal;
}

@media only screen and (max-width: 768px) {
        /* For mobile phones: */
[class*="col-"] {
     width: 100%;
     }
    .header {max-height:45px;width:100%;border:none;}
    #containermain {
    display: table;
    border-width: 0px;
    width: 100%
    margin-right: 0px;
    margin-left: 10px;
    margin-top: 50px;
    padding-top: 5px; 
    padding-left: 10px; 
    padding-right:15px;
    text-align: left;}
    img.ttl {
       float:left
       object-fit: cover;
       object-position: bottom;
       max-width: 60%;
       }
}
          @media only screen and (min-width: 600px) {
         /* For tablets: */
       .col-m-1 {width: 8.33%;}
       .col-m-2 {width: 16.66%;}
       .col-m-3 {width: 25%;}
       .col-m-4 {width: 33.33%;}
       .col-m-5 {width: 41.66%;}
       .col-m-6 {width: 50%;}
       .col-m-7 {width: 58.33%;}
      .col-m-8 {width: 66.66%;}
      .col-m-9 {width: 75%;}
      .col-m-10 {width: 83.33%;}
      .col-m-11 {width: 91.66%;}
      .col-m-12 {width: 100%;}
         }

        @media only screen and (min-width: 768px) {
      /* For desktop: */
      .col-1 {width: 8.33%;}
      .col-2 {width: 16.66%;}
      .col-3 {width: 25%;}
      .col-4 {width: 33.33%;}
      .col-5 {width: 41.66%;}
      .col-6 {width: 50%;}
      .col-7 {width: 58.33%;}
      .col-8 {width: 66.66%;}
      .col-9 {width: 75%;}
      .col-10 {width: 83.33%;}
      .col-11 {width: 91.66%;}
      .col-12 {width: 100%;}
      .header {max-height:65px;width:100%;border:none;}
    #containermain {
    display: table;
    border-width: 0px;
    width: 75%
    margin-right: 0px;
    margin-left: 10px;
    margin-top: 70px;
    padding-top: 5px; 
    padding-left: 10px; 
    padding-right:15px;
    text-align: left;}
img.ttl {
  float:left
  object-fit: cover;
  object-position: bottom;
max-width: 100%;
}
         }



