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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, sans-serif, Verdana;
	font-size:11px;
	line-height: 130%;
	color: #333333;
	background-color:#F0ebd5;
	scrollbar-base-color: #A3CADE;
	scrollbar-arrow-color: #74A9C4;
	scrollbar-3dlight-color: #D0EAF7;
	scrollbar-darkshadow-color: #5E96B2;
	scrollbar-face-color: #A3CADE;
	scrollbar-highlight-color: #E7F3F9;
	scrollbar-shadow-color: #5388A2;
	scrollbar-track-color: #A3CADE; 
	     
}
.nav{
	color: #cccccc;
	padding: 7px 4px 4px 4px;	
}

.subnav{
	color: #cccccc;
	padding: 3px 4px 4px 1px;	
}

.plus{
	color: #999999;
		
}

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


a:link {
	color: #B3B3B3; 
	text-decoration: none;
	font-size: 11px;
}


a:visited {
	color: #B3B3B3;
	text-decoration: none;
	font-size: 11px;
	
}


a:hover {
	text-decoration: none;
	color: #A3CADE;
}


a:active {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 30px;
	left: 130px;
	right: 2%;
	width: 546px;
	background-color: #ffffff;
	height: 1500px;
	padding: 27px;
	bottom: 0;
}

#pagecell2{
	position:absolute;
	top: 30px;
	left: 130px;
	right: 2%;
	width: 546px;
	background-color: #ffffff;
	height: 1150px;
	padding: 27px;
	bottom: 0; 
}

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

.product{
	font-family: Arial, sans-serif, Verdana;
	color: #333333;
	font-size:11px;
	margin: 0px;
	padding: 4px;
}

.text{
	font-family: Arial, sans-serif, Verdana;
	color: #333333;
	font-size:11px;
	margin: 0px;
	height: 100%;
	bottom: 0; 
	padding: 0px;
	line-height:130%;
	text-align: justify;
}

.subtitle{
	font-family: Arial, sans-serif, Verdana;
	color: #666666;
	font-size:11px;
	margin: 0px;
	padding: 4px;
}
.numb{
	font-family: Arial, sans-serif, Verdana;
	color: #333333;
	font-size: 11px;
	padding: 4px 1px 0px 7px;
}

.numba{
	font-family: Arial, sans-serif, Verdana;
	color: #A3CADE;
	font-size: 11px;
	padding: 4px 1px 0px 7px;
}
.date{
	font-family: Arial, sans-serif, Verdana;
	color: #999999;
	font-size:11px;
	margin: 0px;
	padding: 0px;
}


/************** siteInfo styles ****************/
.footer{
	font-family: Arial, sans-serif, Verdana;
	color: #cccccc;
	font-size:11px;
	margin: 0px;
	padding: 5px;
	position:absolute; 
	bottom:0; 
	text-align: left;
}

.footerindex{
	font-family: Arial, sans-serif, Verdana;
	color: #cccccc;
	font-size:11px;
	margin: 0px;
	padding: 5px;
	position:absolute; 
	bottom:0; 
	text-align: left;
}




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