/*last updated 2-12-26*/


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;
	border-top: 2px solid #253545;
	padding-top: 4px;
	padding-bottom: 2px;
}
.alignleft{
	float: left;
}
.alignleft{
	float: right;
}
form span{
	float: left;
}
body{
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height:25px;
	background-color: darkgray;
}