@charset "UTF-8";
/* CSS Document */


* {
  box-sizing: border-box;
}
.gen_washout{
    font-family: Arial, Helvetica, sans-serif;
    color: #DADCDD;
    font-size: 14px;    
    
}
.gen_blue{
     font-family: Arial, Helvetica, sans-serif;
    color: #386581;
    font-size: 14px;
    
    
}
.gen_white{
    font-family: Arial, Helvetica, sans-serif;
    color: #F5F8F9;
    font-size: 14px;    
    
}
.gen_black{
    font-family: Arial, Helvetica, sans-serif;
    color: #080808;
    font-size: 14px;    
    
}
.gen_red{
    font-family: Arial, Helvetica, sans-serif;
    color: #E5080C;
    font-size: 14px;    
}

.footer_div{
     border-left: thin;
     border-left-style: solid;
     border-left-color: white;
}

body {
  margin: 0;
    background-color: ghostwhite
}


/* Style the header */
.header {
    background-color: #FAFAFC;
    padding: 20px;
    text-align: left;
   
}

.mid {
    background-color: #666FDE;
    padding: 20px;
    text-align: center;
    border-radius: 25px 0px 0px 0px;
    
}

/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: #333;
	 border-top-style:  solid; 
    border-bottom-style: solid;
    border-color: white;
      border-width: 1px;
      box-shadow: 0px 5px 5px black;
}



/* Style the topnav links */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
   
    
}

/* Change color on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}


/* Style the sub navigation bar */
.subnav {
    overflow: hidden;
    background-color: #CBC8C8;
    border-top-style: solid;
    border-bottom-style: solid;
    border-color: white;
    border-width: 1px;
    box-shadow: 0px 5px 5px black;
}



/* Style the topnav links */
.subnav a {
    float: left;
    display: block;
    color: #050505;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;   
    
}

/* Change color on hover */
.subnav a:hover {
  background-color: #ddd;
  color: black;
}





/* Create three unequal columns that floats next to each other */
.column {
  float: left;
  padding: 5px;
}

/* Left and right column */
.column.left {
  width: 20%;
    padding-left: 20px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
  
  border-radius: 0px 0px 5px 25px;
  background-color: rgba(228,221,221,0.81);
	box-shadow: 0px 5px 10px gray;
}

/* Left and right column */
.column.side {
    width: 20%;
    border-radius: 0px 0px 25px 5px;
    background-color: rgba(228,221,221,0.81);
    box-shadow: 0px 5px 10px gray;
}

/* Middle column */
.column.middle {
    width: 60%;
    border-radius: 0px 0px 30px 30px;
    background-color: #FFFFFF;
    box-shadow: 0px 5px 10px black;
    padding: 0px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column.side, .column.middle {
    width: 100%;
  }
}

/* Style the footer */
.footer {
    background-color: #050505;
    text-decoration-color: white;
    padding: 10px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.tabheadings{
     font-family: Arial, Helvetica, sans-serif;
     font-size: 14px;
     color: #386581;
     border-bottom: thin;
     border-bottom-style: solid;
     border-bottom-color: black;
    
}



.tabsubnav{
     font-family: Arial, Helvetica, sans-serif;
     font-size: 14px;
     color: #386581;
    
    
    
}
.lightdivline{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #386581;
    border-bottom: thin dotted black;    
}