/* - University of Minnesota style sheet - */
/* - Last modified June 18, 2007 - */
/* - All styles as written validate through W3C as CSS compliant with no errors and no warnings. - */

/* - CLASSES FOR LINKS - */

a:link, a:visited {
	color: #666666;
	background-image: none;
}

a:hover {
	color: #7A0019;
	background-image: none;
}

a:active {
	color: #666666;
	background-image: none;
}

/* - CUSTOM CLASSES FOR COLOR OF LEFT NAV LINKS - */

a.leftnav:link {
	color: #666666;
}

a.leftnav:hover {
	color: #7A0019;
}

/* - CUSTOM CLASSES FOR COLOR OF HEADER AND FOOTER LINKS - */

a.searchbar:link, a.searchbar:visited, a.searchbar:active {
	color: #FFFFFF;
	background: rgb(122,0,25);
	background-image: none;
}

a.footer:link, a.footer:visited, a.footer:active {
	color: #FFFFFF;
	background: rgb(122,0,25);
	background-image: none;
}

a.footer:hover, a.searchbar:hover {
	color: #FFCC66;
	background: rgb(122,0,25);
	background-image: none;
}

/* Centers the content on the page. */

div#centerpage {
    width:760px;
    margin-left:auto;
    margin-right:auto;
}

/* - REDEFINED HTML TAGS- */

body {
	color: black;
	background-image: none;
	font-family: Verdana, sans-serif;
	margin-left: 0px;
	font-size: 70%;
	background-color: rgb(255,255,255);
}

/* Specifies sizes and maroon color for heading tags */
h1 {font-size: 1.4em;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.2em;}
h4, h5, h6 {font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
	color: #7A0019;
	background-color: transparent;	
	margin-bottom: -0.5em;
}
/* When used in combination with the h2 tag on a site's home page, makes the main home page heading the same size as an h1 tag*/
.homehead {
	font-size: 1.4em;
}

/* - Applied within table cells for horizontal and vertical lines - */

.stroke {
	color:gray;
	background-color: #999999;
	background-image: url(../images/shim.gif)
}


/* - Applied to the parent link navigation above the global header - */

.parentLinks {
	font-family: Verdana, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 0.9em;
}

/* - Applied to the links and text in the global header - */

.searchbar {
	color: #FFFFFF;
	background-color: rgb(122,0,25);
	background-image: none;
}


/* - Applied to the left navigation - */

.leftnavSubtitle {
	background-image: none;
	color: #333333;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	background-color: rgb(255,255,255);
}

.margin {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* - Applied to the links in the left navigation - */

.leftnav {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	background-color: rgb(255,255,255);
	text-decoration:none;
}

/* - Applied to the links in the left navigation - */

.rightbarhead {
	color: #65533F;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

/* - Applied to td and individual links for the bread crumbs - */

.crumbs {
	color: #666666;
	font-size: 1em;
}
.crumbsbg {
	background-image: none;
	background-color: #ebebeb;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: thin;
}


/* - Applied to the links and text in the global footer - */

.footer {
	color: #FFFFFF;
	background: rgb(122,0,25);
	background-image: none;
}

/* - Custom classes to color links in body - */

.linksMaroon {
	color: rgb(122,0,25);
	background-image: none;
	text-decoration:none;
}

a.linksMaroon:link, a.linksMaroon:visited, a.linksMaroon:active {
	color: rgb(122,0,25);
	background-image: none;
}

/* - Option to set the hover color of the maroon links to blue - */

a.linksMaroon:hover {
	color: rgb(25,100,140);
	background-image: none;
}

.superscript {
	position: relative;
	bottom: 0.5em;
	font-size: 0.8em;
}

.subscript {
	position: relative;
	top: 0.3em;
	font-size: 0.8em;
}
.videobox {
	text-align:center;
	display:block;
	}

