/* THIS IS THE PRINT STYLESHEET WHICH SHOULD BE SEEN BY ALL BROWSERS.
THIS STYLESHEET SHOULD CONTAIN THE PROPERTIES NECESSARY TO GET THE 
DESIRED LOOK ON A PRINTED PAGE, SUCH AS NOT DISPLAYING THE TOC AND/OR 
NAVBAR, AND USING INCHES AND POINTS INSTEAD OF PIXELS. */

/* HIDDEN ELEMENTS */
#browseralert, #browseralerttext, #globalheader, #globalblack, #toc, #rightcolumn, #infoheader, #POP1, #POP2, #POP3, #textincrease {
	display:none;
	visibility:hidden;
}
span.invisible, span.hidden, #sitemap br, span.access {			
	display:none;
	visibility:hidden;
}

/* SECTION ID STYLES */
#page {
	width: 7in;
	padding:0;
	margin:0 5%;
	color:#000;
	background-color:#fff;
	}
/*#printlogo {
	display: block;
	width:auto;
	}
#printlogo h1 {
	display: block;
	width:auto;
	margin-top:.5in;
	}
#printlogo img {
	display: block;
	width:146px;
	height:146px;
	padding: 0in .1in;
	border:0;
	visibility:visible;
	position:absolute;
	top:.1in;
	right:.5in;
	float:right;
	background-color:#fff;
	}*/
#subheader, #header {
	width: auto;
	margin-bottom:.25in;
	border-bottom: 1px #036 solid;
}
#headergraphicone h1, #headergraphictwo h1, #subheadergraphicone h1, #subheadergraphictwo h1 {
	margin:0in;
	padding:0in;
	font-family: Georgia, "Times New Roman", Times, serif;			
	font-size: 16pt;
	font-weight: bold;
	color: #000;
}
#headergraphicone, #headergraphictwo, #subheadergraphicone, #subheadergraphictwo {
	position:relative;
}
#headergraphictwo, #subheadergraphictwo {
	top:-.25in;
	left:5.5in;
}
#container, #containersub {
	background:#fff;
	width:6.5in;
	float:none;
	}
#content, #subcentercontent {
	width: 6in;
	margin:0;
	float:none;
}

#footer {
	border-top: 1px #036 solid;
	padding-top:.25in;
	margin-top:.25in;
	clear:both;
}
#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;			
	font-size: 10pt;
	color: #000;
	padding:0;
	margin:0;
	float:none;
	width:auto;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}

/* TAG STYLES */
body {
	background-color:#fff;
	font-size:11pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
p, ul li, li, form, input, select, textarea, p#valid  {
	font-family: Georgia, "Times New Roman", Times, serif;			
	font-size: 10pt;
	color: #000;
	}
#headergraphicone h1.homelink a.hide2 span.unseen, #headergraphictwo h1.homelink a.hide3 span.unseen, #subheadergraphicone h1.homelink a.hide4 span.unseen, #subheadergraphictwo h1.homelink a.hide5 span.unseen {
	font-family: Georgia, "Times New Roman", Times, serif;			
	font-size: 16pt;
	font-weight: bold;
	color: #000;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;			
	font-size: 12pt;
	font-weight: bold;
	color: #000;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;			
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
	color: #000;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;			
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: #000;
}
ul#sitemap li {
	list-style-type:none;
}


/* LINK STYLES */

/* #applicantcategories a[href^="/"]:after, #applicantcategories a:visited:after {
	content: " (http://www.ius.edu/admissions_xhtml" attr(href) ") ";
	font-size:90%;
} */
a em, abbr, acronym {
	font-style:normal;
}
#content a:link:after, #content a:visited:after, #subcentercontent a:link:after, #subcentercontent a:visited:after, #sitemap a:link:after, #sitemap a:visited:after, p.crumbs a:link:after, p.crumbs a:visited:after, #abstract a:link:after, #abstract a:visited:after {
	content: " (" attr(href) ") ";
	font-size:90%;
} 
#content a:link.mailto, #content a:visited.mailto, #subcentercontent a:link.mailto, #subcentercontent a:visited.mailto {
	display:inline;
	font-size:9pt;
}
a:link, a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;			
	font-size: 10pt;
	color: #000;
	text-decoration: none;
}
p#valid a:link, p#valid a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;			
	font-size: 8pt;
	color: #000;
}

