<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

&lt;!--
table {
margin:0;
padding:0;
position:absolute;
top:-1px;
left:0;
border-collapse:collapse;
}

#content  {
font-family:Arial;
font-size:9pt;
line-height:138%;
padding-top:30px;
}

h1  {
font-size: 13pt; 
line-height: 113%; 
font-family: "Arial Black"; 
color: rgb(0, 28, 88);
border-bottom:3px solid #fede00;
}

#title  {
text-align:center;
width:560px;
font-weight:bold;
}

#container  {
width:760px;
}

#banner td {
background-color:#fede00; /*web-safe is ffdd11, but it's not the same as the logo background*/
font-size: 34pt; 
line-height: 113%; 
font-family: Arial; 
color: rgb(0, 28, 88); 
text-transform: uppercase;
}

#leftnav  {
font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
width:200px;
background:url('http://www.umich.edu/~bluerage/images/leftnavbg.jpg');
background-repeat:repeat-y;
vertical-align:top;
font-weight:bold;
}

#leftnavContainer  {
    float: left;
    position: relative;
    left: 50%;
}

#leftUL {
margin-left: 0;
padding-left: 10px;
padding-top:50px;
list-style:none;
text-align:left;
    float: left;
    position: relative;
    left: -50%;

/*padding:50px 0 0 35px;*/
}

#leftUL li  {
padding-bottom:15px;
}

/*@-moz-document url-prefix() {
#leftnav ul {padding-left:75px;}
}*/
/*
#leftUL li  {
padding:0 0 15px 0px;
background-image: url('http://www.umich.edu/~bluerage/images/Mul.gif');
background-repeat: no-repeat;
background-position: 40px 0;
}

li#selected  {
padding:0 0 15px 0;
background-image:url('http://www.umich.edu/~bluerage/images/selectedM.png');
background-repeat: no-repeat;
background-position: 0 0;
}*/

#leftnav a {
text-decoration:none;
font-weight:bold;
color:#000000;
padding-left:5px;
}

#leftnav a:hover {
text-decoration:underline;
}

#rightImages  {
float:right;
width:188px;
padding-left:10px;
text-align:center;
font-size:8pt;
}

#footer  {
border-top:3px solid #fede00;
margin-top:10px;
}
--&gt;</pre></body></html>