/*Orchids*/


h1
{
	margin-bottom: 0;
	padding-bottom: 0;
	color: white;
	font-size: 42px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	vertical-align: baseline;
	font-family: "Times New Roman", Times, serif ;
}





a:link {
  	font-weight: bold; 
  	text-decoration : none; 
  	color:  Blue;
  	background-color: transparent; 
	font-size: 18px;
}


a:visited
{
	font-weight: bold;
	text-decoration: none;
	color:  Blue;
	background-color: transparent;
	font-size: 18px;
}


a:hover {
   font-weight: bold;
   color :  Blue;
   background-color : yellow;  
   text-decoration : underline; 
   font-size: 18px;
}

a:active {
   font-weight: bold; 
   text-decoration : none; 
   color:  Blue;
   background-color: transparent; 
   	font-size: 18px;
}

#globalNav{
position: relative;
width: 90%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(../images/glbnav_background.gif);
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}

