/*-- 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 : #00ae89;
	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 : #00ae89;
	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 : #000000;
	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:#00ae89;
	font-weight: bold;
	font-style: italic;
}

/*Assign background image for table in center column*/
#tableBkg{
background-image: url(../images/tableBkg.jpg);
}

/************************************/

/**********QuickNote**********/

.quickNote{
    float:right;
    width:220px;
    padding:5px;
	border:1px solid #4D8615;
	margin:0px 10px 10px 20px;
}

.quickNote h3{
	width:87% ! important;
	clear:both;
}



/* Hide Brilliant Futures banner */
.edu-uif-brilliant{
	display:none;
}
