body	{
	margin-left:.75in;
	margin-right:.75in;
	margin-top:.5in;
	margin-bottom:.5in;
	padding: 0;
	border: 0;
	text-align: left;
	color: #000;
	font-family:Times, "Times New Roman", sans-serif;
	line-height:110%;
	background: white;
	
	}
	 
/* Things not to print */	   
#navbar	{ /* Don't print the navigation bar */
	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;
   }
   
   
div#header #brownbar
	{ display: none;
	} 
	

						
div#header h1#organization-unit { font-size: 12pt; color:black;
						font-family:Arial, Helvetica, sans-serif;  } 
						
#main {
	font-size: 10pt;

}						  

#main h1 {
	font-family:Times, "Times New Roman", serif;
	font-size:  18pt;
	font-weight: bold;
	line-height: 110%;
}


#main h2 {
	font-size: 14 pt;
	font-weight: normal;
}
	
#main h3 	{
	text-decoration:uppercase;
	font-weight:bold;
}


.pullbar	{
	width:96%;
	background: #f7f7f7 url(../img/quote.gif) left top no-repeat;
	margin:20px 0 20px 0;
	padding:10px;
	border-left:none;
	border-top: 1px solid #bcbceb;
	border-bottom: 1px solid #bcbceb;
	font-family:Garamond, "Times New Roman", Times, serif;
	font-size:1.1em;
}
	
#sidebar {
	font-size: 10pt;
	border-top: 1px solid black;
	margin-top:.25in;
	padding-top:.25in;
	}		

#sidebar h1{
	
}	
	
#sidebar h2{
	
}	
	
#sidebar h3{
	
}	
	
#sidebar h4{
	
}	
	
	
	
#footer 	{
	display:none;
	}
	

/* Image styles */
img		{
	border: 0;
    display: block;
	}
	
#homepage	{
	font-family:Times, "Times New Roman", sans-serif;
	line-height:110%;
	font-size: 12pt; /* 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 */

}