body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}



/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32spx;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image:  url(glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 3px;
	z-index: 100;
	width: 735px;
}

#globalLink2{
	position: absolute;
	top: -8px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: -4px;
	z-index: 100;
	width: 735px;
}


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;
}

a.navt, a.navt:visited{
  	font-size: 9px;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #D71F24;
}



a.navt:hover{
  	color: #005FA9;
	text-decoration: none;
}
a.navtend, a.navtend:visited{
  	font-size: 9px;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;

}

a.navtend:hover{
  	color: #005FA9;
	text-decoration: none;
}
.skipLinks {display: none;}
.nav1 {

  	font-size: small;
  	color: #D90000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	
}

.intro{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.400;	
	margin: 0px;
	padding: 0px;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font: 9px;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 4px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
}
