div.container {
	width: 80%;
}

ul {
	list-style-type: none;
}

table {
	width: 100%;
}

section {
	width: 100%;
	clear: left;
	clear: right;
}

td {
	vertical-align: middle;
}

header{
	width: 100%;
	color: black;
	background-color: white;
	clear: left;
	text-align: left;
	font-size: 12pt;
	overflow: hidden;
	padding: 0;
}

header hr {
	height: 3px;
	width: 100%;
	background-color: #AAAAAA99
}

header ul {
	padding: 0;
	left-margin: 0;
}

footer {
	padding: 1em;
	color: white;
	background-color: black;
	clear: left;
	text-align: center;
}

nav {
	float: left;	
	max-width: 300px;
	margin: 15;
	font-size: 8pt;
}

nav ul {
	list-style-type: none;
	padding: 0;
}

nav ul a {
	text-decoration: none;
}

article {
	text-align: left;
	margin-left: 10px;
	padding-left: 1em;
	overflow: hidden;
}

article ul {
	font-size: 10pt;
	list-style-type: none;
	padding: 0;
	text-align: left;
}

article ul li {
	text-align: left;
}

article ul a {
	text-decoration: none;
}

footer {
	width: 100%;
	color: black;
	background-color: white;
	clear: left;
	text-align: left;
	vertical-align: top;
	font-size: 12pt;
	overflow: hidden;
	padding: 0;
}

footer hr {
	height: 3px;
	width: 100%;
	background-color: #000077
}

footer ul {
	list-style-type: none;
	padding: 0;
	left-margin: 0;
	font-size: 8pt;
}