
h1 {
    display: inline-block;
    margin: 0px;
    font-size: 24px;
}

/* Navbar container */
.navbar {
  overflow: hidden;
  background-color: transparent;
  font-family: Arial;
  padding-left: 20px;
    padding-top: 10px;
}

/* Links inside the navbar */
.navbar a {
 float: left;
    font-size: 10.5px;
    color: #333;
    text-align: center;
    padding: 10px 10px 20px 7px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 15px; 
  text-transform: uppercase;
  border: none;
  outline: none;
  background-color: inherit;
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: transparent;
}

.navbar a:hover, .dropdown:hover .dropbtn a {
    color: #e1142a;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin:30px 0px 0px 0px;
}

.dropdown-content p {
    margin: 0px;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}


.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #373737;
		
}
.redtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #E1142A;
	text-transform:uppercase;
	font-weight: bold;
}
.redtxt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #E1142A;
	text-transform:uppercase;
	font-weight: bold;
}
.bluetxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #2D65A1;
	font-weight: bold;
	text-transform:uppercase;
}

.headingtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2D65A1;
	font-weight: bold;

}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #2D65A1;
}

.footer_link:link, .footer_link:active, .footer_link:visited
 {
	font-family:  Arial;
	font-size: 10px;
	color: #2D65A1;
	text-decoration: none;
	
}

.footer_link:hover {
	font-family:  Arial;
	font-size: 10px;
	color: #E1142A;
	font-weight: normal;
	text-decoration: underline;
}

.click_link:link, .click_link:active, .click_link:visited
 {
	font-family:  Arial;
	font-size: 11px;
	color: #E1142A;
	text-decoration: none;
	
}

.click_link:hover {
	font-family:  Arial;
	font-size: 11px;
	color: #E1142A;
	font-weight: normal;
	text-decoration: none;
}
.headingtxt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;

}
