#masthead{
	font-family: Arial, sans-serif;
	font-size: 14px;
	position: absolute;
	top: 16px;
	left: 2%;
	right: 2%;
	width:95.6%;
	height: 100px;
	min-width:920px;
	width:expression(document.body.clientWidth < 960 ? "920px" : "95.6%" );
}

#HeadImage {
	position:relative;
	z-index:1;
	padding: 5px 5px 5px 5px;
	background-image: url(/pics/head-background.gif);
	background-repeat: repeat-y;
	height: 100px;
}


#leaderboard{
	position: absolute;
	top: 9px;
	/* left: 182px; */
	right: 9px;
	z-index: 10;
}

/************** utility styles *****************/

#utility{
	font: 75%;
	font-weight: bold;
	position: absolute;
	top: 116px;
	right: 14px;
	color: #ffffff;
	z-index: 100;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}


/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 100%;
	height: 28px;
	color: #333333;
	padding: 0px;
	margin: 0px;
	background-color: #cccccc;
	background-image: url(/pics/glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 5px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: 90%;
/*  	color: #0066FF; */
  	color: #333333;
	font-weight: normal;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #B2B2B2;
	white-space: nowrap;
}

a.glink:hover{
	text-decoration: underline;
}

.skipLinks {display: none;}

