/* all headers in boxes */
.header {
	clear: both;    /* floating element below */
}

/* MODULE:  HEADER --------------------------------------------*/
#pageHeader {
	width: 100%;
	border-bottom: 1px solid #FF9900;
	background-color: #FFEBCC;
		/* STYLE */
	
	/*background-image: url(../images/header_background.png);	*/	/* STYLE */
	/*background-repeat: repeat-y;	*/			/* STYLE */
	/*background-color: #0062BF; 		*/			/* STYLE */	/* same color as on right side in backgound image */
	}
	
#pageHeader td {
	padding-left: 6px;
	padding-right: 6px;
}	

/* logo image on left side of header */	
#pageHeader .left {
	width: 130px;
	margin-right: 8px;
	vertical-align: middle;
}

/* header information */
#pageHeader .right {
	color: #9C1868;
	font-weight: bold;
	text-align: center;
	margin-left: 8px;
	width: 100%;					/* helps to left align text */
/*	color: White;		*/			/* STYLE */
}

#pageHeader .right .utilities  {
	text-align: right;
	font-size: 8pt;
	vertical-align: top;
}

/* link style in header */
/* note: Order is important. If ambiguous, last has precedence. */ 
#pageHeader a:link {
/*	color: White;			*/				/* STYLE */
}

#pageHeader a:visited {
/*	color: White;			*/				/* STYLE */
}

#pageHeader a:hover {
/*	color: White;			*/				/* STYLE */
}

#pageHeader a:active {
/*	color: White;			*/				/* STYLE */
}

/* note: Order is important. If ambiguous, last has precedence. */ 
#pageHeader .right .utilities  a:link {
	text-decoration: none; /* set to "none" to hide underlines on links */
}

#pageHeader .right .utilities  a:visited {
	text-decoration: none; /* set to "none" to hide underlines on links */
}

#pageHeader .right .utilities  a:hover {
	text-decoration: none; /* set to "none" to hide underlines on links */
}
#pageHeader .right .utilities  a:active {
	text-decoration: none; /* set to "none" to hide underlines on links */
}

#pageHeader .right .siteName {
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	vertical-align: middle;
}

#pageHeader .right .contactInformation{
	text-align: right;
	font-size: 7pt;
	vertical-align: bottom;
	/*margin-right: 4px;			*/	/* to right align with commands in utilities */
}