/*
		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; }

.bold { font-weight: bold; }

.center, .centered { text-align: center; }

.floatLeft { float: left; }

.floatRight { float: right; }

.noborder { border: 0; }

a.noborder:hover img { border: 0; }

.nomargin { margin: 0 0 0 0; !important }

.bottomMargin { margin-bottom: 15px; }

.nopadding { padding: 0; }

.nounderline, a.nounderline { text-decoration: none; }

a.nounderline:hover { text-decoration: underline; }

@media print {
	a.printButton {
		display: none;
	}
}

abbr { border-bottom: none; }

/* Scrollbar Styling */
DIV#nav2 {
	SCROLLBAR-FACE-COLOR: #97918b;
	SCROLLBAR-HIGHLIGHT-COLOR: #625a52;
	SCROLLBAR-SHADOW-COLOR: #625a52;
	SCROLLBAR-3DLIGHT-COLOR: #625a52;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #7f756c;
	SCROLLBAR-DARKSHADOW-COLOR: #978f89;
}
