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


a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
}

a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003399;
}

#columnBg {
	/* this is the background image for the columns*/
	background-image: url(../images/columnBg.gif);
	background-repeat: repeat-y;
	background-position: top left;
	width: 100%;
	text-align: left;
}

.footer {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small; font-weight: normal; color: #FFFFFF; text-decoration: none;}
.footer a:link {font-size: xx-small; font-weight: normal; color: #FFFFFF; text-decoration: none;}
.footer a:hover {font-size: xx-small; font-weight: normal; color: #FFFFFF; text-decoration: underline;}
.footer a:visited {font-size: xx-small; font-weight: normal; color: #FFFFFF; text-decoration: none;}

h1 {
	text-transform: uppercase;
	font-size: 120%;
	color: #5babda;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #333333;
}

h2.columnRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #333333;
}

h3 {
	font-size: 100%;
	color: #993333;
}

/*Use the H6 heading tag to format the font for tables inserted via Contribute */
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
}

/*menuLinks determines the background color for the 'about', 'curriculum', etc menu links */
#menuLinks	{
	background-color: #5babda;
}

ul {
	list-style-image:  url(../images/bullet.gif);
}

ol {
}








/***added by mchev2 as a fix for adblock firefox extension- 9/9/09***/
#homefooter_container,
	#footer_container {
		/*background: none ! important;*/
		clear:both;
	}

	/* css below for print only */
	@media print{
		#columnBg{
			background:none ! important;
		}
	}
/**end**/

