/* Body and main divs */

.print-only { display: none ! important; }

body { 
	margin: 0;
	padding: 0;
	font-size: 18pt;
	font-family: sans-serif; 
}

#page-header {
	text-align: center;
}

#page-footer {
	text-align: center;
}

#footer-wrapper { clear: both; padding-top: 1em; }

#main-content { 
	border-bottom: thin solid #333333; 
	margin-bottom: 1em; 
	padding-top: 1em; 
}

a:link { color: #025165; }
a.hidden-link { display: none; }

