/***********************************************/
/* emx_nav_right.css                           */
/* Use with template Halo_rightNav.html        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #fff ;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #FF6600;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a.skip { position: absolute; 
		left: -1000em; 
		width: 20em;
}

a.contact { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFCC66;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: 150% Georgia, "Times New Roman", Times, serif;
 color: #333399;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 110% Arial,sans-serif;
 color: #990033;
 margin: 0px;
 padding: 10px;
}

h4{
 font: bold 100% Arial,sans-serif;
 color: #333399;
 margin: 0px;
 padding: 10px 0px 2px 5px;
}

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 *********/

p {
	padding: 0px 0px 0px 15px;
}

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

.menuItem {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small; 
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: bolder; 
	text-align: center; 
	vertical-align: middle
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell{
	position:absolute;
	width:780px;
	background-color: #ffffff;
}

#tl {
	position:absolute;
	top: -96px;
	left: -4px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#pageNav{
	float: right;
	width:200px;
	padding: 0px;
	background-color: #F5f7f7;
	font: x-small Verdana,sans-serif;
	border-left: 1px solid #ccccff;
	border-top: 1px solid #ccccff;
	border-right: 1px solid #ccccff;
}

#content{
	padding: 0px 10px 10px 0px;
	margin:0px 200px 0px 0px;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** pageName styles ****************/

#pageName{
	padding: 10px 0px 0px 15px;
	margin: 0px;
}

/*************** story styles ******************/

.story {
	padding: 20px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	padding: 0px ;
	font:  bold 120% Georgia, "Times New Roman", Times, serif;
	color: #333399;
	border-bottom: thin solid #ccccff;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #6666cc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #ccccff;

}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}

/********************* end **********************/

