html, body { 
  background-color:#b3d4e2; 
  background-image: url("images/dots2.png");
  font: 16px Arial, Helvetica, Sans Serif; color:#000;
  margin:0;
  padding:0;
}

a:link {font: 16px Arial, Helvetica, Sans Serif; font-weight:bold; color:#0f6283;}

a:visited {font: 16px Arial, Helvetica, Sans Serif; text-decoration: none; font-weight:bold; color:#176a8b;}

a:active {font: 16px Arial, Helvetica, Sans Serif; font-weight:bold; color:#92c8de;}

a:hover {font: 16px Arial, Helvetica, Sans Serif; text-decoration: none; font-weight:bold; color:#6aa8c1;}

.med {font: 16px Arial, Helvetica, Sans Serif; text-decoration: none; color:#2c6a68;}

.small {font: 11px Arial, Helvetica, Sans Serif; text-decoration: none; color:#2c6a68;}

.container
{
    display: table;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: none;
    padding: 0px;
    margin: 0px;
    background-color:#fff; 
}

.container2
{
    display: table;
    border-top: 1px solid #000;
    width: 100%;
    margin-top: none;
    padding: 0px;
    margin: 0px;
}

.container3
{
    display: table;
    border-bottom: 1px solid #000;
    width: 100%;
    margin-top: none;
    padding: 0px;
    margin: 0px;
}

.container4 {
    display: table;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    margin-top: none;
    padding: 0px;
    margin: 0px;
    background-color:#b3d4e2; 
}

.row {
display: table-row;
}

.butt {
  display: table;
  width: 100%;
  height: 100px;
  padding: 5px;
  border: 1px solid blue;  
  background-color: yellow; 
}

.col {
display: table-cell;
text-align: left;
vertical-align: top;
border-width: 0px;
background-color:#fff;
padding-left: 50px;
padding-top: 15px;
}

.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;
}

.col3 {
display: table-cell;
vertical-align: top;
text-align: center;
border: 0px;
background-color:#fff;
padding: 10px;
}

.col4 {
display: table-cell;
text-align: center;
vertical-align: top;
border-width: 0px;
background-color:#fff;
padding: 0px;
}

.col5 {
display: table-cell;
text-align: left;
vertical-align: top;
border-width: 0px;
background-color:#fff;
padding-left: 50px;
padding-top: 10px;
}

img.bl {
   width:100%;
   height:auto;
}

img.bl1 {

   width:100%;
   height: auto;
   min-height:200px;
}

img.bl2 {
   width:100%;
   height:auto;
   border: 1px solid #000;
}


a.btn:link {font: 16px Arial, Helvetica, Sans Serif; text-decoration: none; font-weight:bold; color:#fff; display:inline-block;}
a.btn:visited {font: 16px Arial, Helvetica, Sans Serif; text-decoration: none; font-weight:bold; color:#fff;display:inline-block;}
a.btn:active {font: 16px Arial, Helvetica, Sans Serif; text-decoration: none; font-weight:bold; color:#fff;display:inline-block;}
a.btn:hover {font: 16px Arial, Helvetica, Sans Serif; text-decoration: none; font-weight:bold; color:#eee;display:inline-block;}

/* new button */

.navi a {
    width: 75px;
    height: 30px;
    display: inline-block;
  background-color: #66a3bf; /* Blue background */
  cursor: pointer; /* Pointer/hand icon */
  float: left; /* Float the buttons side by side */
  padding: 10px 20px 0px 20px; /* Some padding */
}

.navi button:hover {
  background-color: #4d8ba8;

}

.navi button {
 float: left; /* Float the buttons side by side */
  background-color: #fff;
    border: none;
}

.navi button:focus {
    border: none;
    outline: none;
}

/* Clear floats (clearfix hack) */
.navi:after {
  content: "";
  clear: both;
  display: table;
}

