/* CSS Document */


/*miscellaneous classes that appear in the contribute dropdown menu ------------------------------------------------------------*/


.centeredtext { text-align: center;
}
/*centers text */

.alert {
	color: #C00;
	font-weight:bolder;
	}
	
.highlight {
	color:#003366;
	background-color:#e0dbc9;
	}
	
	
#content .smalltype {
	font-size: 70%;
	color: #666;
	}
	
.leftindent {

	margin-left: 20px;
}

.emphasize {

font-weight: bold;
font-size: 100%;
}

.readmore {

font-family: Comic Sans MS, Geneva, Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 130%;

}
		
.largeimage img {

display: block;
padding: 5px;
border: 1px solid #900;

}



.facultyname {

border-top: 1px solid #963;
margin-top: 25px;
padding-top: 15px;
font-weight: bold;

}

#content img.noborder {
	border: none;

}

