@charset "UTF-8";
/* CSS Document */

/* 	
	SC Local Counsel
	PRINT STYLE SHEET
	Date: 2/2017
*/

/* Remove unwanted elements */
#masthead, #smallmenuholder, #menu, #menumobile, #sub-content-rail
{
display: none;
}

/* Ensure the content spans the full width */
#container, #content, #sub-content
{
width: 100%; margin: 10px; float: none;
}

/* align logo in center of page */
#logo {
	margin: 0px auto;
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #0047F7;
}