/***********************************************/
/* stylesheet.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style3 {
	font-size: 18px;
	font-weight: bold;
	color: #0099FF;
}
.style6 {
	font-size: 18px; 
	font-weight: bold; 
	color: #996633; 
	font-family: Verdana, Arial, Helvetica, sans-serif; }

.Red18Arial {
	font-size: 18px;
	font-weight: bold;
	color: #FF3300;
	text-indent: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.Brown16Arial {
	font-size: 16px;
	font-weight: bold;
	color: #996600;
	text-indent: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.style7 {
	font-family: Arial, Helvetica, sans-serif;
	color: #996600;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
}

.style11 {
	font-size: 12px; 
	font-weight: bold; 
	color: #996633; 
	font-family: Verdana, Arial, Helvetica, sans-serif; }

/***********************************************/
.Links {
	font-size: 14px;
	color: #336600;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bolder;
	text-decoration: none;
	background-image: url(images/Link_Background_Tan_175x20.jpg);
	line-height: 20px;

}

a:link {
	color:#339933;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6666FF;
}
a:hover {
	text-decoration: none;
	color: #FF33FF;
}
a:active {
	text-decoration: none;
	color: #9933FF;
}

/*below is styles that came with this template*/

body{
	font-family: Arial,sans-serif;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-image:url(/StdPageComponents/SiteBackgoundActual.jpg);
	
}
	/*color: #333333;*/
/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
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:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	/**position: absolute;**/
	top: 6px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 5px solid #8FB8BC;
}

a.glink:hover{
  	background-image:  url("glblnav_selected.gif");
	text-decoration: none;
	color: #FF33FF;
}

.skipLinks {display: none;}



/********************* end **********************/








