/* - University of Minnesota style sheet - */
/* - Last modified July 8, 2003 - */

/* - PSEUDO-CLASSES - */
/* - Not editable or viewable in DreamWeaver - */

A:link.searchbar, A:visited.searchbar, A:active.searchbar {
	background-color: transparent;
	color: #FFFFFF;
}

A:link.footer, A:visited.footer, A:active.footer {
	background-color: transparent;
	color: #FFFFFF;
}

A:hover.footer, A:hover.searchbar {
	color: #FFCC66;
}

A:hover.leftnav {
	color: #660000;
}

A:visited {
	color: #666666;
}

A:link {
	color: #666666;
}

A:active {
	color: #666666;
}

A:hover{
	color: #660000;
}

/* - REDEFINED HTML TAGS- */

body {
	background-color: #292A76
	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;
}

/* - CUSTOM CLASSES FOR UMN NAVIGATION CONVENTIONS - */

/* - Applied to Table cells for horizontal and vertical lines - */

.stroke {
	background: #999999;
	background-color: #999999;
}

/* - 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: #666666;
}

/* - Applied to the links in the left navigation - */

.leftnav {
	color: #666666;
}

/* - Applied to the subheads in the left navigation - */

.leftnavsubtitle {
	color: #333333;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* - Applied to the links and text in the global header - */

.searchbar {
	color: #FFFFFF;
}

/* - Applied to the links and text in the global footer - */

.footer {
	color: #FFFFFF;
}

/* - Applied to the copyright text in the global footer - */

.footeritalic {
	color: #FFFFFF;
	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: #CC0000;
	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 Purple - */
/* - Colors the headlines purple in the body content - */

.headlinepurple {
	color: #092E98;
	font-family: Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

/* - Colors the subtitles purple in the body content - */

.bodysubtitlepurple {
	color: #092E98;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

/* - Colors the links in the body content purple - */

.linkspurple {
	color: #092E98;
}

/* - PSEUDO-CLASS Colors the links in the body content purple - */

A:link.linkspurple, A:visited.linkspurple, A:active.linkspurple {
	color: #092E98;
}

/* - PSEUDO-CLASS Sets the Hover color of the linkspurple links to Pink - */

A:hover.linkspurple {
	color: #B3066D;
}

/* - 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;
}

/* - Colors the subtitles white in the body content - */

.bodysubtitlewhite {
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

/* - CUSTOM CLASSES for Black - */
/* - Colors the headlines black in the body content - */

.headlineblack {
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

/* - Colors the subtitles black in the body content - */

.bodysubtitleblack {
	color: #000000;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

/* - Colors the links in the body content black - */

.linksblack {
	color: #000000;
}

/* - PSEUDO-CLASS Colors the links in the body content black - */

A:link.linksblack, A:visited.linksblack, A:active.linksblack {
	color: #000000;
}

/* - PSEUDO-CLASS Sets the Hover color of the linksblack links to Pink - */

A:hover.linksblack {
	color: #F067A6;
}

/* - CUSTOM CLASSES for Pink - */
/* - Colors the headlines pink in the body content - */

.headlinepink {
	color: #B3066D;
	font-family: Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

/* - Colors the subtitles pink in the body content - */

.bodysubtitlepink {
	color: #B3066D;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

/* - Colors the links in the body content pink - */

.linkspink {
	color: #B3066D;
}

/* - PSEUDO-CLASS Colors the links in the body content pink - */

A:link.linkspink, A:visited.linkspink, A:active.linkspink {
	color: #B3066D;
}

/* - PSEUDO-CLASS Sets the Hover color of the linkspink links to Purple - */

A:hover.linkspink {
	color: #092E98;
}

/* - 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;
}

/* - CUSTOM CLASSES - */
/* - insert your customized code in this area - */
h3 {  font-family: Arial, Helvetica, sans-serif; font-size: 14px}
