/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell{
	position:relative;
	top: 0px;
	left: 0px;
	width: 780px;
	background-color: #FFF;
	background-image:url(../images/gen/page_cell_bg.gif);
	background-repeat:repeat-y;
	border-top: 1px solid #FFF;

}

#pagecell1{
	position:relative;
	top: 0px;
	left: 0px;
	width: 780px;
	background-color: transparent;
	border: 0px solid #FFF;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0%;
	width:780px;
}

#pageNav{
	float: left;
	width:167px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif ;
	font-size: 11px
}






/************* globalNav styles ****************/
#globalNav{clear: both;
position: relative;
top: 0px;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
}

#globalNav img{ }

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	clear: both;
	position: relative;
	width:100%;
	height: 30px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	border:0px dashed #fff;
	top: 0px;
	text-align: left;
}

#globalLink ul {
	padding:0px;
	margin:0px 0px 0px 0px;
	list-style-type: none;
}
#globalLink ul li {
	float:left;
	padding:0px;
	margin: 0px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFF;
	background-repeat: no-repeat;
	height: 30px; /* Controls height of menu item on mouse over */
}

a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
/*	border-right: 1px solid #8FB8BC;*/
}

a.glink:hover{
  /*	background-image:  url("glblnav_selected.gif");*/
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/
.subglobalNav{
	position: absolute;
	top: 20px;
	left: 0px;
	min-width: 640px;
	height: 30px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	visibility: hidden;
	color: #ffffff;
	z-index: 100;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size:11px;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

.subglobalNav ul {
	padding:0px;
	margin:0px;
	list-style-type: none;
}
.subglobalNav ul li {
	padding:0px;
	margin: 0px;
	height: 30px;
}

