/* CSS Document */

body {
	background: white;
	font-size: 12pt;
	width: 7in;
   }
#menu_blue, #header, #footer, #ltcol, .backtotop {
   display: none;
   }
#masthead {
display: block;
}
#main_body_content {
	width: 7in;
	padding: 1em 0 0;
	float: none;
	color: black;
	background: none;
	border-top: 1px solid #333333;
	margin-right: 0.5in;
	margin-left: 0.5in;
	border-right: none;
	border-bottom: none;
	border-left: none;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#main_body_content a:link:after, #main_body_content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#main_body_content a[href^="/"]:after {
   content: " (http://www.sanpasqualacademy.org" attr(href) ") ";
   }

