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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	color: #881A47;
	margin: 0px;
	padding: 0px;
	background: #660066 fixed;
	font: normal xx-large/1.166 Papyrus;
	overflow: auto;
	z-index: auto;
	visibility: visible;
}

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

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

a:hover{
	text-decoration: underline;
}

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

h1{
	font: bold xx-large Papyrus, Garamond;
	color: #831C47;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h2{
 font: bold 114% Papyrus, Garamond;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bolder small Papyrus;
 color: #660066;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Papyrus, Garamond;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Papyrus, Garamond;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

bodyText{
	font: 12pt Papyrus, Garamond;
	color: #372F78;
	margin: 0px;
	padding: 0px;
	text-align: left;
	position: relative;
	visibility: visible;
	z-index: auto;
}

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 139px;
	left: -6px;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
	visibility: visible;
}

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

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

#masthead{
	position: absolute;
	top: -181px;
	left: 31px;
	right: 2%;
	width:95.6%;
	visibility: visible;
	
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

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


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #660066;
	font-weight: normal;
	font-family: Epilog, Papyrus, Garamond;
	background: #996699;
}


.topPageHeading {
	font: bold normal xx-large/normal Papyrus;
	color: #81113F;
	text-align:center
}
.bodyText {
	font: 16px Papyrus;
	color: #881A47;
	text-align: left;
}
