body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	margin : 0;
	padding: 0;
	line-height: 1.6em;
}
#topBar_container {
	/* contains all of top bar: UIS logo, stripe, home + search links */
	background-image: url(http://www.uis.edu/shared0607/uisBanner_01.gif);
	/* above: UIS logo + blue stripe that continues right for 2600pixels */
	background-repeat: no-repeat;
	height: 23px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	background-color: #003399;
}
#pagewidth {
	margin:0;
	padding:0;
	margin-top : 20px;
	width : 777px; 
	text-align : left;  
	margin-left : auto; 
	margin-right : auto;
} 
#header {
	position : relative; 
	height : 75px;  
	width : 100%;
} 
#wrapper {
	margin : 0;
	padding : 0;
}
#columnleft {
	margin:0;
	padding:0;
	width : 215px;
	float : left;
	padding-left : 15px;
	position : relative; 
}
#columnpair {
	margin:0;
	padding:0;
	width : 547px; 
	float : right; 
	position : relative; 
}
#columnright {
	margin:0;
	padding:0;
	width : 180px; 
	float : right; 
	position : relative; 
}
#content {
	margin:0;
	padding:0;
	float : left; 
	display : inline; 
	position : relative;
	padding-left : 15px;
	padding-right : 15px;
	width : 335px;
}
.wide {
	width : 517px;
}
#contentwide {
	float : left; 
	display : inline; 
	position : relative;
	padding-left : 15px;
	padding-right : 15px;
	width : 517px;
}
p, li {
	line-height : 16px;
}
li {
	margin-left : -23px;
}
.notop {
	margin-top : -12px;
}
.featuretop {
	width : 100%;
}
.featuretop h3, .featurebottom p {
	padding : 5px;
}
.featurebottom {
	margin  : -12px 0 20px 0;
	width : 100%;
}
.featurebottom ul {
	padding-top : 10px;
	padding-right : 10px;
	padding-bottom : 10px;
}
.featurebottom li {
	margin-left : -17px;
}
.rightcolumn {
	width : 165px;
}
 /* Float containers fix */ 
.clearfix:after {
	content : "."; 
	display : block; 
	height : 0; 
	clear : both; 
	visibility : hidden;
}
 
.clearfix{
	display : inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height : 1%;
}
.clearfix {
	display : block;
}
/* End hide from IE-mac */  
 
 /************** #skip navigation **************/

#skip a, #skip a:hover, #skip a:visited { 
	position:absolute; 
	left:0px; 
	top:-500px; 
	width:1px; 
	height:1px; 
	overflow:hidden;
} 
  
#skip a:active { 
	position:static; 
	width:auto; 
	height:auto; 
} 
 
/* printer styles */ 
@media print{ 
	/* hide the left column when printing */ 
	#leftcol {
		display : none;
	} 

	/* hide the right column when printing */ 
	#rightcol {
		display : none;
	} 
	#twocols, #maincol {
		width : 100%; 
		float : none;
	}
}

