/***********************************************/
/* emx_nav_right.css                           */
/* Use with template Halo_rightNav.html        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-color: #CCCCCC;
	background-image: url(bg_grad.jpg);
}

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

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

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

h1{
	color: #009933;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: normal;
}

h2{
	color: #006699;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: bold;
}
.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 1.7em;
	color: #000033;
}

.style3 {
	color: #FFFFFF;
	font-size: 12px;
}

h3{
	color: #334d55;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

h4{
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.tinytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
}


h5{
	color: #333366;
	margin: 0px;
	padding: 0px;
	font-family: Garamond, Georgia;
	font-size: 11pt;
	font-style: italic;
}


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

.feature{
	font-size: 12pt;
	min-height: 200px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.tdRight {
	padding-right: 20px;
	padding-left: 20px;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	line-height: 1.5em;
}




/*************** story styles ******************/

.topNav {
	padding: 10px 0px 0px 10px;
	font-size: 10pt;
}
.tdBorders {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC9933;
	border-bottom-color: #CC9933;
}
.tdLeft {
	padding: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}



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

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

}

#sectionLinks h3{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #006633;
	border-bottom-color: #006633;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 8px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #FFFFFF;
	background-color: #333366;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC9933;
	border-bottom-color: #CC9933;
}

#sectionLinks a:hover{
	background-color: #006633;
	background-image: none;
	font-weight: bold;
	color: #FFFF99;
	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; 
}
