body {  font-family: Verdana, Arial, Helvetica, sans-serif}

p, li {
/*	font-size: 12px; */
}

a {  font-weight: bold; text-decoration: none}
a:hover {  text-decoration: underline}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.footer a { } 

/* Footnotes from imported Word docs */
.ftn {
	font-size: 85%;
	font-weight: bold;
	text-decoration: none;
	vertical-align: super;
}
.ftnref {
	font-size: 75%;
	font-weight: bold;
	text-decoration: none;
	vertical-align: super;
}
.ftn:hover, .ftnref:hover {
	text-decoration: underline;
}

/***************************************************************************/
/* Stylesheet for printing - requires IE 5, Netscape 7 or Mozilla          */
/***************************************************************************/

/* @import url("../css/print.css") print;  <-- IDEAL, BUT NOT SUPPORTED :( */
/* USE "@media print" BELOW FOR NOW... */

/********************************************************************************/
/* Declare classes for use in authoring tools (e.g. Dreamweaver or Contribute). */
/* Set class of objects to one of the following to suppress when printing.      */
/********************************************************************************/

/* Suppress region and allow text to fill in (e.g. navigation blocks)   */
.HideFromPrint { }

/* Suppress region but retain the space                                 */
/* (e.g. class handout with answers suppressed but keep space to write) */
.HideFromPrintRetainSpace { }
	
@media print
{
	
	/* Set background to white and text to black.                        */
	/* Mark as important so it doesn't get trumped by other stylesheets. */
	body, p, li, h1, h2, h3, h4, h5, h6
	{
		background: #FFFFFF !important;
		color: #000000 !important;
	}
	
	/* Set a reasonable print font size */
	body, p, li
	{
		font-size: 10pt;
	}
	
	/* Ensure links are bold and underlined */
	a:link, a:visited
	{
		font-weight: bold;
		text-decoration: underline;
	}
	
	/* Remove navigation header and border */
	.navigation,
	#footer
	{
		display: none !important;
	}
	
	.BorderPage
	{
		margin-left: 0px !important;
		margin-right: 0px !important;
		margin-bottom: 0px !important;
		border: none !important;
	}
	
	.HideFromPrint
	{
		display: none !important;
	}
	
	.HideFromPrintRetainSpace
	{
		visibility: hidden !important;
	}
}

/* New teaching media links to replace the ones above */
#teaching-links {
	margin-top: 1em;
}
#teaching-links th {
	background-color: #ddd;
	border: 1px solid #ccc;
	padding-left: 1em;
	text-align: left;
}
#teaching-links th h2{
	color: #333;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
}
#teaching-links th h3{
	font-size: 90%;
	font-weight: bold;
	margin: 0;
}
#teaching-links p {
	font-size: 85%;
	margin: 1px;
	padding: 1px 10px 1px 20px;
}
#teaching-links a {
	border: 1px solid transparent;
	font-weight: bold;
	padding: 1px 4px;
	text-decoration: none;
}
#teaching-links a:hover,
#content #teaching-links a:hover {
	background-color: #ddd;
	border: 1px solid #ccc;
  color: #e00;
}


