tr {
	font-family:"calibri";
	text-align: center;
	height: 30px;
	font-size: 1.3em;
}

td {
	text-align:center;
	text-align:bottom;
	height: 30px;
	font-size:1.3em;
}

p {
	font-size:1.2em;
	text-align:justify;
}

p.large {
	font-size:1.2em;
	text-align:center;
}

p.nowrap {
	clear: both;
}

.center {
	text-align: center;
}


div {
    max-width: 800px;
    margin: auto;
    text-align: justify;
}

div#navbar ul li a {
font-family: calibri, Helvetica, sans-serif;
font-size: 1.1em;
font-weight: 500;
text-decoration: none;
color: white;
display: block;
padding: .5em;
margin: 0;
}

div#navbar ul li.op5 {
list-style-type: none;
background-color: #77C1F3;
text-align: center;
display: inline-block;
width: 20%;
float: left;
margin-right: .5em;
}

div#navbar ul li.op6 {
list-style-type: none;
background-color: #77C1F3;
text-align: center;
display: inline;
width: 14%;
float: left;
margin-right: .5em;
}

div#navbar ul li.op2 {
list-style-type: none;
background-color: #77C1F3;
text-align: center;
display: inline;
width: 48%;
float: left;
margin-right: .5em;
}

div#navbar ul li.op3 {
list-style-type: none;
background-color: #77C1F3;
text-align: center;
display: inline;
width: 32%;
float: left;
margin-right: .5em;
}

div#navbar ul li.op4 {
list-style-type: none;
background-color: #77C1F3;
text-align: center;
display: inline;
width: 23%;
float: left;
margin-right: .5em;
}

div#l3 {
    width: 30%;
    float: left;
    margin: 0 3.5% 0 0;
    padding: 1em;
    height: 320px;
}

div#c3 {
    width: 40%;
    float: left;
    margin: 0 0 0 3.5%;
		padding: 1em;
    height: 320px;
}

div#r3 {
    width: 30%;
    float: right;
		padding: 1em;
    height: 320px;
}

.right {
	text-align: right;
	text-align: bottom;
}

p.small {
	font-size: .8em;
	text-align: center;
}

img.p {
    float: left;
    margin: 0px 0px 15px 20px;
    padding: 0px 15px 5px 15px;
}

p.p {
text-size: 1.1em;
}

div#vnavbar ul li a {
font-family: calibri, Helvetica, sans-serif;
font-size: 1.1em;
font-weight: 500;
text-decoration: none;
color: blue;
display: block;
padding: .5em;
margin: 0;
}

div#vnavbar ul li {
list-style-type: none;
background-color: #77C1F3;
text-align: center;
display: block;
width: 60%;
float: left;
margin: .5em;
z-index: 2;
}

div#vnavbar {
	clear: both;
}

img.middle {
  display: block;
  margin-right: 100px;
  margin-bottom: 0;
}

div#head {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	background-color: light-blue;
	color: white;
}
/* Style The Dropdown Button */
.dropbtn {
    background-color: #77C1F3;
    width: 12em;
    margin: 1em;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 170px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 6px 12px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #77C1C3;
}
