/*-- This 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 the UIS Office of Web Services at webservices@uis.edu. --*/

/*Change the background of the page*/

body{
	background: url('http://www.uis.edu/img-shared/bkg-82-to-ff.jpg') repeat-x;
}


/*HEADINGS - change the color if needed but not the other attributes */

h1 {
	font-size : 16px;
	font-weight : bold;
	color : #333333;
	background-color : transparent;
}
h2 {
	margin-top : 0;
	margin-bottom : -2px;
	font-size : 14px;
	font-weight : bold;
	color : #bf7430;
	background-color : transparent;
}
h3 {
	margin-top : 0;
	margin-bottom : -2px;
	font-size : 12px;
	font-weight : bold;
	color : #828282;
	background-color : transparent;
}
h4 {
	margin-top : 0;
	margin-bottom : -4px;
	font-size : 11px;
	font-weight : bold;
	color : #bf7430;
	background-color : transparent;
}

h5 {
	margin-top : 0;
	font-size : 11px;
	font-weight : bold;
	color : #828282;
	background-color : transparent;
}

h6 {
	margin-top : 0;
	font-size : 12px;
	font-weight : bold;
	color : #bf7430;
	background-color : transparent;
}

/************************************/


/*Change the color of Intro Text and Feature Text but don't change the other attributes*/

.introtext{
	font-size:13.2px;
	color:#333333;
	line-height:1.3em;
}

.featuretext{
	font-size:13.8px;
	color:#CC6600;
	font-weight: bold;
	font-style: italic;
}

/*Assign background image for table in center column*/
#tableBkg{
background-image: url(../images/tableBkg.jpg);
}

/************************************/


/* Hide Brilliant Futures banner */
.edu-uif-brilliant{
	display:none;
}
