/* CSS Document */

body {
	background: white;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
   }
   
#print-logo {
display:block;
}

#header, #footcurve, .leadeducateinspire {
   display: none;
   }
#content {
	background-image: none;
	}
#bodycopy {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#content {
   padding-top: 1em;
   border-top: 1px solid #168cbc;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#featurepresentation a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#featurepresentation a[href^="/"]:after {
   content: " (http://www.jordandistrict.org" attr(href) ") ";
   }
#footer {
	padding-top: 1em;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}
   

