/* ------------- css for screen appearance ---------------------*/

/* -------- Reset ALL browsers -------- */

html, body, div, table, h1, h2, h3, h4, h5, h6, p, form, img { 
	margin: 0px; 
	border: 0px; 
	padding: 0px;
}

/* -------- Set 100% mozilla height compatibility -------- */
html {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
}


/* ---------------- redefine HTML Tags -------------*/

p {
	font-size: 0.8em;
	margin: 1em 0px;
	padding-right: 8px;
}

h1 {
	border-bottom-style: solid;
	border-bottom-color: silver;
	border-bottom-width: 1px;
	font-size: 1.2em;
	color: #003366;
	margin-top: 0.7em;
}

h2 {
	color: #666699;
	font-size: 1.1em;
	margin-bottom: 0px;
}

h3 {
	color: #990000;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-bottom: 1em;
	padding-top: 0.6em;
}

h4{
	font-size: 0.8em;
	color: gray;
}

h5 {
}

h6 {
}





sup {
	font-size: smaller;
}


/*--------- format styles --------------- */


#udm a.nohref {  /* no rollover on nohref links */
	background-color:transparent !important;
	color: #CC9966!important;
	}


#udm a.nohref:focus, #udm a.nohref:active {  /* partially restore for focus so you can see when you're on it */
	border-color:#aca !important;
	}
	
#udm li.separate {
	border-top: thin solid #FFDF5E;
}
#udm li.xSeparate {
}

#contentHolder a:link {
	color: #000000;
	border-bottom: 1px dashed #999999;
	text-decoration: none;
	background-color: transparent;
}
#contentHolder a:visited {
	color: #444488;
	border-bottom: 1px dashed #444488;
	text-decoration: none;
	background-color: transparent;
}
#contentHolder  p a:hover, #contentHolder li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-style: none;
	background: #6699CC;
	padding: 3px;

}

#contentHolder div.noHover a:link, #contentHolder div.noHover a:hover {
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	border-style: none;
	height: auto;
	width: auto;
} 
.snglSpc {
	margin-top: -1em;
	margin-bottom: 1em;
}
.normalTxt {
	font-style: normal;
	font-weight: normal;
}
.smallTxt {
	font-size: 0.7em;
	line-height: normal;
}

.redTxt {
	color: #CC0000;
	background-color: transparent;
}
.largeTxt {
	font-size: 1.2em;
}

.greyTxt {
	color: gray;
	background-color: transparent;
}
.silverTxt {
	color: silver;
	background-color: transparent;
}
.whiteTxt {
	color: #FFFFFF;
	background-color: transparent;
}
.redBorder {
	border: 1px solid #CC0000;
	padding: 0px 12px;
}

.greyBorder {
	border: 1px solid #666666;
	padding: 0px 12px;
}


.greyBox {
	background-color: silver;
	padding: 8px;
}
.blueBox {
	background-color: #D9EBFF;
	padding: 8px;
}
.redBox {
	background-color: #FFFFFF;
	padding: 8px;
	border: 1px solid #CC0000;
}




.quote {
	font: italic 1em "Times New Roman", Times, serif;
	width: 98%;
	clear: left;
	margin: 0px;
}

.quoteStart {
	float: left;
	color: #FF0000;
	font: normal 88px "Times New Roman", Times, serif;
	margin-top: -26px;
	padding-right: 8px;
 }

 .quoteEnd {
	float: right;
	color: #FF0000;
	font: normal 88px "Times New Roman", Times, serif;
	margin-bottom: -48px;
	margin-top: -18px;
 }
.quoter {
	font-weight: bold;
	padding: 0px 48px;
}
.reference {
	font-size: 0.7em;
	color: #333333;
	background-color: transparent;
	width: 100%;
	margin: 6px 0px;
}
.imgTxt {
	font: 0.75em/1.2em 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	margin: 3px 0px;
	padding: 0px;
}


/* ----------- Set display --------------------*/

.xPrint {
}

.printOnly {
	display: none;
}
.xxx {
	display: none;
}

.pageXa {
	page-break-after:always
}
.pageXb {
	page-break-before:always
}


/* ------------------ other common ----------------------*/
#topOfPage {
	position: absolute;
	left: 0px;
	top: 0px;
}
.scroll {
	overflow: auto;
	display: inline;
	width: 100%;
	z-index: auto;
	padding: 8px;
	margin: 0px;
}
.vertScrollOnly {
	overflow-x: hidden;
	overflow-y: auto;
}
.horizScrollOnly {
	overflow: auto;
	overflow-y: hidden;
}


.iH {
	float: left;
	margin: 0px;
	padding: 0px;
	display: inline;
}

.iHr {
	float: right;
	margin: 0px;
	padding: 0px;
	display: inline;
}
.imgL {
	float: left;
	margin: 0px 18px 8px 0px;
}
.imgR {
	display: inline;
	float: right;
	margin: 8px 0px 8px 18px;
}


.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}

.clearBoth {
	clear: both;
	display: block;
}


#headerHolder {
	background: url(/images/epdaweblogo.gif) no-repeat 8px 6px;
	height: 68px;
	width: 100%;
	background-color: #FFFFFF;
	color: #000000;
}
#searchBox {
	font-size: 10px;
	color: #999999;
	background-color: transparent;
	text-align: right;
	float: right;
	width: auto;
	margin: 26px 3px auto 460px;
	padding: 0px;
	clear: both;
}
#q {
	border: 1px solid #CCCCCC;
	width: auto;
	height: 20px;
	margin-bottom: 3px;
}
.sa {
	cursor:pointer;
	background:url(/images/formbg.gif) repeat-x left top;
	color:#666666;
	border: 1px solid #CCCCCC;
	margin-bottom: 3px;
}
#subHeader {
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	height: auto;
	float: right;
	background-color: #FFFFFF;
	color: #000000;
}


#EPDAsiteLogo {
	margin: 8px;
	display: inline;
	float: left;
}



#date {
	letter-spacing: 0.2em;
	font: 0.7em Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: transparent;
	padding: 12px 12px 0px;
	clear: left;
	float: left;
}

#siteLinks {
	float: right;
	font: bold 68% Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	color: #CCCCCC;
	margin: 3px 2px 0px 0px;
	width: auto;
}
#siteLinks ul {
	min-height: 1em;
	background: url(/images/siteLinks_bg.gif) repeat-x;
	margin: 0px;
	padding: 0px;
	float: left;
}
#siteLinks ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#siteLinks ul li a, #siteLinks ul li span {
	float: left;
	color: #666666;
	padding: 8px 13px 5px 6px;
	text-decoration: none;
	background: url(/images/siteLinks_divider.gif) top right no-repeat;
}
#siteLinks ul li a:hover {
	color: #FF0000;
}

#siteLinks ul li span { /*Targets span tag to the right of #leftcorner below*/
	padding-left: 0px;
}

#siteLinks ul li a#leftcorner {
	float: none;
	padding-left: 10px;
	padding-right: 0px;
	background: url(/images/siteLinks_leftcorner.gif) top left no-repeat;
}

#siteLinks ul li a#rightcorner {
	padding-right: 10px;
	background: url(/images/siteLinks_rightcorner.gif) top right no-repeat;
}

#siteLinks:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#mainMenu {
	width: 100%;
	color: #003366;
	background-color: #FFFFFF;
}

#breadCrumb {
	font-size: 0.7em;
	color: #999999;
	height: auto;
	width: 100%;
	font-weight: lighter;
	border-top: 1px solid #CCCCCC;
	border-bottom: thin solid #999999;
	float: left;
	background-color: #F7F7F7;
}
#breadCrumb ul {
	margin: 0px 0px 0px 12px;
	padding: 0px;
	height: auto;
}


#breadCrumb li {
	float: left;
	margin: 0px 6px;
	background: url(/images/breadCrumb_arrow.gif) no-repeat left center;
	padding-left: 18px;
	list-style: none;
}
#breadCrumb li.xBullet {
	float: left;
	list-style: none;
	background: url(none);
	margin: 0px;
	padding: 0px 8px 0px 0px;
}
#breadCrumb a:link, #breadCrumb a:visited {
	color: #999999;
	text-decoration: none;

}
#breadCrumb a:hover {
	color: #FF0000;

}

#contentHolder {
	height: 64%;
	padding: 0px 12px 12px 12em;
	margin: 0px;
	float: left;
	width: auto;
	display: block;
}

html>body #contentHolder {
	height: auto;
	min-height: 64%;
}

#contentHolder ul, #contentHolder ol {
	padding-right: 8px;
}
#contentHolder li {
	font-size: 0.8em;
	padding-bottom: 8px;
}


#contentHolder li li {
	font-size: 100%;
	padding-top: 8px;
	padding-bottom: 0px;
}
/*
#contentHolder ol {
	list-style: decimal;
}

#contentHolder ol ol {
	list-style: lower-roman;
}
#contentHolder ol ol ol {
	list-style: lower-alpha;
}
*/
#footnote ol li {
	font-size: 0.75em;
	color: #666666;
	background-color: transparent;
}

#footerHolder {
	font-size: 76%;
	color: #999999;
	border-top: 2px solid #999999;
	float: left;
	background-color: #F7F7F7;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#footerR {
	float: right;
	padding: 3px 6px 3px 3px;
	font-weight: bold;
	width: auto;
}

#footerR ul {
	margin-top: 0px;
	margin-bottom: 0px;
	width: auto;
}
#footerR li, #footerR li a {
	color: #666666;
	text-decoration: none;
	list-style: disc outside;
}

#footerR li a:hover {
	color: #FF0000;
	background: transparent;
}
#footerL {
	width: auto;
}
#footerL ul {
	margin: 0px;
	list-style: none;
	width: auto;
	padding: 0px;
	float: left;
}
#footerL li {
	float: left;
	margin: 6px;
}



.redBorder {
	border: thin solid #FF0000;
}
.pad18L {
	padding-left: 18px;
}
/*#contentCol {
	float: left;
	width: auto;
	display: inline;
}
*/
#sectionMenu {
	width: 12em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 90%;
	position: absolute;
	left: 0px;
	border-right: 1px solid #E4E4E4;	
}

/** html #sectionMenu { /*IE 6 only */
/*w\idth: 12em; /*Box model bug  */
/*}*/

#sectionMenu ul, #floatingMenu ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#sectionMenu li, #floatingMenu li {
	border-bottom: 1px solid #FFFFFF;
	margin: 0px;
	padding-bottom: 0px;
}

#sectionMenu li a, #floatingMenu li a, #sectionMenu li a:link, #floatingMenu li a:link, #sectionMenu li a:visited, #floatingMenu li a:visited {
	display: block;
	padding: 3px 5px 3px 8px;
	border-left: 10px solid #F4F4F4;
	color: #666699;
	text-decoration: none;
	width: auto;
	background: #FFFFFF;
	border-bottom: none;
}
#sectionMenu li a:hover, #floatingMenu li a:hover {
	border-left: 10px solid #FF6600;
	color: #fff;
	width: auto;
	background-color: #666699;
}

#sectionMenu h1 {
	padding: 5px 0px 5px 16px;
	color: #FFFFFF;
	border-right: 10px;
	border-left: 10px;
	margin: 0px;
	width: auto;
	height: auto;
	background-color: #B70000;
}
#sectionMenu h2 {
	padding: 5px 0px 5px 16px;
	color: #FFFFFF;
	border-right: 10px;
	border-left: 10px;
	margin: 0px;
	width: auto;
	height: auto;
	background-color: #B70000;
}
#sectionMenu .noHref {
	color: #BBBBBB;
	background-color: transparent;
}


html>body #sectionMenu li a{ /*Non IE6 width*/
width: auto;
}

#top a.top, #top a.top:link, #top a.top:visited {
	color: #FFFFFF;
	padding: 3px 6px;
	float: right;
	background-color: #666666;
	font: 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	text-decoration: none;
	clear: left;
	border-bottom-style: none;
	width: auto;
	height: auto;
}

#top a.top:hover {
	font-weight: bold;
	background-color: #999999;
}

.leftColumn {
	width: 48%;
	float: left;
	clear: left;
	display: block;
}
.rightColumn {
	float: right;
	width: 48%;
	padding-left: 8px;
	display: block;
}
#contentHolder .pdf {
	background: url(/images/downloadPDF.gif) no-repeat left;
	list-style: none;
	min-height: 48px;
	display: block;
	height: 40px;
	padding-left: 60px;
	padding-top: 12px;
	font-size: 1.1em;
	font-weight: bold;
	float: left;
}
