/* Begin CSS Drop Down Menu */

#menuh-container
	{
	position: absolute;		
	top: 1em;
	left: 1em;
	}

#menuh
	{
	font-size: 11px;
	font-family: arial, sans-serif;
	width:100%;
	float:left;
	margin:.1em;
	}
		
#menuh a
	{
	border: 1px solid #002448;
	text-align: left;
	display:block;
	white-space:wrap;
	margin:0px, 0px, 0px, 0px;
	padding: 0.3em 0.3em 0.3em 1.1em;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	background-color: #003366;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #003366;
	background-color: white;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(images/formatting/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(images/formatting/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9.8em;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

.maintext  {line-height: 120%;
            font-family: Verdana, Arial, Helvetica, sans-serif; 
	         font-size: 80%;
			   color:#000000;}

.lnk {font-family: Verdana, Arial, Helvetica, sans-serif; 
      font-size: 100%;
	  line-height: 100%;
	  font-weight: bold;
	   color:#006699;
}

.lnknonbold {font-family: Verdana, Arial, Helvetica, sans-serif; 
      font-size: 100%;
	  line-height: 100%;
	  text-decoration: none;
	   color:#006699;
}
.lnk2 {
	text-decoration:none;
	color:#006699;
	font-family: Arial, sans-serif;
	font-size: 60%;
	line-height: 120%;
}

.subtitle
{
	font-weight:bold;
	color:#990000;
	}

.donatesearchlink
{
	font-family: arial, sans-serif;
	font-size:14px;
	text-decoration:none;
	color:white;
	font-weight: bold;
}


.breadcrumb {font-family: Arial, sans-serif; 
      font-size: 60%;
	  text-decoration:underline;
	  color:#CCCCCC;
	  line-height: 200%;
            }
			
.footnotetext  {
	text-align:center;
	margin-top: 1px 1px 1px 1px;
	color:#FFFFFF;
	font-weight: none;
	font-size: 11px;
	font-family: arial, sans-serif;
	border: 1px solid white;
	padding: 0.3em;
	background-color: #003366;
	}

.whitelnk {
	text-decoration:underline;
	color:white;
	font-family: Arial, sans-serif;
	}
	
.title  { line-height: 180%;
		color:#990000;
		 font-weight: bold;
          font-family: Geneva, Arial, Helvetica, sans-serif; 
	       font-size: 120%}


.hometitle  { line-height: 120%;
		color:#990000;
		 font-weight: bold;
          font-family: Geneva, Arial, Helvetica, sans-serif; 
	       font-size: 120%}


.photocite {
	font-family: Arial, sans-serif; 
	font-size : 9px;
	color:#666666;
	padding: 6px 4px 0px 6px;
}

li.space {
	padding: 5px 0px 5px 0px;
	
}

li.smallindent {
	margin: 0px 0px 0px -25px;
	}

li.box {
	padding: 5px 0px 5px 0px;
	margin: 5px 0px 5px -25px;
	padding: 7px 7px 0px 7px;
	padding: 7px 7px 0px 7px;
	}

.relatedlinks  {line-height: 120%;
            font-family: Arial, sans-serif; 
	         font-size: 60%;
			   color:white;
			   background-color:#666666;
}

.border {
	border: #999999 1px solid;
}

.bordersides {
	border-left: #999999 1px solid;
	border-right:#999999 1px solid;
}

.borderleft {
	border-left: #CCCCCC 1px solid;
}

.bordertopandsides {
	border-left: #999999 1px solid;
	border-right:#999999 1px solid;
	border-top: #999999 1px solid;
}

.borderbottomandsides {
	border-bottom: #999999 1px solid;
	border-left: #999999 1px solid;
	border-right:#999999 1px solid;
}

.borderbottom {
	border-bottom: #999999 1px solid;
}

.whatsnewtext
			{line-height: 120%;
            font-family: Verdana, Arial, Helvetica, sans-serif; 
			 margin:0px 0px 0px 0px ;
			font-size: 60%;
			 color:#000000;
			 padding: 6px 10px 6px 6px;
			 }

.whatsnewtitle  {
	margin:0px 0px 0px 0px ;
    padding: 3px 6px 3px 8px;
	font-size: 11px;
	font-family: arial, sans-serif;
	color:white;
	background-color: #003366;
	text-align:center;
	font-weight:bold;
}

.whatsnewtitlehome  {
	margin:0px 0px 0px 0px ;
    padding: 3px 6px 3px 8px;
	font-size: 11px;
	font-family: arial, sans-serif;
	color:white;
	background-color: #003366;
	text-align:center;
	font-weight:bold;
}
.whatsnewtexthome
			{line-height: 120%;
            font-family: Verdana, Arial, Helvetica, sans-serif; 
			 margin:0px 0px 0px 0px ;
			font-size: 60%;
			 color:#000000;
			 padding: 6px 3px 6px 3px;
			 border: #999999 1px solid;
			 }
			 
.sectionoverview
			{padding: 6px 3px 6px 3px;
			 border: #999999 1px solid;
			 }
