/* CSS Document */
@import url(layout.css);

* {
	margin:0px;
	padding:0px;
}
a.external { 
	background-image:url(/images/opennewwindow.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:20px;
}
u {
	text-decoration:none; /* makes underline tag not be underlined :) */
}
/* ---IU IDENTITY BRANDING BAR --- */
#identity #signature {
	width:720px; 
	margin:0 auto;
}

#identity #signature a {
	width: 720px; 
	margin:0 auto;
	position:relative;
	left:0px;
}
/* ---END BRANDING BAR ---*/

#browseralert {
	position:absolute;
	top:-9999px;
	left:-9999px;
}
.hidden, .unseen, .invisible {
	position:absolute;
	left:-9999px;
	top:-9999px;
}
acronym, abbr {
	border-bottom:1px dotted #7aa859;
/*	cursor:help; */
}
acronym.common, abbr.common {
	border-bottom:none;
/* (	cursor: default; */
}
img {
	border:none;
}
p, ul li, ol li, label, table, td, th, blockquote, textarea, legend, h1, h2, h3, h4, h5, h6, li {
	font-family:Verdana, Geneva, Arial, san-serif;
	font-size:11px;
	line-height:15px;
	font-weight:normal;
}
h1 {
	font-family:Century Gothic, Futura, Advant Garde, Gills Sans, Verdana, Geneva, Arial, san-serif;
	font-size:36px;
}
h3, h2 {
	font-family:Century Gothic, Futura, Advant Garde, Gills Sans, Verdana, Geneva, Arial, san-serif;
	font-size:16px;
	color:#4f6a3b;
}
h4 {
	font-size:13px;
	color:#54321b;
}
h5 {
	font-size:10px;
	color:#7aa859;
}
p.alignright {
	text-align:right;
}
.loweralpha {
	list-style-type:lower-alpha;
}
a:link, a:visited {
	text-decoration:none;
	color:#4f6a3b;
}
a:hover, a:active {
	text-decoration:underline;
	color:#7aa859;
}
#emptydiv, #emptydiv_nav {
	clear:both;
}
p.breadcrumbs {
	position:relative;
	left:-3px;
	top:-3px;
}
.leftcolumn, .rightcolumn {
	float:left;
	width:30%;
}
li.linkList {
	list-style-type:none; 
	position:relative; 
	left:-40px;
	top:-10px; 
	margin-bottom:-10px;
	padding:0px;
}

/*2009 Updates*/
.wordH {
font-size:16px;
font-style:italic; 
}
