/* CSS Document */
/* Created in January 2006, modified in July 2010- Ruth Connell */

div#printbanner {display:none;}

div.url {display:none;}

div#maincontent {
	font-family: Arial, Georgia, sans-serif;
}

div#maincontent h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica;
	color:#424242;
}

div#maincontent td {
font-size: 14px;
}

div#maincontent a {
font-family: Arial, Georgia, sans-serif;
color:#000000;
font-size:13px;
font-weight:normal;
}

div#maincontent a:hover {
color:#424242;
}

/*div#leftcolumn { 
	padding:5px 0px 5px 0px; 
	height: auto;
	float: left;
	margin-top: 0px;
}
div#rightcolumn { 
	padding:5px 0px 5px 5px; 
	height: auto;
	float: right;
	margin-top: 0px;
}*/


/* for hover over highlighting*/
.unactive{
 background: #ffffff;
 }
 
.active{
 background: #eaeaea;
  }
  
.unactive a{
 background: #ffffff;
 text-decoration:none;
 }  
/* end hover over highlighting*/



/* Used on index pages like http://library.valpo.edu/researchtools.html */
.box1 dt {
	border-bottom-color:#cccccc;
}

.box2 dt {
	border-bottom-color:#cccccc;
}

.box1 dd a {

	color:#000000;
}