#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: #CC0033;
	border: 0px solid #FFF;
	float: left;
}

#link_footer{
clear: both;
float:left;
width: 100%;
}

#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
}

#content_nocol{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-color:#FFFFFF;
	border: 0px solid #FFFFFF;
	
}
/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/
#utility{
	position: absolute;
	top: 12px;
	right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	margin: 10px;
}

#utility a{
	color: #ffffff;
}

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

/************** pageName styles ****************/
#pageName{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border-bottom:0px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px;
	margin: 0px;
}

/************* 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: 60px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	border:0px dashed #fff;
	top: 0px;
}

#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: 110px;
	min-width: 640px;
	height: 30px;
	padding: 0px 0px 0px 0px;
	visibility: hidden;
	color: #ffffff;
	z-index: 100;
	text-align: left;
}

.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;
}

/************** siteInfo styles ****************/
#siteInfo{
	background-color:transparent;
	position:absolute;
	clear: both;
	border-top: 0px solid #FFF;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	float: right
}
