#container {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	padding: 20px;
	margin: 40px;
	background-color:rgba(223, 242, 229, 0.442);
	border-style: groove;
	box-shadow: 5px 5px 5px 0px rgba(0,0,0.7);
}
body {
	background-color: #67b0ed58;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top center;
	font-family: Georgia, Times, "Times New Roman", "Book Antiqua", serif;
	line-height: 175%;
	font-size: 16px;
}	
header {
	text-align: center;
	font-weight: bold;
	font-style: oblique;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
}
h1 {
	text-shadow: 2px 2px 8px #FFF;
	background-color: #6FA9D3;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	color: #000;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	font-variant: small-caps;
}
h2 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: rgb(255, 0, 21);
}
h3 {
	text-align: center;
	font-size: larger;
	background-color: #6FA9D3;
}
.formblock {
	width: 80%;
	padding: 20px;
	background-color: #dbdee1fd
}
label {
	display: inline-block;
	text-align-last: left;
	width: 260px;
}
.logo	{
	padding: 1px;
	margin: 1px;
}

#frontpage_nav {
	padding: 2px;
	margin: 2px;
	background-color: #c32424;
	text-align: center;
}

  .button {
	display: inline-block;
	background-color: #9972d0;
	padding: 3px;
	min-height:20px;
	min-width: 100px;
	color: #ffffff;
	text-align: center;
	border: 3px double #cccccc; 
 	border-radius: 10px; 
  	font-size: 14px; 
	cursor: pointer;
  }

  .button a {
	text-decoration: none;
	display: inline-block;
	padding: 8px;
}

  .button:hover {
	background-color: #44db58;
	color: black;
}

.footer_nav {
	width: 90%;
	display: block;
}

.footer_nav ul {
	margin: 0;
	padding: 0, 5px, 0, 5px;
	position: relative;
	text-align: center;
}
.footer_nav ul li {
	list-style-type: none;
	padding: 0 15px  0 15px ;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}
.footer_nav ul:after {
	content: "";
	clear: both;
	display: block;
}
.footer_nav ul li {
	float: left;
	list-style-type: none;
	padding: 20;
	margin: 10;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}
.footer_nav ul li a {
	color: #000;
	text-decoration: none;
}
.footer_nav ul li a:hover {
	color: #D00018;
}

footer {
	text-align: center;
	font-weight: small;
	font-style: oblique;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
}

/*validation styles*/
input.valid {
	border-color: #36cc36;
}
input.invalid {
	border-color:orange;
}