/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */

/************************************/
body{
	background-image:    url("../image/page1000_css_bgcoler.jpg");
}

/************************************/


/***********************************************/
/* Layout Divs                                 */

/************************************/
#pagecell1{
	position:absolute;
	top: 92px;
	left: 12px;
	right: 2%;
	width:99%;
	background-color: #ffffff;
	z-index: 13;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	visibility: visible;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	visibility: visible;
}

/************************************/

/************************************/
#masthead{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 2%;
	width:95.6%;
	z-index: 14;
	
}

/************************************/




/************************************/

#utility{
	font-family: Verdana,sans-serif;
	font-size: 9pt;
	position: absolute;
	top: 7px;
	right: 0px;
	color: #919999;
	left: 601px;
	z-index: 6;
	width: 91px;
	height: 19px;
	visibility: visible;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}






/************************************/
#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 3px;
	background-color: #003366;
}

#siteInfo img{
	padding: 0px;
	vertical-align: middle;
}
/************************************/

/************************************/
/* hyperlink and anchor tag styles  */
/************************************/

a{
	color: #005FA9;
	text-decoration: none;
}

a:link{
	color: #005FA9;
	text-decoration: none;
}

a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	color: #005FA9;
	text-decoration: underline;
}

/************************************/


/***********************************************/
/*End Component Divs                           */
/***********************************************/
