﻿@charset "utf-8";
/* CSS Document */

.hide, .access {
	position:absolute;
	left:0;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;}
	
body {
	line-height: 1.5;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#000;
	background: none;
	font-size: 8pt;
}
/* Layout
-------------------------------------------------------------- */

#container {
	background: none;
}

#site{
border-bottom: #999 1px solid;
}

#site a img{
display:none;
}

#site a{
text-decoration:none;
color:#000066;
background:none;
display:block;
}
#site h1{
text-align:center;
}

#site h1 a.illinois{
color:#000000;
background:none;
font-size:.9em;
}

#site ul{
display:none;
}		

#content img{
float:left;
margin:1.5em 1.5em 1.5em 0;
}

#content {
	clear: both;
	min-height: 0;
}

/* Text
-------------------------------------------------------------- */


#contact{
font-size: 1em;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-top: 10px;
	text-align: center;
}
#contact a, #contact a:link, #contact a:visited, #contact a:active{
text-decoration:none;
color:#336633;
}

#nav, #subnav{
display:none;
}

ul li { list-style: disc; }
ol li { list-style: decimal; }

/*
content
*/
#content h1 {
	display:none;
}
#content h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #333;
	font-weight: bold;
}
#content h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.3em;
	text-transform: uppercase;
	color: #444;
	clear: both;
}
#content h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #444;
	clear: both;
}#content h5 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #444;
	clear: both;
}

#content ul,
#content ol,
#content dl {
	margin-left: 0;
}

#content li {
	padding-top: 5px;
	line-height: 1.2em;
}
#content p  {
	font-size: 1.2em;
	margin-bottom: 15px;
	line-height: 1.5em;
}
#content a, #content a:link, #content a:visited, #content a:active{
color:#666666;
}




/*
footer
*/
#footer {
	font-size: 1em;
	color: #999;
	border-top: 1px solid #999;
	margin-top: 10px;
	text-align: center;
}
#footer, #footer strong {
	font-weight: normal;
	line-height: 1.1em;
}

#footer a,
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
text-decoration:none;
color:#666666;
}