/***********************************************/
/* 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: 10px 0px 0px;
	background-color: #F2EDD9;
}

/******* 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: #666666;
 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;
}

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;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 215px;
	width:800px;
	background-color: #ffffff;
	left: 0px;
	border: none;
}

#main_section{
	position:relative;
	width:800px;
}


#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	width:800px;
	left: 2px;
	top: -3px;
	
}

#pageNav{
	float: left;
	width:130px;
	padding: 0px;
	font: small Verdana,sans-serif;
}
#pageNavright{
	float: right;
	width:130px;
	padding: 0px;
	font: small Verdana,sans-serif;
	right: 0px;
	top: 0px;
}
#content{
	padding: 0px;
	margin:0px;
	width: 100%;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	left: 0px;
	top: 0px;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}


/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image:  url(images/glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 20px 4px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:  url(images/glblnav_selected.gif);
	text-decoration: none;
}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	min-width: 640px;
	padding: 7px 0px 0px 10px;
	color: #ffffff;
	font-size: small;
	visibility: hidden;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #000066;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0000CC;
	padding-right: 10px;
	padding-left: 10px;
}

.subglobalNav a:hover{
	color: #338CF9;
}

/*************** search styles *****************/

.search {
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	font-size: x-small;
	color: #333333;
	padding: 10px 0px 5px;
	margin-top: 0px;
	background-image: url(images/glbnav_background.gif);
	height: 17px;
}

a.siteinfo, a.siteinfo:visited{
  	font-size: x-small;
  	color: #000000;
	font-weight: normal;
	margin: 0px;
	padding: 2px 20px 4px;
	border-right: 1px solid #999999;
}

a.siteinfo:hover{
  	background-image:  url(images/glblnav_selected.gif);
	text-decoration: none;
}



/********************* end **********************/

	width: 510px;
	left: 130px;

.bgh { color: #030303; font-size: 8pt; font-family: Verdana, Arial, Helvetica, Geneva; font-weight:bold };
.bgd { color: #030303; font-size: 6pt; font-family: Verdana, Arial, Helvetica, Geneva; };
}