#masthead{
	position: absolute;
	top: 165px;
	width:100%;
	
}

/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 32px;
	padding: 0px;
	margin: 0px;
	background-color: #AAE3FF;
	background-image: url(glbnav_background.gif);
	background-repeat: repeat-x;
}

#globalLink{
	position: absolute;
	top: 0px;
	height: 32px;
	min-width: 640px;
	padding: 10px 0px 0px;
	margin: 0px;
	left: 0px;
	z-index: 100;
}


a.glink, a.glink:visited{
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	margin: 0px;
	padding: 7px 6px 6px;
	border-right: 1px solid #666666;
	border-left-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
}

a.glink:hover{
	text-decoration: none;
	background-image: url(glblnav_selected.gif);
	background-repeat: repeat-x;
	color: #999999;
}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 30px;
	height: 30px;
	visibility: hidden;
	padding-top: 10px;
	padding-left: 130px;
	background-image: url(glblnav_selected.gif);
	background-repeat: repeat-x;
	background-position: center center;
	width: 100%;
	padding-right: 10px;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 12px;
	color: #000000;
}

.subglobalNav a:hover{
	color: #FF0000;
}
#remind {
	position: absolute;
	top: 0px;
	height: 32px;
	min-width: 640px;
	padding: 10px;
	margin: 0px;
	z-index: 100;
	text-align: right;
	right: 0px;
	font-weight: bold;
	filter: Glow(Color=#000000, Strength=2);
}
#remindText {
	position: absolute;
	top: 185px;
	height: 250px;
	min-width: 640px;
	margin: 0px;
	z-index: 100;
	right: 65px;
	background-image: url(clarity.gif);
	background-repeat: no-repeat;
	width: 404px;
	visibility: hidden;
	font-size: 13px;
	list-style-type: square;
	padding-top: 25px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 18px;
}
a.reminklink,a.reminklink:visited {
	min-width: 640px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
}
a.reminklink:hover {
	min-width: 640px;
	text-decoration: none;
	font-weight: bold;
	color: #999999;
}
