body	{
	margin-left:.75in;
	margin-right:.75in;
	margin-top:.5in;
	margin-bottom:.5in;
	padding: 0;
	border: 0;
	text-align: left;
	color: #000;
	font-family:arial, sans-serif;
	line-height:110%;
	background: white;
	font-size: 13 pt; /* Should be expressed in pt, not px or em. This is print, not screen */
	
	}
	 
/* Things not to print */	   
#navbar	{ /* Don't print the navigation bar */
	display: none;
	}
	
#quicklinks { /* Useless when printed, so don't print */
	display: none;
	}	
	
.none	{ /* Don't print the test which is displayed on older browsers */
	display:none;
	}	
	
/* Text styles, sizes, and fonts */	
a:link, a:visited { /* Note that this allows for slightly lighter (red), bold links for easy reading */
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

#main h1  {
	font-size: 1.2em;
	font-weight: normal;
	font-family: serif;
	line-height:125%;
}
	
#main h3 	{
	font-size:1em;
	text-transform:uppercase;
	font-weight:bold;
}
	
#sidebar {
	font-size: 10pt;
	border-top: 1px solid black;
	margin-top:.25in;
	padding-top:.25in;
	}		
	
	
#footer 	{
	display:none;
	}
	

/* Image styles */
img		{
	border: 0;
    display: block;
	}
	
#homepage	{
	font-family:Times, "Times New Roman", sans-serif;
	line-height:110%;
	font-size: 11pt; /* Should be expressed in pt, not px or em. This is print, not screen */
	
		}	
	
p.facultytitle,
p.facultycontact,
p.facultyListing,
p.facultyname
	{
	font-family:Times, "Times New Roman", sans-serif;
	line-height:110%;
	background: white;
	font-size: 12pt; /* Should be expressed in pt, not px or em. This is print, not screen */

}