/***********************************************/
/* homepage.css                            */
/*         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
/*BODY {background-image: url(homeimages/nfbookbackground.jpg); margin-top:12px ; background-repeat: no-repeat; width:300px  } */
BODY {background-image: url(homeimages/nfbookbackground.jpg); margin-top:12px ; background-repeat: no-repeat  } 


/******* hyperlink and anchor tag styles *******/

#utility {
	color: #21409A;
	font-weight: bold;
	right: 0px;
}



#utility a{
	color: #21409A;
	font-weight: bold;
	right: 0px;
	text-decoration: none;
}

#utility a:hover{
	text-decoration: underline;
}

#globalNav {
	background-image:  url("images/bluestripe.jpg");
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 18px;
	position: relative;
	left: -10px;
	margin-bottom:-20px;  /*this is needed for the header bottom*/
}



#globalLink a{
	color: #ffffff;
	font: Arial,Verdana,  Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	left: 10px;
	margin-top: -10px;	
	
}

a.glink, a.glink:visited{
  	font-size: 100%;
  	/*color: #000000;*/
	color: #ffffff;
	font-weight: bold;
	/*margin: 0px;*/
	padding: 2px 5px 1px 5px;
	/*top: 10px;*/
        font: Verdana,sans-serif
	
}

a.glink:hover{
        background-color: #9fc812;
/*  	background-image:  url("glblnav_selected.gif");*/
	text-decoration: none;
}

