/*last updated 12-8-25*/
aside {
	float: right;
	font-size: 14px;
	padding: 20px;
	width: 21%;
}
article {
	float: left;
	overflow: auto;
	text-align: justify;
	padding: 20px;
	width: 70%;
}
footer{
	clear: both;
color: #ffffff;
	text-align: center;
	background-color: #354eab;
	border-top: 2px solid #253545;
}
.alignleft{
	float: left;
	padding-right: 20px;
}
.alignright{
	float: left;
	padding-left: 20px;
}
body{
	
	text-align: center;
	background: #435d6f url("images/lake_bg.jpg") no-repeat top center;
}
nav{
	text-align: center;	
	background-color: #354eab;
	border-bottom: 2px solid #253545;
	border-top: 2px solid #253545;
	padding: 4px;
	padding-top: 10px;
}
footer a{
	color: #ffffff;
	text-decoration: none;
	padding-top: 4px;
	padding-top: 2px;
	
}
td, th{
	text-align: center;	
	padding-left: 5px;
	padding-right: 5px;
}
.author{
	color: #026a93;
	                                                                                      font-style: italic;
}
#wrapper{
	background-color: #a3def8;
	border: 2px solid #3c8323;	
	margin: auto;
	width: 65%;
}
header{
	background: #506987 url("images/header_bg.png") no-repeat top center;
height: 157px;
color: #ffffff;}

header h1{
	margin: 0;
	padding-bottom:4px;
	padding-top: 10px;
}
nav a{
    padding-left: 10px;
	padding-right: 10px;
}
footer h6{
	margin: 0;
	padding-right: 20px;
	padding-left: 20px;
}
form span{
	float:left;
    width: 200px;
}
fieldset{
background-color: #93aabf;
margin-bottom: 20px;
border-color: #354eab;
}
legend{
	background-color: #253545;
	color: white;
	padding: 5px 10px;
}