/* - University of Minnesota style sheet - */
/* - Last modified July 8, 2003 - */

/* - PSEUDO-CLASSES - */
/* - Not editable or viewable in DreamWeaver - */

A:link.footer, A:visited.footer, A:active.footer {
	background-color: transparent;
	color: #473B6F;
}

A:hover.footer, A:hover.searchbar {
	color: #7B9859;
}

A:hover.leftnav {
	color: #7B9859;
}

A:visited {
	color: #473B6F;
}

A:link {
	color: #473B6F;
}

A:active {
	color: #473B6F;
}

A:hover{
	color: #7B9859;
}

/* - REDEFINED HTML TAGS- */

body {
	background: #FFFFFF;
	background-image: url(images/background.jpg);
	font-family: Verdana, sans-serif;
	margin: 0px;
}

td {
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

th {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

h2 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

/* - CUSTOM CLASSES FOR UMN NAVIGATION CONVENTIONS - */

/* - Applied to Table cells for horizontal and vertical lines - */

.stroke {
	background: #7B9859;
	background-color: #7B9859;
}

/* - Applied to bold text - */

.bold {
	font-weight: bold;
}

/* - Applied to headlines in the body content (Standard Grey) - */

.headline {
	font-family: Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

/* - Applied to headlines in the body content (Standard Grey) - */

.bodysubtitle {
	font-family: Verdana, sans-serif;
	font-size: 15px;
	font-weight: normal;
}

/* - Colors the links in the body content (Standard Grey) - */

.links {
	color: #473B6F;
}

/* - Applied to the links in the left navigation - */

.leftnav {
	color: #473B6F;
}

/* - Applied to the subheads in the left navigation - */

.leftnavsubtitle {
	color: #473B6F;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* - Applied to the links and text in the global footer - */

.footer {
	color: #473B6F;
}

/* - Applied to the copyright text in the global footer - */

.footeritalic {
	color: #473B6F;
	font-style: italic;
}

/* - Applies background color to the header table cell - */
/* - Overridden by umnglobalbkgimg.css file with a background image - */
/* - This avoids a bug in Netscape 4 that obscures text in a table with a background image - */

.headerbkgimage {
	background-color: #3E3E3E;
	background-repeat: repeat;
	color: #FFFFFF;
}

/* - Applies background color to the footer table - */
/* - Overridden by umnglobalbkgimg.css file with a background image - */
/* - This avoids a bug in Netscape 4 that obscures text in a table with a background image - */

.footerbkgimage {
	background-color: #3E3E3E;
	background-repeat: repeat;
	color: #FFFFFF;
}

/* - Applied to the navigation above the gloabl header - */

.headernav {
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

/* - Applied to table for the bread crumbs for to color text of non-linked widgets- */

.crumbs {
	color: #473B6F;
	font-size: 10px;
}

/* - CUSTOM CLASSES FOR COLOR OF BODY CONTENT HEADLINES AND LINKS- */
/* - ADAPT OR ADD ADDITIONAL CLASSES TO MATCH YOUR BODY CONTENT COLOR PALATTE - */

/* - CUSTOM CLASSES for White - */
/* - Colors the headlines white in the body content - */

.headlinewhite {
	color: #ffffff;
	font-family: Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

/* - CUSTOM CLASSES for Blue - */
/* - Colors the headlines blue in the body content - */

.headlineblue {
	color: #473B6F;
	font-family: Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

/* - Colors the subtitles blue in the body content - */

.bodysubtitleblue {
	color: #473B6F;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

/* - Colors the links in the body content blue - */

.linksblue {
	color: #473B6F;
}

/* - PSEUDO-CLASS Colors the links in the body content blue - */

A:link.linksblue, A:visited.linksblue, A:active.linksblue {
	color: #473B6F;
}

/* - PSEUDO-CLASS Sets the Hover color of the linksblue links to Maroon - */

A:hover.linksblue {
	color: #7B9859;
}

/* - CUSTOM CLASSES for Orange - */
/* - Colors the headlines orange in the body content - */

.headlinpink {
	color: #9B2945;
	font-family: Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

/* - Colors the subtitles orange in the body content - */

.bodysubtitlepink {
	color: #9B2945;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

/* - Colors the links in the body content orange - */

.linkspink {
	color: #9B2945;
}

/* - PSEUDO-CLASS Colors the links in the body content orange - */

A:link.linkspink, A:visited.linkspink, A:active.linkspink {
	color: #9B2945;
}

/* - PSEUDO-CLASS Sets the Hover color of the linksorange links to Maroon - */

A:hover.linkspink {
	color: #7B9859;
}

/* - Custom Class for default font override - */
/* - Use to override other styles making the text appear as the default font - */

.normal {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

