Server: Netscape-Enterprise/4.1
Date: Fri, 12 Jan 2007 06:29:45 GMT
Content-length: 2729
Last-Modified: Tue, 16 May 2006 03:32:48 GMT
X-Wayback-Orig-Header: Connection: close

/* AMD stylesheet */

/* for white links in black header */
/*a.headerlink:link {
    text-decoration: underline;
    color: #ffffff;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    }
               
a.headerlink:visited {
    text-decoration: underline;
    color: #ffffff;
    font-family: Verdana, sans-serif;
    font-size: 10px;
                }
         
a.headerlink:hover {
    text-decoration: underline;
    color: #ffffff;
    font-family: Verdana, sans-serif;
    font-size: 10px;
                }*/

/* new header classes */

.global_nav {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	float: right;
}

.global_nav a:link, .global_nav a:active, .global_nav a:visited, .global_nav a:hover {
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #096;
	text-decoration: none;
	text-align: right;
}

/* CSS Document - these styles control the tier one and tier two navigation treatment*/

/* Tier one navigation */
#navbar ul 
{
	padding: 3px 3px 3px 3px;
	margin: -4px;
	white-space: nowrap;
	background: #fff;
	text-align: center;
	line-height: 2em;
} 
#navbar li {display: inline;} 

#navbar ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 20px 7px 20px;
	margin-right: -4px;
	color: #009966;
	background-color: #FFF;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
} 

/* hover effect turned off
#navbar ul li a:hover { 
color: #fff; 
background-color: #009966; 
} 
*/

#navbar ul li a#selected
{
	background-color: #F1F1F1;
}

/* Tier 2 navigation */

#subnavbar ul 
{
	list-style: none;
	padding: 3px 10px 3px 10px;
	margin-top: -7px;
	margin-bottom: 0px;
	white-space: nowrap;
	background: #fff;
	text-align: center;
	line-height: 2em;

} 
#subnavbar li {display: inline;} 

#subnavbar ul li a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px; 
padding: 6px 10px 6px 10px; 
margin-right: -4px; 
color: #009966; 
background-color: #F1F1F1; 
text-decoration:underline;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #999999; 
} 

/* hover turned off 

#subnavbar ul li a:hover { 
color: #000; 
background-color: #E6E6E6; 
} 
*/
#subnavbar ul li a#selected
{
font-weight:bold;
text-decoration:none;
}


/* For green underlined links */

/*A:link	{	
	text-decoration:	underline;
	color:	#096;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#939;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#096;
	}*/
