/***********************************************/
/* emx_nav_left.css                                                      */
/***********************************************/
/* HTML tag styles                                                        */
/***********************************************/

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #cccccc;
	background-image:  url("bg_grad.jpg");
	background-attachment: fixed;
	min-height:100%;
}

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

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



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

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

a:hover{
	color: #005FA9;
	text-decoration: underline;
}

/***********************************************/
/* Header tag styles                                                      */
/***********************************************/

h1{
 font-family: 'Vonness Medium',Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: 'Vonness Medium',Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/***********************************************/
/* List Tags                                                                  */
/***********************************************/

ul{
 list-style-type: square;
}

ul.left{
 list-style-type: square;
	text-indent = 2px; 

}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

hr {
    border: none;
    background: #cccccc;
    height: 1px;
}


/***********************************************/
/* Form and related Tags                                               */
/***********************************************/

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* End HTML tag styles                                                  */
/***********************************************/


/***********************************************/
/* Layout Divs                                                              */
/***********************************************/



#pagecell1{
	position:absolute;
	top: 4%;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

/***********************************************/

#pageNav{
	float:left;
	margin:-8px 0px 0px 0px;
	width:178px;
	padding: 0px 0px 0px 0px;
	background-color: #F5f7f7;
	border-top: 1px #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #ccd2d2;
	font-family: Verdana,sans-serif;
	font-size: 10pt;
}



/***********************************************/

#col2{
	margin: -9px 0px 0px 178px;
	padding: 0px 10px 0px 0px;
	border-left: 1px solid #ccd2d2;
}

/***********************************************/
/* End Layout Divs                                                        */
/***********************************************/

/***********************************************/
/* Component Divs                                                       */
/***********************************************/

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

.feature h3{
	font-family: Arial,sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: #334d55;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: right;
	padding: 10px 10px 0px 0px;
}

.feature2 img{
	float: center;
	padding: 0px 0px 0px 0px;
}

/***********************************************/

#siteInfo{
	clear: both;
	float:bottom;
	border-top: 1px solid #cccccc;
	font-size: 66%;
	color: #cccccc;
	padding: 10px 10px 0px 10px; 
    	text-align: center;
}

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

/***********************************************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
}

#sectionLinks ul{
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	text-indent:10px
}


#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 10pt;
}

#sectionLinks a:link{
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}


#sectionLinks a:visited{
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	display: block;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	padding: 3px 0px 3px 10px;
	font-weight: bold;
	text-decoration: none;
}

#sectionLinks #current{
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

/***********************************************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 00px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	font-size: 10pt;
}

.relatedLinks a{
	display: block; 
}

/***********************************************/
/* End Component Divs                           		   */
/***********************************************/
