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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana,sans-serif;
	color: #017301;
	line-height: 1.166;	
	margin: 0px;
	padding: 10px;
	background-color:#D0DECF;
	
}

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

#test1{
	position:absolute;
	top : 300px;
	width : 100%;
}
#test2{
	position:absolute;
	top : 370px;
	width: 100%;
}
#test3{
	position:absolute;
	top : 425px;
    width: 100%;
}

#logo{
	position:absolute;
	top : 100px;
	width: 100%;
	height: 215px;
	vertical-align:middle;
	z-index : 50;
}

#baseline{
	position:absolute;
	bottom:20px;
	left:0px;
	width: 100%;
	height:35px;
	
}