

body	{ font-family:Arial, Helvetica, sans-serif; }

#logo	a, 
#sidebar	{ display:none; }

.clear-both		{ clear:both; }
.clear-left		{ clear:left; }
.clear-right	{ clear:right; }

#header	{ height:125px; }

	#logo	{ float:left; }

		#logo	.print-logo	{ display:block; }

	#header	.contact-info	{
		color: #666;
		float: right;
		font-size: 0.875em;
		line-height: 1.4em;
		padding-top: 3em;
		text-align: right;
	}
	
		#header	.contact-info	a:link, 
		#header	.contact-info	a:visited	{
			color: #333;
			font-weight: bold;
			text-decoration: none;
		}
		
		#header	.contact-info	a:hover, 
		#header	.contact-info	a:active, 
		#header	.contact-info	a:focus	{ text-decoration:underline; }

#footer	{ text-align:right; }

	#footer	p	{ font-size:0.6875em; }

