/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
 body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url("bg_grad.jpg") fixed;
} 

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

/* Layout Divs                                 */
/***********************************************/
/* #pagecell1{
	position:absolute;
	top: 118px;
	left: 21px;
	right: 2%;
	width:111px;
	background-color: #0099FF;
	height: 223px;
} */

#tl {
	position: absolute;
/*	top: 23px; */
    top: 70px;
	left: 46px;
	margin: -5px;
	padding: -5px;
	z-index: 50;
	clip: rect(2 auto auto auto);
	height: 312px;
	width: 130px
/*	width: 138px; */
} 

/* #tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
} */

#sectionLinks{
	margin: 2px;
	padding: -10px;
}

/* #sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
} */

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
} 

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

/********************* end **********************/
