/* - University of Minnesota style sheet - */
/* - Last modified October 4, 2002 - */

/* - Overrides background color in umn.css - */
/* - This will only apply to Netscape 6 and greater and IE - */
/* - Avoiding a bug in Netscape 4 that obscures text in a table with a background image - */

/* - Applies background images to the header table cell - */
.headerbkgimage {
	background-image:  url(00_images/hdr-bkg.jpg);
	background-repeat: repeat;
	color: #FFFFFF;
}

/* - Applies background images to the footer table - */
.footerbkgimage {
	background-image:  url(00_images/ftr.jpg);
	background-repeat: repeat;
	color: #FFFFFF;
}
/* - Applies extra spacing around bulletts - hidden from NS 4.0 - */
li { 
	margin-bottom: 5px; 
}

.homesearch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	vertical-align: baseline;
	border: none;
}
.subsearch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC33;
	background-color: #8C1919;
	border: none;
}
.headerbkimghome1 {
	background-image:  url(00_images/ttl_home3a.jpg);
	background-repeat: repeat;
	color: #FFFFFF;
}
.headerbkimghome2 {
	background-image:  url(00_images/ttl_home4a.jpg);
	background-repeat: repeat;
	color: #FFFFFF;
}
.headerspacing {
	margin-bottom: 0px;
	padding-bottom: 0px;
}