


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}


.header2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
}



/* from Steve's site */

a:link {
	color: #0000FF; 
	/* All unvisited links will be colored blue */ 
}

a:visited {
	color: #000080; 
	/* All visited links will be colored navy */ 
}

a:hover {
	color: #0000FF; 
	background: #FFFF00;
}

a:active {
	color: #FF0000; 
	/* All active links will be colored red */
}

/* When the mouse pointer is over the link the link will be colored blue
and the background color of the link will change to yellow */

/* must be in this order: a:link, a:visited, a:hover, a:active */







#nav2 {
	background-color: rgb(255,255,255);
	border: hidden;
	width: 155px;
}

#nav2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none
}

#nav2 li {
	margin: 0;
	padding: 2px 2px 2px 5px;
	width: 100%;
	display: block
}

html>body #nav2 li {
	width: auto;
}


#nav2 li a {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: rgb(0,0,0);
	line-height: 20px;
	text-align: left;
	text-decoration: none;
	display: block;
	padding: 2px 2px 2px 5px;
	background-color: rgb(173,214,172);
}
	

#nav2 li a:link {
	border: 0px ;
}


#nav2 li a:visited {
	color: rgb(0,0,182);
	background-color: rgb(173,214,172);
}


#nav2 li a:hover {
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
	text-transform: uppercase;
}



#nav2 li a:active {
	color: rgb(255,0,0);
	background-color: rgb(173,214,172);
	text-transform: uppercase;
}




#nav2 li:first-child {
	border: none
}






