html {
	width: 100%; height: 100%;
}

body {
	background: #e9eceb url(images/page-bg.gif) top repeat-x;
	width: 100%; height: 100%;
	position: relative;
	margin: 0px;
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #7a7877;
}

table, td {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #7a7877;
}

a, a:link, a:visited {
	color: #405080;
	text-decoration: underline;
}
a:hover {
	color: #405080;
	text-decoration: underline;
}

p { margin: 0px; padding: 10px 0px 0px 0px; }

form { margin: 0px; padding: 0px; }

div#page-container {
	position: absolute;
	left: 0px; top: 0px;
	width: 885px; height: 100%;
	background: url(images/footer-bg.gif) top left repeat-y;
}

div#menu-container {
	position: absolute;
	left: 378px; top: 29px;
	width: 510px; height: 63px;
	z-index: 2;
}
a#a-corporate	{ position: absolute; left: 0px; top: 0px; }
a#a-projects	{ position: absolute; left: 160px; top: 0px; }
a#a-investor	{ position: absolute; left: 222px; top: 0px; }
a#a-factsresearch	{ position: absolute; left: 362px; top: 0px; }
a#a-news	{ position: absolute; left: 451px; top: 0px; }
img#m-rightedge	{ position: absolute; left: 504px; top: 0px; }


div#content-container {
	position: absolute;
	left: 416px; top: 92px;
	width: 469px; height: 397px;

	background: url(images/content-bg.jpg) top left no-repeat;
	background-attachment: scroll;
}

div#content-scroll {
	width: 458px; height: 397px;
	overflow: auto;
}
div#content {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #7a7877;
	padding: 0px 38px 15px 0px;
}

div#footer-container {
	position: relative;
	left: 0px; top: 489px;
	z-index: 0;
	background: url(images/footer.jpg) top left no-repeat;
	width: 885px; height: 121px;
}
div#footer {
	position: absolute;
	left: 586px; top: 23px;
	font-family: arial, sans-serif;
	font-size: 9px;
	font-weight:bold;
	color: #405080;
}
div#footer-newsletter {
	position: absolute;
	left: 173px;
	top: 18px;
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #FFFFFF;
	width: 207px;
	text-align: left;
}
div#footer-newsletter-image {
	position: absolute;
	left: 25px;
	top: 1px;
	width: 144px;
}

img#header-nav {
	position: absolute;
	left: 380px; top: 0px;
	z-index: 2;
}
img#section {
	position: absolute;
	left: 0px; top: 0px;
	z-index: 0;
}

div.indent {
	padding-left: 3px;
	padding-bottom: 20px;
}

div.submenu {
	font-family: arial, sans-serif;
	font-size: 9px;
	color: #405080;
	padding: 10px 0px 10px 0px;
}

div.submenu a.selected,
div.submenu a.selected:link,
div.submenu a.selected:visited,
div.submenu a.selected:hover { font-weight: bold; text-decoration: underline; }

div.submenu a,
div.submenu a:visited,
div.submenu a:link {
	text-decoration: none;
}
div.submenu a:hover {
	text-decoration: underline;
}

span.stockquote { color: #405080; }


table.form td.label {
	text-align: right;
	padding: 3px;
}
table.form td.input {
	padding: 3px;
}
table.form input.text {
	font-family: arial, sans-serif;
	font-size: 11px;
	width: 146px;
	border: 1px solid #3054bf;
}
table.form textarea {
	font-family: arial, sans-serif;
	font-size: 11px;
	border: 1px solid #3054bf;
}

h1 {
	font-family: arial, sans-serif;
	font-size: 16px;
	color: #405080;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h1.news {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #405080;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

div.error_message {
        font-weight: bold;
        color: #bd2020;
	padding: 0px 0px 10px 60px;
}

div.success_message {
	font-weight: bold;
	color: #008f00;
	padding-bottom: 10px;
}

img.print-btn-scroll {
	float: right;
	margin: 3px 10px 0px 0px;
}
img.print-btn-noscroll {
	float: right;
	margin: 3px 27px 0px 0px;
	}