body {
background-color: #ffffff;
margin:0px;
font-family: verdana, arial, helvetica, sans-serif;
}

/* Containers */

div {
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}

#header {
padding:5px;
background:#ddd;
}

#nav {
background: #a78534;
padding:8px 30px 8px 30px;
height: 30px;
margin: 0px;
}

#main {
background: #fff;
width:90%;
float:left;
padding: 20px 0px 20px 20px;
position:relative;
margin:0 auto;
}

#main-center {
background: #fff;
width:100%;
float:center;
padding: 10px;
position:relative;
margin:1% 2% 2% 2%;
padding-bottom: 10px;
}

#main-left {
background: #fff;
width:95%;
float:center;
padding: 10px;
position:relative;
margin:1% 2% 2% 2%;
padding-bottom: 10px;
}

#column-left {
	float:left;
	width:425px;
	}
#column-2 {
	float:right;
	width:1000px;
}

#column-2-1 {
	float:left;
	width:425px;
	}
#column-2-2 {
	float:right;
	width:200px;
	}
	
#column-left-2 {
	float:left;
	width:330px;
	}
#column-2-2b {
	float:right;
	width:1000px;
}

#column-2-1-2 {
	float:left;
	width:325px;
	}
#column-2-2-2 {
	float:left;
	width:325px;
	}
	
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}




.bottom_aligner {
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
    width: 0px;
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}



  
#bottom-link {
    position:absolute;
    bottom:0;
}
  

.mytable td{
  font-size:24px;
}



/* Font styles. */
h1 {
font-size: 36px;
line-height:36px;
letter-spacing: -2px;
color: #000000;
font-weight: bold;
margin:15px 0px 0px 0px;
}

h1a {
font-size: 80px;
line-height:110px;
text-align:left;
letter-spacing: -2px;
color: #000000;
font-weight: ;
margin:15px 0px 0px 0px;
}

h1c {
font-size: 48px;
line-height:48px;
text-align:center;
letter-spacing: -2px;
color: #000000;
font-weight: bold;
margin:15px 0px 0px 0px;
}

h2 {
font-size: 28px;
line-height: 30px;
letter-spacing: -1px;
color: #000000;
font-weight: bold;
font-style: italic;
margin:0px 0px 3px 0px;
}


h7 {
font-size: 30px;
line-height: 34px;
letter-spacing: -1px;
color: #000000;
font-weight: bold;
font-style: italic;
margin:0px 0px 0px 0px;
}

h3 {
font-size: 24px;
line-height: 28px;
letter-spacing: -1px;
color: #000000;
font-weight: bold;
margin:0px 0px 5px 0px;
}

h32 {
font-size: 19px;
line-height: 19px;
letter-spacing: -1px;
color: #000000;
font-weight: bold;
margin:0px 0px 0px 0px;
paddig:0px 0px 0px 0px;
}

h4 {
font-size: 18px;
line-height: 23px;
letter-spacing: -1px;
color: #000000;
font-weight: bold;
margin:5px 0px 0px 0px;
}

h5 {
font-size: 16px;
line-height: 18px;
letter-spacing: 0px;
color: #744a21;
font-weight:lighter;
margin: 20x 0px 0px 0px;
}

h6 {
font-size: 13px;
line-height: 13px;
color: #000000;
font-weight: bold;
margin:15px 0px 0px 0px;
}

li {
   margin-left:15px;  
}


p, ul, ol, table {
margin-top: 1em;
line-height: 1.2em; 
}

p2 {
font-size: 15px;
line-height: 1.2em;
margin-top :12px; 
}

p3 {
font-size: 14px;
line-height: 1.3em;
margin-top :14px; 
display: block;
}

p4 {
font-size: 12px;
line-height: 1.2em;
margin-top :12px; 
display: block;
}

a:link, a:visited {
text-decoration: underline;
font-weight: bold;
color:#0033FF;
}

a:hover {
text-decoration: underline;
color:#6699FF;
}

.class1 A:link {text-decoration: none; color: #ffffff}
.class1 A:visited {text-decoration: none; color: #eeeeee}
.class1 A:active {text-decoration: none}
.class1 A:hover {text-decoration: underline; color:#efefef}

<style>
* {
  box-sizing: border-box;
}

.flex-container {
  display: flex;
  flex-direction: row;
  font-size: 14px;
  text-align: left;
}

.flex-item-left {
  background-color: #ffffff;
  padding: 14px;
  flex: 40%;
}

.flex-item-right {
  background-color:  #ffffff;
  padding: 10px;
  flex: 60%;
}


/* Responsive layout - makes a one column-layout instead of two-column layout */
@media (max-width: 800px) {
  .flex-container {
    flex-direction: column;
  }
}

.responsive {
  width: 100%;
  height: auto;
}
</style>