html {
	background: url(1234.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 21px;
	text-align: left;
}
#page-container 
{
	width: 100%;
	height: 100%;
	margin: auto;
}
#main-nav 
{
 	width: 100%;
	height: 100px;
		
}
#contentarea 
{
	width: 90%;
	height: auto;
	margin: auto;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 25px;
}
form {
	
	width: 500px;
    margin: 0 auto;
    }
.auto-style2 {
	text-align: right;
}
.auto-style7 {
	text-decoration: none;
}
p {
	font-size: 14px;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
legend {
	font-size: 18px;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	color: white;
}
fieldset {
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: solid 3px #052E0D;
	padding: 5px;
	display: block;
	margin-left: 2px;
	margin-right: 2px;
	padding-top: 0.35em;
	padding-bottom: 0.625em;
	padding-left: 0.75em;
	padding-right: 0.75em;
	border: 2px groove (internal value);
	width:100%;
	height:auto;
}
input[type=text] {
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: solid 1px #052E0D;
	padding: 5px;
	background-color: transparent;
}
input[type=password] {
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: solid 1px #052E0D;
	padding: 5px;
	background-color: transparent;
}
input[type=submit] {
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: solid 3px #052E0D;
	padding: 10px;
	border-radius: 10 px;
	background-color: transparent;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
input[type=submit]:hover {
	color: #FFF;
	background: #052E0D;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
input[type=button] {
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: solid 3px #052E0D;
	padding: 10px;
	border-radius: 10 px;
	background-color: transparent;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
input[type=button]:hover {
	color: #FFF;
	background: #052E0D;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}


select {
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: solid 3px #052E0D;
	padding: 5px;
	width: 250px;
	border-radius: 10 px;
	background-color: transparent;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	}
a:hover {
	color: #fff;
	text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff;
}
.auto-style12 {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: medium;
}
.normaltext {
	font-size: medium;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	color: #052E0D;
}
.auto-style17 {
	font-size: xx-large;
}
.legendtext {
	font-size: x-large;
	color: #052E0D;
}
.auto-style20 {
	color: #052E0D;
}
.auto-style21 {
	margin-left: 0px;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #052E0D;
    font-size: x-large;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
		border-radius: 15px;
}

li {
    float: left;
    align: right;
  
   
    
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
   padding: 10px 84px;
    text-decoration: none;
    font-size: x-large;
     //display:block;
    
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

li a:hover,.dropdown:hover .dropbtn {
    background-color: #3B5E2B;
    font-size: x-large;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    
}


li.dropdown {
    display: inline-block;
  
}

.dropdown-content {
    display: none;
    position: absolute;
	background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-size: large;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: medium;
}

.dropdown-content a:hover {
 background-color: #78AB46;
 text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff;

  
   font-size: medium;
}

.show {display:block;}


table {
  //border-bottom: 1px solid black; 
   //border-style: inset;
   border-radius: 5px; 
   border-collapse: separate;
    border-spacing: 0 1em;
  background-color: transparent;
}
tr,td {
  //border-bottom: 1px solid black; 
   //border-style: inset;
   border-radius: 5px; 
   border-collapse: separate;
    border-spacing: 0 2em;
    background-color: transparent;
}
td {
 	font-size: large;
	color: #052E0D;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
   }
   
