/*ILL.org Screen CSS*/
/*11.06 esmith@imaginepub.com*/

/*--
Notes: 
1) The 1.0 em font sizes for universal p and a tags are defaults, these eliminate 
factional inherited sizing issues in IE or firefox, i.e. fonts progressively getting smaller.

2) Usability tags such as <h2>Site Navigation</h2> will not appear if css is 
implemented - but if css fails to load, the site will still be usable.
--*/


/*broad strokes-----------------------*/

p {
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

body { 
	font-size: 1.0em;
	font-family: verdana, sans-serif;
	background: #FFF;
	color:#333;
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li {
	/* font-size: 0.8em;*/
}
ol {
	/*padding: 0 0 0 20px;
	float: left;*/
}
ol li { 
	font-size: 0.7em;
	color: #333;
	padding: 0 0 6px 0px;
	line-height: 1.4em;
}
form { 
	margin:0;
	padding:0;
}
h2 { 
    border-bottom: 1px dotted #333;
    clear: both;
	font-size: 1.2em;
	font-family: helvetica, arial, sans-serif;	
	color: #C33;
    margin: 1.5em 0 0.5em 0;
}
h5 { 
padding:6px 0 0 0;
}
/*-get rid of the inherrited sizes for links-*/
p a {
	font-size: 1.0em;
}
p em {
	font-size: 1.0em;
	font-style:italic;
}
a {
	text-decoration: underline;
	color: #333;
}
a:hover {
	color: #C33 !important;
}
a:visited {
color: #666;
}
a img {border: none;}
img.embedleft {
	padding: 0 6px 6px 0 !important;	
	float: left;
}


/*-- hide these for printing --*/
#lt,
#utilnav {
    display: none;
}


#md,
#articlemd {
    margin-right: 1em;
}
#footer {
    margin-top: 20px;
}
