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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, sans-serif;
	color:  #666633;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #DEDECA;
	font-size: 16px;
}

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

a:link, a:visited{
	color: #336600;
	text-decoration: none;
	font-size: 16px;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 300% Arial, sans-serif;
 color: #663300;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 24px Arial, Helvetica, sans-serif;
 color: #663300;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial, sans-serif;
 color: #996633;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 24px Arial, sans-serif;
 color: #996633;
 margin: 0px;
 padding: 0px;
}

h5{
 font: bold 14px Arial, sans-serif;
 color: #996633;
 margin: 0px;
 padding: 0px;
}

h6{
 font: bold 14px Arial, sans-serif;
 color: #996633;
 margin: 0px;
 padding: 0px;
}

#masthead{
	position: absolute;
	top: -17px;
	left: 7px;
	width:1132px;
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #DEDECA;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
}


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

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 21px;
	color: #336600;
	left: 113px;
	width: 875px;	
}

#utility a{
	color: #336600;
	font-size: 16px;
	font-weight: bold;
}

#utility a:hover{
	text-decoration: underline;
}

.skipLinks {display: none;}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}


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

#siteInfo{
	clear: both;
	font-size: small;
	color: #336600;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bolder;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	background-color: #DEDECA;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #336600;
	font-size: 10px;
}

#sectionLinks a:hover{
	background-color: #DEDECA;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: small;
	color: #336600;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #336600;
}

.relatedLinks a{
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #336600;
}

