@charset "UTF-8";
body { margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #fff; }
#container { width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent; text-align: left; margin: 20px; /* this overrides the text-align: center on the body element. */
}
.imred { 
	border:2pt;
	border-width:thin;
	border-color:#CC0033;
  /* this is for the red colour around images -- forced with CSS to ensure is consistent accross browsers. */

}
#header { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: transparent; 
	background-image: url(../images/EAIncLogo.png); 
	background-repeat: no-repeat;
	background-position: 20px 0;
	padding: 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 130px; 
}
#header h1 { margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#menuArea { font-size: 11px; margin: 0; background-color: transparent; height: 45px; padding-left: 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-left: 8px solid #cc0033; padding-bottom: 10px; }
#mainContent { font-size: 11px; margin: 0; min-height: 550px; background: transparent; font-family: Verdana, Arial; padding-top: 0; padding-right: 20px; padding-left: 25px; border-left: 8px solid #cc0033; }
#mainContent h1{
	font-size: 13pt;
	margin-top: 0;
	color: #000000;
	text-decoration: none;
}
#mainContent h2 {
	font-size: 12px;
	font-weight: bold;
	color: #cc0033;
}
#mainContent h3 {
	font-size: 12px;
	font-weight: bold;
	color: #808080;
}
#mainContent h4 { font-size: 11px; font-weight: bold; color: #000; margin-top: 5px; margin-right: 0; margin-bottom: 1px; }
#mainContent p { font-size: 10pt; }
#mainContent a { color: #c03; text-decoration: underline; }
#mainContent a:hover {
	text-decoration: underline;
}
#mainContent li { margin-left: -10px; padding-left: 0; list-style-type: square; list-style-position: outside; display: marker; }
#mainContent a:visited {
	color: #cc0033;
	text-decoration: underline;
}
#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:transparent; 
	color: #ccc; 
	text-align: center; 
	font-size: 9px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#imageCaption { vertical-align: top; width: 260px; margin-bottom: 5px; padding-bottom: 5px; border-top: 1px dotted #aaa; border-bottom: 1px dotted #aaa; }
#mainContent strong { color: #e50019; font-weight: bold; }
.navTableHeader { color: #fff; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; background-color: #777; text-decoration: none; width: 260px; margin: 0; padding: 4px; outline: solid 1px #777; }
.navTableBody { color: #808080; text-decoration: none; width: 260px; margin-top: 0; margin-right: 0; margin-bottom: 0; padding: 4px 4px 4px 10px; outline: solid 1px #777; }
.navTableLink { color: #808080; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }
.chartTableHeader { color: #fff; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; background-color: #777; text-decoration: none; width: 240px; margin: 0; padding: 4px 4px 4px 20px; outline: solid 1px #777; }
.chartTableBody { color: #808080; width: 240px; margin: 0; padding: 4px 4px 0 10px; outline: solid 1px #777; }
.chartTableLink { color: #808080; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }
caption { border-top: 1px dotted #aaa; border-bottom: 1px dotted #aaa; }
.thumbBkg { background-image: url(../images/zoom_bkg.jpg); background-repeat: no-repeat; padding: 27px 25px 3px 2px; }
.detailText { width: 575px; }
