/*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: 0px;
	margin-left: 0px;
	border: 0px;
	padding: 0px 0px 0px 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;
	padding: 0px 0px 0px 0px;
	line-height: 1.6em;
}

.content {
	margin: 0 auto;
	width: 98%;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 0px 0px 0px 0px;
}


#headline {
	font-size: 1.5em;
	font-weight: bold;
	color: #993333;
	line-height: 1.25em;
}

#date {
	font-size: 0.9em;
	color: #666666;
}

#contact {
	font-size: 0.9em;
	color: #666666;
}

#brandline {
	color: #666666;
	font-size: .9em;
}

.SearchNews {
	font-size: 10px;
	font-weight: bold;
}

.navigation
{
	line-height:1.5em;
}

.navOne
{
	background-color: #F6F7F8;
	border-bottom-color: #E1E1E1;
	border-bottom-style: solid;
	padding-top: 5px;
	margin-left: 10px;
}

.navTwo
{
	padding-top: 5px;
	background-color: #EBEFF3;
	border-bottom-color: #E1E1E1;
	border-bottom-style: solid;
}

.navThree
{
	padding-top: 5px;
	background-color: #F6F7F8;
	border-bottom-color: #E1E1E1;
	border-bottom-style: solid;
}

.navigation p { margin: 0em 0em 0em 2em; }

.navigation a:link
{
	color: #003366;
	text-decoration: none;
}

.navigation a:visited
{
	color: #003366;
	text-decoration: none;
}

.navigation a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #993333;
	text-decoration: underline;
}


#columnLeft {
	width: 20%;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 0px 10px;
	float: left;
	border-left-style: none;
	background-color: #EFEFEF;
	font-size: 0.9em;
	line-height:1.5em;
}

#columnLeft_inside {
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 18px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#columnMiddle {
	width: 60%;
	margin: 0px;
	border: 0px;
	padding: 0px 20px 0px 0px;
	float: left;
	border-left-style: solid;
	border-left-color: #999999;
	border-left-width: 1px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	background-color: #FFFFFF;
}

#columnMiddle_inside {
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 18px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}


#columnRight {
	width: 15%;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

#columnRight_inside {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 18px;
	border: 0px;
	padding: 0px 0px 0px 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; 
 } 

