/* Use for Reference Research guides; 
changes type to Times New Roman, black, white background when printed; and links will show as underlined. Full example of link: 
<link href="css/print.css" rel="stylesheet" type="text/css" media="print" /> */

body {
	font-family : "Times New Roman", Times, serif;
	color: #000000;}
	
h3 {color: #000000;}
	
#text a {
	text-decoration: none;
	color:#000000;}
	
#text ul {
	list-style-type: disc;}
	
.sectiontitle {color:#000000}

.texttitle {
	color:#000000;
	text-align: center;
	font-size: x-large;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 6px;}
#altbanner {	text-align: center;}

#topbanner {  display: none;}

#bottom  {  display: none;}

#leftcolumn {  display: none;}

#contact {  display: none;}

#left {display: none;	}

#more {display: none;	}

#maintain {text-align: center;
font-size: smaller;}

#footer {  display: none;}


/* RK 5/22/09 */
	
