html,body {
	height: 100%;
}
html,body,p {
	padding: 0; 
	border: 0; 
	margin: 0;
	border-collapse: separate; 
}
body {
	background: #fff;
	letter-spacing:0.5px;
	color:#000;
	font-size: 12px;
	padding: 10px;
	font-family: Arial,sans-serif;
	line-height: 150%;	
}
a {
	text-decoration: none;
	color: #365f91;
}
a img {
	border: 0;
}
#nonFooter {
	position: relative;
	min-height: 100%;
}
* html #nonFooter{ height: 100%; }
div#logo {
	padding: 20px 0 0 0;
}
div#content h1,div#content  h2,div#content h3,div#content  h4,div#content h5,div#content h6 {
	color: #365f91;
}
div#content {
	padding: 0 0 9em 0;
	margin: 60px 0 0 0;
}
div#footer {
	position: relative;
	margin-top: -4em;
}
div#footer  table, div#footer a {
	color: #365f91;
	font-weight: bold;
	font-size: 12px;
}	
div#footer  table {
	margin: 0;
	padding: 0;
}
