/***********************************************//* 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;}a:hover{	text-decoration: underline;}/************** header tag styles **************/h1{ font: bold 120% Arial,sans-serif; color: #334d55; margin: 0px; padding: 0px;}h2{ font: bold 114% Arial,sans-serif; color: #006699; margin: 0px; padding: 0px;}h3{ font: bold 100% Arial,sans-serif; color: #334d55; margin: 0px; padding: 0px;}h4{	font: 100% Arial,sans-serif;	color: #333333;	margin: 0px;	padding: 0px;	font-weight: bold;}h5{ font: 100% Arial,sans-serif; color: #334d55; margin: 0px; padding: 0px;}/*************** list tag styles ***************/ul{ list-style-type: square;}ul ul{ list-style-type: disc;}ul ul ul{ list-style-type: none;}/***********************************************//* Layout Divs                                 *//***********************************************/#pagecell1{	position:absolute;	top: 16px;	left: 39px;	right: 16px;	width: 700px;	background-color: #ffffff;}#pageNav{	float: left;	width: 178px;	padding: 0px;	background-color: #F5f7f7;	border-right: 1px solid #cccccc;	border-bottom: 1px solid #cccccc;	font: small Verdana,sans-serif;}#content{	padding: 0px 10px 0px 0px;	margin: 0px 0px 0px 178px;	border-left: 1px solid #ccd2d2;	vertical-align: top;}/***********************************************//* Component Divs                              *//***********************************************//************** utility styles *****************//************** pageName styles ****************//************** feature styles *****************/.feature{	padding: 0px 0px 10px 10px;	font-size: 80%;}.feature h3{	font: bold 175% Arial,sans-serif;	color: #000000;}/************** siteInfo styles ****************/#siteInfo{	clear: both;	border-top: 1px solid #cccccc;	font-size: small;	color: #cccccc;	padding: 10px 10px 10px 10px;	margin-top: 0px;}/************ sectionLinks styles **************/#sectionLinks{	margin: 0px;	padding: 0px;}#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;}/************* relatedLinks styles **************/.relatedLinks{	margin: 0px;	padding: 0px 0px 10px 10px;	border-bottom: 1px solid #cccccc;}.relatedLinks h3{	padding: 10px 0px 2px 0px;}.relatedLinks a{	display: block; }/********************* end **********************/