
body{
   color:black;
   background-color:white;
   font-family: "Arial", "Helvetica", sans-serif;
}

table, tbody{
   width:100%
   padding:0;
   margin-bottom:0;
   margin-top:0;
   border-collapse:collapse;
   font-size:20px;
}
table.green_panel{
   background-color:#38a69b;
   color:white;
}

table.blue_panel{
   background-color:#0c4c74;
   color:white;
}

label{
   color:white
}

hr {
    height: 20px;
    border: 0;
    box-shadow: inset 0 10px 10px -5px #0c4c74;
    margin-top: 0px; margin-bottom: 2px
}

h1 {
   font-size:36px;
   color:white;
   line-height: 40px;
   margin-left:20px;
   margin-top: 15px;
}

h2 {
   font-size:24px;
   color:white;
   margin-left:20px;
   margin-bottom:10px;
}

h3 {
   font-family: 'Raleway', sans-serif;
   font-size:20px;
   color:white;
   font-style: italic;
   margin-bottom:6px;
   margin-left:40px;
}

.h3_p {
   margin-left:180px;
}

 
h4 {
   font-size:18px;
   color:white;
   margin-bottom:12px;
   margin-left:20px;
   text-decoration: underline;
}

p {
   margin-top:1px;
   margin-right:20px;
   margin-left:20px;
}

p.narrow{
   width:66%;
   margin-right:auto;
   margin-left:auto;
}
.green_panel{
   background-color:#38a69b;
   color:white;
}

.blue_panel{
   background-color:#0c4c74;
   color:white;
}

.black_panel{
   background-color:black;
   color:white;
}

.contact_panel{
   background-color:white;
   color:black;
   padding-right:30px;
   padding-left:20px;
}

.descriptive_panel{
   padding-right:30px;
   padding-left:20px;
}

.descriptive_img{
   width:100%;
   max-width: 90%;
   display:block;
   height: auto;
   width: auto;
   margin-top:10px;
   margin-bottom:10px;
   margin-left:auto;
   margin-right:auto;
}

.blkButton{
   box-shadow: 3px 4px 0px 0px #858585;
   background-color:#000000;
   border-radius:18px;
   border:1px solid #000000;
   display:inline-block;
   cursor:pointer;
   color:#ffffff;
   font-family:Arial;
   font-size:16px;
   padding:6px 16px;
   text-decoration:none;
}
.blkButton:hover {
   background-color:#38a69b;
}
.blkButton:active {
   position:relative;
   top:1px;
}

.whtButton{
   box-shadow: 3px 4px 0px 0px #858585;
   background-color:#ffffff;
   border-radius:18px;
   border:1px solid #000000;
   display:inline-block;
   cursor:pointer;
   color:#000000;
   font-family:Arial;
   font-size:16px;
   padding:6px 16px;
   text-decoration:none;
}
.whtButton:hover {
   background-color:#38a69b;
}
.whtButton:active {
   position:relative;
   top:1px;
}

a.linkwob {
color: yellow;
}

a.linkwob:visited {
   color:yellow;
}

a.linkwob:hover {
   color:red;
}

a.blue:link {
  color:white;
  background-color:#0c4c74;
}
a.blue:hover {
  color: red;
  background-color: transparent;
}

a.green:link {
  color:#38a69b;
  background-color:#0c4c74;
}

a:visited {
  background-color:white;
}

a:hover {
  color: red;
  background-color: transparent;
}

.fake_graphic {
   font-family: 'Raleway', sans-serif;
   font-size:24px;
   color:black;
   font-weight: bold;
   margin-bottom:6px;
   margin-left:20px;
}

.rsz_img {
   width: 100%;
   height: auto;
}

.background {
  background: url(images/blue1.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
   
   
.menuLogo {
   text-align:left;
}

.btnCol {
   text-align:right;
   padding-right:30;
}
.menuBtn {
	background:linear-gradient(to bottom, #96ede9 5%, #1ca49c 100%);
	background-color:#96ede9;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 4px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528ecc;
}
.menuBtn:hover {
   color:black;
	background:linear-gradient(to bottom, #1ca49c 5%, #96ede9 100%);
	background-color:#1ca49c;
}
.menuBtn:active {
	position:relative;
	top:1px;



/*
a.tooltip {
      position: absolute;
      width: 100px;
      height: 20px;
      line-height: 20px;
      padding: 10px;
      font-size: 14px;
      text-align: center;
      color: rgb(113, 157, 171);
      background: rgb(255, 255, 255);
      border: 4px solid rgb(255, 255, 255);
      border-radius: 5px;
      text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
      box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px 0px;
}

a.tooltip:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-width: 10px;
      border-style: solid;
      border-color: #FFFFFF transparent transparent transparent;
      top: 44px;
      left: 50px;
}
*/