/***********************************************//* emx_nav_left.css                            *//* Use with template Halo_leftNav.html         *//***********************************************//***********************************************//* HTML tag styles                             *//***********************************************/body{	font-family: Arial,sans-serif;	color: #333333;	margin: 0px;	padding: 0px;	background: #B2BDBE;	text-align: left;}/******* hyperlink and anchor tag styles *******/a:link, a:visited{	color: #005FA9;	text-decoration: none;}a:hover{	text-decoration: none;}img {	border:0px;}/************** header tag styles **************/h1{ font: bold 120% Arial,sans-serif; color: #334d55; margin: 0px; padding: 0px;}/***********************************************//* Layout Divs                                 *//***********************************************/div#Frame{	background: #FFFFFF;	margin: 0px 0px 0px -320px;	padding: 0px;	width: 640px;	position: absolute; 	top: 0 px; 	left: 50%;	}div#TopF {     float: left;     margin: 0px;	padding: 0px;	text-align: left;	font: italic 90% Arial;	position: relative; 	top: 0px; 	left: 0px;	}img.floatLeft {     float: left;     margin: 0px;	padding: 0px;	position: relative; 	top: 0px; 	left: 0px;	}div#content {	text-align: left;    margin: 0px;	padding: 0px 25px 100px 25px;}div#LeftMenu {    background-image:  url(Left.jpg);    background-repeat: no-repeat;    height: 275px;    width: 187px;    padding: 0px;    margin: 0px 25px 0px 0px;    text-align: center;    float: left; }div#button {           width: 167px;           background: #DDECEE;           padding: 5px 0px 5px 0px;           border-width: 2px;           border-color: #C3CFCF;           border-top: solid #C3CFCF 2px;           border-right: solid #C3CFCF 2px;           border-bottom: solid #C3CFCF 0px;           border-left: solid #C3CFCF 2px;}#button a { display: block; }#button a:hover { background: #EEF5F6; }#button a:link { text-decoration: none; }div#buttonLast {           width: 167px;           background: #DDECEE;           padding: 5px 0px 5px 0px;           border-width: 2px;           border-color: #C3CFCF;           border-top: solid #C3CFCF 2px;           border-right: solid #C3CFCF 2px;           border-bottom: solid #C3CFCF 2px;           border-left: solid #C3CFCF 2px;}#buttonLast a { display: block; }#buttonLast a:hover { background: #EEF5F6; }#buttonLast a:link { text-decoration: none; }