/***********************************************/
/* top_nav_.css                                */
/* Use with template top.htm                   */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	background: #cccccc url("bg_grad.jpg");
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/





/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#masthead{
	position: absolute;
	top: 5px;
	left: 16px;
	right: 2%;
	width:97.6%;
	visibility: visible;
}

#pageNav{
	float: left;
	width: 178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 10px solid #ccd2d2;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/


/************** pageName styles ****************/



/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image:  url("glbnav_background.gif");
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:-3px;
	visibility: visible;
}

#gnr {
	position: absolute;
	top: 0px;
	right: -1px;
	visibility: visible;
}

#globalLink{
	position: absolute;
	top: 5px;
	height: 32px;
	min-width: 640px;
	left: 5px;
	visibility: visible;

}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: -2px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:  url("glblnav_selected.gif");
	text-decoration: none;
}


/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 58px;
	left: 10px;
	visibility: hidden;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/************ sectionLinks styles **************/



/************* relatedLinks styles **************/



.relatedLinks a{
	display: block; 
}
