/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #000006;
	line-height: 1.166;	
	background: #ffffff url("/includes/menus/bg_grad.jpg") fixed;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/********* 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;
}


h3{
 font: bold 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;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pagecell1{
	width:95.6%;
	position:relative;
	left: 2%;
	right: 2%;
	background-color: #ffffff;
	border-color:#CCCCCC;
}

#pagecell2{
	/*
 	top: 128px;	*/
	background-color:#FFFFFF;
	display:block;
	width:95.6%;
	margin-top:5px;
	border-style: solid;
	border-width: 1px;
	border-color:#CCCCCC;
	position:relative;
	left: 2%;
	right: 2%;
}


#pagecellazul{
	width:95.6%;
	font-size:150%;
	position:relative;
	left: 2%;
	right: 2%;
	background-color: #ffffff;
}


#tl {
	position:absolute;
	top: -34px;
	left: 88px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}



/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 100%;
	color: #000066;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}


.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}

/************** siteInfo styles ****************/

#siteInfo2{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo2 img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
	z-index:200;
	
}



/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-color:#CCCCCC;
	font-size: small;
	color:#000033;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}








