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

/*Reset the background color to white*/
body {
	background-color:#FFF
	font-family: Georgia, "Times New Roman", Times, serif
	}

/* Remove unwanted elements */
#topcontainer, #skipnav, #identity, #topnav, #banner, .leftcolumn, #footer, #copyright, .spotlight, .noprint {
	display: none;
	}


/* Ensures that the content spans the full width of the printed page */
#content-ctr, #pagetitle, #breadcrumb {
	width: 100%; 
	margin: 0; 
	float: none;
	background-color:#fff
	}

/* Improve color contrast of links */
#content-ctr a:link, a:visited {
	color: #00F;
	text-decoration: underline;
	}
	
