/*This CSS file is part of the UIS Official Template for department websites. */
/* DO NOT USE THIS FILE, or any part of the Template without first contacting Sherry Hutson at shuts1@uis.edu.*/


#advert {
	width: 57px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 22px;
	margin-left: 22px;
	border: 0px;
	padding: 0px;
	clear: both;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align:  center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 1.6em;
}

#body_container {
	/* contains everything below the top bar + includes the border */
	text-align: center;
	padding: 0px;
	width: 900px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}

#columnLeft {
	width: 240px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	float: left;
}

#columnLeft_inside {
	margin-top: 22px;
	margin-right: 22px;
	margin-bottom: 0px;
	margin-left: 22px;
	border: 0px;
	padding: 0px;
	text-align: left;
}

#columnRight {
	width: 60%;
	margin: 0px;
	border: 0px;
	padding: 0px;
	text-align: left;
	float: left;
}

#columnRight_inside {
	margin-top: 22px;
	margin-right: 22px;
	margin-bottom: 0px;
	margin-left: 22px;
	border: 0px;
	padding: 0px;
	text-align: left;
}

#topBar_container {
/* contains all of top bar: UIS logo, stripe, home + search links */
	background-image:  url("../images/UIStopBar_01.gif");
	/* above: UIS logo + blue stripe that continues right for 2600pixels */
	background-repeat: repeat;
	height: 94px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
}

ul.p {
	line-height: 3em;
}

/************** #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; 
 } 

