<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{
	background-color:#FFF;
	height: 100%;
}

body{
	width:1010px;	
	margin: 0 auto;
	height:100%;
	background-color:white;
	font-family: "Helvetica Neue", "Trebuchet MS", Arial, sans-serif;
	font-size: 80%;


}

#maincontent{
	background: #EFEFEF;	
}

#header{
	background: url(/images/consistent/wiu_logo.gif) no-repeat right;
	background-color:white;
	height:92px;
	width:100%;	
	border-bottom: 5px solid #663399;
}

#header h1{
	font-weight:bold;
	font-size: 2.6em;
	padding-top: 1em;
	color:#663399;
}

#sidebar{
	width: 20%;
	float:left;
	height:100%;
	background: #EFEFEF;
	
}

#sidebar ul{
	list-style-type:none;	
	margin:0;
	padding:0 0 0 5px;
}

#sidebar ul li{
	font-size: 1.1em;
  	background: url(/images/consistent/side_nav_divider.gif) bottom no-repeat;
  	text-align: left;
  	position: relative;

}

#sidebar ul li ul li{
	font-size:0.9em;
	margin-left: 25px;
	list-style-type:disc;
	background: none;
	color:#555;	
	
}

#sidebar ul li ul li a{
	color:#555;	
}

#sidebar ul li a{
	text-decoration: none;
  	color: #000;
	font-weight:bold;
  	display: block;
 	padding: 10px 20px 10px 10px;

}

#sidebar ul li a:hover { color: #663399; }


#contentcontainer{
	width:79%;
	float:left;
	height:100%;
	padding: 0 0 0 1%;
	background: #FFF;
	min-height: 360px;
	
}

#contentcontainer h2{
	margin:0;
	padding: 0;
}

#footer{
	clear:both;
	background: #663399;
	padding: 0 0 0 5px;
}

#footer p{
	color:white;
	font-size:0.9em;
}

#footer a{
	color:white;
}

img.right{
	float:right;
	margin:5px;
}

img.left{
	float:left;
	margin:5px;
}

div.right{
	float:right;
	border:0;
	margin: 5px;
	max-width: 300px;
}

div.right img{
	text-align:center;	
}

div.right p{
	padding-left: 10px;	
	color:#555;
	line-height:110%;
	font-style: italic;
	border-left: 1px solid #555;
}

div.rightHorizontal{
	float:right;
	border:0;
	margin: 5px;
	max-width: 200px;
}

div.rightHorizontal img{
	text-align:center;	
}

div.rightHorizontal p{
	padding-left: 10px;	
	color:#555;
	line-height:110%;
	font-style: italic;
	border-left: 1px solid #555;
}

p.right{
	border: 1px solid #555;
	margin: 5px;
	width: 25%;
	float:right;
	clear:both;
	padding: 2px;
	font-size:0.9em;
	color: black;
	text-align:left;
	line-height:110%;
}</pre></body></html>