/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1;	
	font-size: 12px;
	background-color: #ffffff;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
	/**font-size: 1em;**/
}

a:hover{
	text-decoration: underline;
}


/************************************************/


#logo{
	position:absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:40%;
}

#headerscreen{
	position:absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width: 800px;
	visibility: hidden;
	z-index: 1;
	background-color: 006666;
}

#headerprint{
	position:absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width: 100%;
	visibility: visible;
	z-index: 1;
	background-color: 006666;
}

#HGScreen{
position:absolute; 
width:240px; 
height:500px; 
z-index:1; 
left: 27px; 
top: 190px; 
visibility: hidden;
}

#HGPrint{
position:absolute; 
width:240px; 
height:500px; 
z-index:1; 
left: 27px; 
top: 115px; 
visibility: visible;
}


#navbar{
position:absolute;
	top: 81px;
	left: 2%;
	right: 2%;
	width:100%;
	visibility: hidden;
}

/************* breadCrumb styles ***************/

#breadCrumb{
	font: small Verdana,sans-serif;
	font-size: .90em;
	color: #000000;
	background-color: #FFFFFF;
	width: 100%;
	visibility: visible;
	}
	
	#breadCrumb a{
	color: #000000;
}

#breadCrumb a:hover{
	color: #000000;
	text-decoration: underline;
}

/*** Body Copy ***/

.BodyCopy{
}

#mainbox{
	background-color: #FFFFFF;
	position:absolute;
	top: 90px;
	left: 2%;
	right: 2%;
	width:100%;
	
}

#siteInfo{
visibility: hidden;
}

#searchform{
visibility: hidden;
}

#corner{
	visibility: hidden;
}

tr.lablebar{
	background-color: #006666;
}

/*************************************************/


.label {
	font-size: 1.25em;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	line-height: normal;
	letter-spacing: .1em;
	font-variant: normal;
	text-transform: capitalize;
	text-decoration: none;
	}
	
	.title {
	font-size: 1.75em;
	font-weight: bold;
	color: #000000;
	letter-spacing: .05em;
	
}
.article_headline {
font-size: 1.1em;
	font-weight: bold;
}
