* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family:Arial, Helvetica, sans-serif;
}

/* Style the header */
.header {
  background-color: #8E44AD;
  color: #FFFFFF;
  text-align: center;
  line-height: 50%;
}

/* Style the top navigation bar */
a{
     color:#0067ab;
     text-decoration:none;
}
a:hover{
     text-decoration:underline;
}
.topnav {
  overflow: hidden;
  background-color: #FF6600;
}
.topnav a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 16px;
  font-weight:normal;
}

.active {
  background-color: #24c100;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 16px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.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;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.topnav .search-container {
  float: right;
  
}
.topnav input[type=text] {
  padding: 6px 10px;
  margin-top: 8px;
  font-size: 16px;
  border: none;
  width:620px;
}

.topnav .search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 24px;
  background: #ddd;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.topnav .search-container button:hover {
  background: #ccc;
}

@media screen and (max-width: 600px) {
  .topnav .search-container {
    float: none;
  }
  .topnav a, .topnav input[type=text], .topnav .search-container button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  .topnav input[type=text] {
    border: 1px solid #ccc;  
  }
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
/* Create three unequal columns that floats next to each other */
.column {
  float: left;
  padding: 10px;
}

/* Left and right column */
.column.side {
  width: 25%;
}

/* Middle column */
.column.middle {
  width: 50%;
}

/* 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%;
  }
}
.form{
     width: 340px;
     margin: 0 auto;
	 text-align: left;
}
input[type='text'], input[type='email'],
input[type='password'] {
     width: 200px;
     border-radius: 2px;
     border: 1px solid #CCC;
     padding: 10px;
     color: #333;
     font-size: 14px;
     margin-top: 10px;
}
input[type='text1'] {
     width: 240px;
     border-radius: 2px;
     border: 1px solid #CCC;
     padding: 8px;
     color: #333;
     font-size: 14px;
     margin-top: 1px;
}
input[type='text2'] {
     width: 728px;
     border-radius: 2px;
     border: 1px solid #CCC;
     padding: 8px;
     color: #333;
     font-size: 14px;
     margin-top: 1px;
}
input[type='text4'] {
     width: 485px;
     border-radius: 2px;
     border: 1px solid #CCC;
     padding: 8px;
     color: #333;
     font-size: 14px;
     margin-top: 1px;
}
input[type='submit'], input[type='reset'],
input[type='file']{
     padding: 7px 20px 6px;
     color: #fff;
     background-color: #0067ab;
     text-shadow: rgba(0,0,0,0.24) 0 1px 0;
     font-size: 16px;
     box-shadow: rgba(255,255,255,0.24) 0 2px 0 0 inset,#fff 0 1px 0 0;
     border: 1px solid #0164a5;
     border-radius: 2px;
     margin-top: 5px;
     margin-left: 10px;
     cursor:pointer;
	 
}
input[type='submit']:hover, input[type='reset']:hover {
     background-color: #24C100;
	 border: 1px solid #177B00;
}
input[type='file2']{
     padding: 7px 20px 6px;
     color: #fff;
     background-color: #0067ab;
     text-shadow: rgba(0,0,0,0.24) 0 1px 0;
     font-size: 16px;
     box-shadow: rgba(255,255,255,0.24) 0 2px 0 0 inset,#fff 0 1px 0 0;
     border: 1px solid #0164a5;
     border-radius: 2px;
     margin-top: 5px;
     margin-left: 10px;
     cursor:pointer;
	 
}
h2 {
	color: #0000b3;
	margin: 0px 0px 5px;
	padding: 0px 0px 3px;
	font: bold 18px  Verdana, Arial, Franklin Gothic Book, Helvetica, sans-serif;
	text-align: left;
	border-bottom: 1px dashed #99CC00;
}
h3 {
	color: #8b0000;
	margin: 0px 0px 0px;
	padding: 0px 0px 0px;
	text-align: left;
	font: 14px  Verdana;
	line-height:1.4
	
}
h4 {
	font: 18px Franklin Gothic Book, Arial, Verdana;
	text-align: justify;
	color: #333333;
	line-height:1.6
}
h5 {
	font: 18px Franklin Gothic Book, Arial, Verdana;
	text-align: justify;
	color: #333333;
	line-height:1.4
}
.backClr
{
    font-family: Verdana, Arial;
    font-size: 13px;
	text-align: left;
    vertical-align: top;
    line-height:1;
}
#content { float: center; width: 80%; padding: 10px; background-color: #f2f2f2; }
#content1 { float: center; width: 1000px; padding: 10px; background-color: #f2f2f2; }
#content2 { float: center; width: 80%; padding: 4px; background-color: #239b56; }
