/* Body and main divs */

.no-print { 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; 
}

#left-sidebar { 
	float: right; 
		/* For printing, let's put this on the right, since it's less likely 
		to have content than the "right" sidebar. */
	padding: 0 0 0 2em;
	border-left: thin solid #333333;
	width: 40%; 
}

#right-sidebar { 
	padding: 0 3em 0 0;
	margin-right: 45%;
	width: 45%;
}

a:link { color: #025165; }
a.hidden-link { display: none; }

