/* - University of Minnesota style sheet - */
/* - Last modified October 7, 2002 - */

/* - PSEUDO-CLASSES - */
/* - Not editable or viewable in DreamWeaver - */


A:link.searchbar, A:visited.searchbar, A:active.searchbar {
	color : #FFFFFF;
	background-color: transparent;
	font-size:11px;
	font-weight:normal;
}

A:link.footer, A:visited.footer, A:active.footer {
	color : #FFFFFF;
	background-color: transparent;
	font-size:11px;
	font-weight:normal;
}

A:hover.footer, A:hover.searchbar{
	color: #FFCC66;
}

A:visited {
	color: #990000;
	text-decoration:none;
	font-weight:normal;
}

A:link {
	color: #363396;
	text-decoration: none;
	font-weight:bold;
}

A:active {
	color: #363396;
	font-weight:bold;
}

A:hover, A:hover.leftnav {
	color: #990000;
}

A:hover, A:hover.leftnav2 {
	color: #990000;
}
A:link.leftnav2 {
	color: #990000;
}


/* - REDEFINED HTML TAGS- */
body {
	background : #FFFFFF;
	background-color : #FFFFFF;
	margin: auto;
	font-family: Verdana, sans-serif;
	font-size   : .90em;
	font-weight: normal;
}

td {
	font-family : Verdana, sans-serif;
	font-size   : 1em;
}

th {
	font-family : Verdana, sans-serif;
	font-size   : 1.0em;
	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   : 1.5em;
	font-weight : bold;
}

/* - Applied to headlines in the body content (Standard Grey) - */
.bodysubtitle {
	font-size   : 1em;
}

/* - Colors the links in the body content (Standard Grey) - */
.links {
	color : #666666;
}

/* - Applied to the links in the left navigation - */
.leftnav {
	color : #666666;
	padding-left: 14px;
	font-size: 14px;
	padding-bottom: 12px;
	padding-top: 6px;
}
.leftnav2 {
	color : #000000;
	padding-left: 10px;
}

/* - Applied to the subheads in the left navigation - */
.leftnavsubtitle {
	color: #333333;
	font-size: .75em;
}

/* - Applied to the links and text in the global header - */
.searchbar {
	color : #333333;
	font-size: 12px;
}

/* - Applied to the links and text in the global footer - */
.footer {
	color : #666666;
	font-size:10px;
}

/* - 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: #666666;
	font-size: 10px;
}

/* - applies to department level 1 and 2 header - */
.deptheaderbg {
	background-color: #363396;
	background-repeat: no-repeat;
	color: #ffffff;
}


/* - Applies background color to the sectionhead - */
/* - Overridden by umnglobalbkgimg.css file with a background images - */
/* - This avoids a bug in Netscape 4 that obscures text in a table with a background image - */
.sectionheaderbg{
	background-color: #363396;
	background-repeat:repeat-y;
	color: #FFFFFF;
}



/* - CUSTOM CLASSES FOR COLOR OF BODY CONTENT HEADLINES AND LINKS- */
/* - ADAPT OR ADD ADDITIONAL CLASSES TO MATCH YOUR BODY CONTENT COLOR PALATTE - */


/* - Colors the headlines blue in the body content - */
.headlineblue {
	font-family : Verdana, sans-serif;
	color: #3A71B4;
	font-size   : 1.4em;
	font-weight : bold;
}


/* - Colors the subtitles blue in the body content - */
.bodysubtitleblue {
	color: #3A71B4;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
}

/* - Colors the links in the body content blue - */
.linksblue {
	color : #6699CC;
}

/* - PSEUDO-CLASS Colors the links in the body content blue - */
A:link.linksblue, A:visited.linksblue, A:visited.linksblue {
	color : #6699CC;
}



/* - Use to override other styles making the text appear as the default font - */
.normal {
	font-family : Verdana, sans-serif;
	font-size   : .90em;
	font-weight: normal;
}

/* - ------------------------------------------------------------------------------------------------------------------- */
/* - CUSTOM CLASSES - */
/* - insert your customized code in this area - */


/* - Book citations, articles, etc - */
.published {
	color: #CC6633;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	font-size: 1em;
}

.boldgray {
	font-weight : bold;
	color: #414141;
}
/* - More headline colors!!!!! - */

.headline {
	font-family : Verdana, sans-serif;
	color: #000099;
	font-size   : 1.5em;
	font-weight : bold;
}

.headlinemaroon {
	font-family : Verdana, sans-serif;
	color: #990000;
	font-size   : 1.2em;
	font-weight : bold;
}

.headlinenavy {
	font-family : Verdana, sans-serif;
	color: #000066;
	font-size   : 1.4em;
	font-weight : bold;
}

.headlinemaroon {
	font-family : Verdana, sans-serif;
	color: #009999;
	font-size   : 1.2em;
	font-weight : bold;
}


/* - -----------------------------------------------MORE SUBTITLE COLORS------------------------------------------ - */
.bodysubtitlemaroon {
	color: #990000;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
}

.bodysubtitlered {
	color: #FF0000;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
}


.bodysubtitlenavy {
	color: #000066;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
}



/* customized for alcohol epi */
.navsec {
	font-weight:bold;
	font-size:.9ems;
	background-color:#CCCCCC;
	color:#000000;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 5px;
	}

th {
	color:#FFFFFF;
	background-color: #000066;
	font-weight:bold;
	}

ul.unindent {
margin: 2px 0 0 20px;
padding: 2px 0 0 0;
}

ul.unindent li {
	margin: 3 0 0 0;
	padding: 0px 2px 3px 0;
	font-size: 0.9em;
}

ul.nodot {
margin: 1px 0 0 1px;
padding: 1px 0 0 0;
}

ul.nodot li {
margin: 2px 0 0 0;
padding: 3px 2px 4px 0;
list-style-type:none
}

