/* New style sheet: developed July 2004 */

BODY { font-size: 80%;
	background: #ffffcc;
	font-family: Arial,Helvetica,sans-serif; }
	
A:link { text-decoration: none; 
			color: #0000ff; }
A:hover { text-decoration: underline; }
A:visited { text-decoration: none; }
A:visited:hover { text-decoration: underline; }
	
#header { top: 2px; 
			position: absolute; 
			width: 100%; }
			
#header A:hover { background: #000000; 
					color: #ffffff; }

#container { width: 100%;	
	float: right; 
	margin-top: 30px; 
	margin-right: -200px; }
	
#containerhome { width: 100%;	
	float: right; 
	margin-top: 5px; 
	margin-right: -200px; }
	
#content { margin-right: 200px; }
	
#menu {	/* width: 150px; */
	float: left; 
	margin-top: 30px; }
	
#menuhome { width: 160px;
	/* position: absolute; */
	float: left; 
	margin-top: 5px; }
	
#nav UL LI A:hover { background: #000000; 
								color: #ffffff; }

.last { margin-bottom: 0; }

.clearing { height: 0;
	clear: both; }
	
H1 { font-family: Georgia, Times-Roman, serif; 
		text-align: center; }

H1#home { color: #ff0000; }

H2,H3,H4,H5,H6 { font-family: Georgia, Times-Roman, serif; }

p.narr:first-letter { font-size: 2em;
					font-weight: bold;
					float: left; }
					
p.caption { font-weight: bold; 
			font-style: italic; 
			text-align: center; }
					
UL li.star { list-style-image: url(images/star.gif); }

UL LI.star UL LI { list-style-image: none; }

LI.star UL LI.star { list-style-image: url(images/star.gif); }
					
UL li.none { list-style-type: none; 
		padding-top: 15px; }
		
caption { font-weight: bold; }
		
acronym, abbr { border-bottom: thin dotted black;
  		cursor: help; }
		
span.new { display: none; }

.new { display: none; }

.old { display: none; }
							
.box { 	border-style: solid;
		border-width: thin;
		padding-top: 0%; 
		padding-bottom: 0%; 
		padding-left: 0%; 
		padding-right: 2%; }			
		
#resourcebox { border-style: solid;
			border-width: thin;
			padding: 1%;
			background-color: #FFFFFF; }
			
#gbbox { float:right; 
			width: 35%;
			border-style: solid;
			border-width: thin;
			margin-left: 3%;
			padding: 1%;
			background-color: #FFFFFF; }
	
UL#footlist { text-align: center; 
				/* margin-left: 0;
				padding-left: 0;	*/
				font-size: 80%;			
				display: inline; }

UL#footlist li {
	margin-left: 0;
	padding: 10px 10px;	
	list-style: none;	
	display: inline; }	
		
UL#footlist li.first {
	margin-left: 0px;	
	padding: 0px 0px;
	list-style: none;
	display: inline; }
					
/* Subject groups */
.libmenu, #nav A.libmenu { 
	background: #0000ff;
	layer-background: #0000ff;
	color: #ffffff;	
	font-family: Arial,Helvetica,sans-serif; }
	
.libmenu A:link { background: #0000ff;
			color: #ffffff; 			
			font-family: Arial,Helvetica,sans-serif; }

.libmenu A:visited { background: #0000ff;
				color: #ffffff; 				
				font-family: Arial,Helvetica,sans-serif; }

/* Was #339966 */
.subjectmenu, #nav A.subjectmenu { 
	background: #009900;
	layer-background: #009900;
	color: #ffffff;	
	font-family: Arial,Helvetica,sans-serif }
	
.subjectmenu A:link { background: #009900;								
			color: #ffffff; 
			font-family: Arial,Helvetica,sans-serif; }
			
/* #header .subjectmenu A:hover { background: #ffffff; 
								color: #00ff00; }
								*/
			
.subjectmenu A:visited { background: #009900;
				color: #ffffff; 								
				font-family: Arial,Helvetica,sans-serif; }

.sitemenu, #nav A.sitemenu { 
	background: #ff0000;
	layer-background: #ff0000;
	color: #ffffff;
	font-family: Arial,Helvetica,sans-serif }
	
.sitemenu A:link { background: #ff0000;
			color: #ffffff; 						
			font-family: Arial,Helvetica,sans-serif; }
			
/* #header .sitemenu A:hover { background: #ffffff; 
							color: #ff0000; }
							*/
			
.sitemenu A:visited { background: #ff0000;
				color: #ffffff; 								
				font-family: Arial,Helvetica,sans-serif; }
					
/* Menu styles */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 11em; }

#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 11em; }

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 11.1em;
	margin-top : -1.35em; }

#nav li ul ul { /* third-and-above-level lists */
	left: -999em; }

#nav li a {
	width: 11em;
	w\idth : 10em;
	display : block;
	color : black;
	font-weight : bold;
	text-decoration : none;
	background-color : white;
	border : 1px solid black;
	padding : 0 0.5em; }

#nav li:hover {
	position: static;
	text-decoration: underline;
	color : white;
	background-color : black; }

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em; }

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto; }
