/*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.*/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;}	/* footerH is the heading that is used for the name of a department*/.footer {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%; font-weight: normal; color: #003399; text-decoration: none;}.footerH {font-family: Georgia, serif; font-size:200%; font-weight: normal; color: #003399; text-decoration: none;}.footer a:link {font-size: 100%; font-weight: normal; color: #003399; text-decoration: none;}.footer a:hover {font-size: 100%; font-weight: normal; color: #003399; text-decoration: underline;}.footer a:visited {font-size: 100%; font-weight: normal; color: #003399; text-decoration: none;}h2 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 105%;	font-weight: bold;	color: #000000;}h2.columnRight {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 105%;	font-weight: bold;	color: #000000;}/* the h3 tag uses the same color as the background color of the main headline box */h3 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 100%;	font-weight: bold;	color: #cc6600;}/*menuLinks determines the background color for the Tag Line box */#menuLinks	{	background-color: #EFEFEF;}/*the about css sets the size and text alignment of the Tag Line box */#about {	height: 28px;	width: 100%;	border-top: 0px;	border-bottom: 0px;	border-left: 0px;	padding: 4px 0px 0px 0px;	text-align:left;}/* menuText is where you change the color of the text for the Tag Line */.menuText {color: #993333; font-size: x-small; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%;}/* we can create custom bullets for each department - or use the default black arrow image from the main template */ul {	list-style-image:   url("../images/bullet.gif");}ol {}h1 {	text-transform: uppercase;	font-size: 120%;	color: #000000;}/*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;}	/*headings for the right column - these headings make a design with a bottom line and a right right-angle line */.h8 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 100%;	font-style: normal;	line-height: normal;	font-weight: bold;	font-variant: normal;	text-transform: uppercase;	text-align:right;	color: #000000;	border-bottom-style: solid;	border-bottom-color: #999999;	border-bottom-width: 1px;	border-right-style: solid;	border-right-color: #999999;	border-right-width: 1px;	padding: 5px 10px 5px 0px;	border-bottom-color: #999999;}







/***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**/
