/* add creative services css for branding bar */
@import url("https://www.iun.edu/iu-branding/print.css");

/***********************************************/
/* Print Style Sheet for iunstyle */
/* does not print left navigation links*/
/* for print, underlines links */
/***********************************************/
/* kh change to Body position and left tags - trouble when editing with dreamweaver */
/* erase page when editing  */
/*  per dreamweaver support 10-20-04 remark out two lines in body   */
/* Using absolute positioning on body does 2 things - 1st, it puts document at the top    */
/* left corner of browser window (where it supposes to go anyway, so removing positioning   */
/* will not brake it), but it also removes the <body> tag from normal document flow,    */
/* and removing positioning might change location of other elements, if other elements are   */
/* after clicking on page to edit, the whole page would highlight and then people would    */
/*   using relative or absolute position.   */
/***********************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	color: #000000;
	font-size: 12px; 
	background:none;
}

#wrapper {
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
}

/* do not display header */
#header { display:none; }

/* do not print the navigation on the left  */	
#leftcol { display:none; }
#content { margin-left:0; }

/* Change printed links to show underline  */		
a:link { color: #990000; text-decoration: underline; font-weight: bold; } 

p {
		font-size: 12px
	}
	
img {  border-style: none}

hr {  color: #333333}


.footer { font-size: 12px}
.footeraddress { font-size: 10px}
.footerphone1 { font-weight: bold}
.footerphone2 { color: #990000; font-weight: bold}
.footerphone3 { font-size: 9px}



#iun-footer {
	background-color: #fff;
}
#iun-footer #blockiu {
	background: none;
}
#iun-footer #blockiu img {
	display: block;
}




li {  color: #000000; font-size: 12px}
ul {  font-size: 12px; list-style-type: disc}
h1 {  font-size: 18px;}
h2 {  font-size: 16px;}
h3 {  font-size: 14px;}
h4 {  font-size: 12px; border:none;}
h5 {  font-size: 10px;}
h6 {  font-size: 9px;}


ol {  font-size: 12px}
th {  font-weight: bold; font-size: 12px;text-align: left;}
td {  font-size: 12px;text-align: left;}





form#localsearch label {
	font-weight:bold;
	font-size:150%;
}


