body {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
nav{
	margin-top: 1em;
}
nav a:link, a:visited, a:active{
	color: #333;
	font-family: 'Verdana';
	text-decoration: none;
}
nav a:hover{
	text-decoration: underline;
}
footer {
	text-align: center;
	width: 80%;
	margin: 10em auto;
	background: #F3F3F3;
	padding: 3em;
	min-height:128px;
	-webkit-box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.4); 
}
.footerTable {
	font-family: 'Verdana';
	width: 100%;
}
table.footerTable p{
	text-align: center;
	margin: 0 auto;
	padding: 2em;
}
table.footerTable td.borderTd{
	border-left: 1px solid #ccc;
}
#imgDiv{
	margin: 1em auto 5px;
	padding: 0;
	width: 100%;
	text-align: center;
}
p.italic{
	margin: 0;
	font-family: 'Verdana';
	visibility: visible;
	font-size: 2em;
	font-weight: bold;
	text-decoration: underline;
	color: #555555;
	text-decoration: none;
}
