div.container {
	width: 80%;
}

ul {
	list-style-type: none;
}

table {
	width: 100%;
}

section {
	width: 100%;
	clear: left;
	clear: right;
}

headerlinks {
	font-size: 8pt;
}

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 {
	list-style-type: none;
	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 {
	width: 70%;
	text-align: center !important;
	margin: 0 auto;
	border-style: solid;
	border-width: 1px;
	border-color: #0000ff;
	background-color: rgba(0, 0, 255, 0.02);
}

article ul {
	font-size: 10pt;
	list-style-type: none;
	width: 90%;
}

article ul li {
	padding: 4px;
}

article ul a {
	text-decoration: none;
}

::-webkit-input-placeholder {
	text-align: center;
}

::-moz-placeholder {
	text-align: center;
}

:-moz-placeholder {
	text-align: center;
}

:-ms-input-placeholder {
	text-align: center;
}

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;
}