/* UNIVERSITY OF MINNESOTA WEB TEMPLATE TEXT STYLESHEET */
/* AUGUST 2009 : UNIVERSITY RELATIONS */
/* v4.090901  */

/* Yahoo User Interface (YUI) FONT SIZING CHART: 10px=77% 11px=85% 12px=93% 13px=100% 14px=108% 15px=116% 16px=123.1% 17px=131% 18px=138.5% 19px=146.5% 20px=153.9% 21px=161.6% 22px=167% 23px=174% 24px=182% 25px=189% 26px=197% 
Find out more about YUI at http://developer.yahoo.com/yui/ */

body {
	color:#717171;
	font-family: Arial, Helvetica, sans-serif;
	line-height:18px;
	position: relative;
	background-image: url(../../assets/img/back_slice.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #DEDEDE;
}

/* CENTER CONTAINER -- Centers the page in the browser */
body.center {margin-left:auto;margin-right:auto;width:960px;}

/* LINKS */
a {color:#7a0019;}
a:link {
	color:#7a0019;
}
a:visited {
	color:#7a0019;
}
a:hover {
	color:#666699;
}
a:active {
	color:#7a0019;
}


/* HEADINGS *//* Basic Headline Set -- Adjust font sizes based on YUI chart above to maintain consistency. */
h1 {
	font-size:195%;
	color:#7a0019;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 25px;
	padding-bottom: 10px;
	line-height: 100%;
}

h2 {
	font-size:125%;
	color:#7a0019;
	margin-bottom: 6px;
	margin-top: -5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	padding-top: 15px;
}
h3 	{
	font-size:85%;
	line-height: 20px;
	color:#605E5F;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	margin-top: -7px;
	margin-bottom: 7px;
}
h4 {
	font-size:120%;
	color:#900021;
	padding-top: 5px;
	padding-bottom: 5px;
}
h5 {
	font-size:120%;
	text-transform: none;
	color: #605E5F;
	padding-bottom: 8px;
	line-height: 125%;
	padding-top: 5px;
}
h6 {font-size:77%;}

/* TEXT *//* Basic Text Set */
p,ol, ul {
	font-size:97%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
}

/* List styles - edit as needed */
ul {list-style-type: disc; margin-left:10px;}
ol {list-style-type:decimal;margin-left:10px;}

