/*
	Welcome to utilityclasses.css. This stylesheet contains
	various classes that may be useful for a number of sites
	across resite. It is a sister project to Site.php. Please
	forward any comments or questions to Dan.
*/

.ignoreP p, ignoreP ul li p { margin: 0; }

.center, .centered { text-align: center; }

.floatLeft, .left { float: left; margin-right: 15px; }

.floatRight, .right { float: right; }

.noborder { border: 0; }

.nomargin { margin: 0; }

.nopadding { padding: 0; }

.nounderline, a.nounderline { text-decoration: none; }

a.nounderline:hover { text-decoration: underline; }

.bold { font-weight: bold; }


/*
	The following rule makes print buttons not display when
	the page is printed out.
*/

@media print {
	a.printButton {
		display: none;
	}
}