body {

	background: #383838;
	margin: 0;
	

/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#container {
	width: 940px;
	/

* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	background: #666 url(images/shadow2.jpg) no-repeat;
}

#stamp {
	width: 100%;
	z-index: -100;
	float: right;
	position: absolute;
	left: 0;
	height: 500px;
	background: #383838 url(images/page_pattern.jpg) repeat-x;
}

#container p {
	/

* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	background: none no-repeat;
	text-align: left;
	color: white;
	font-size: 12px;
	line-height: 20px;
}

h1, h2, h3 {
	color: white;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

h1 {
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: orange;
	
}

h2 {
	font: 18px/21px "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	color: orange;
	margin-bottom: 5px;
}

#centre {
	width: 936px;
	height: 380px;
	position: relative;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
}

#centre h1 {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	color: orange;
	font: bold xx-large Verdana, Arial, Helvetica, Geneva, sans-serif;
	text-indent: -1000px;
	position: absolute;
}

#logos {
	width: 900px;
	height: 370px;
	position: relative;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
}

#logo {
	padding-top: 80px;
}

#header {
	height: 380px;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	background-image: none;
	background-color: white;
}

#headerAnnualReports {
	height: 370px;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	background: white url(images/annual_reports/annual_report.jpg) repeat-x;
}

#headerIndex {
	height: 370px;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	background: white url(images/annual_reports/annual_report.jpg) repeat-x;
}

#topcontact {
	width: 880px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 12px;
}

#phone {
	float: left;
	font-weight: bold;
}

#email {
	float: right;
}

#email a:link  {
	color: white;
}

#email a:visted  {
	color: white;
}

#email a:hover  {
	color: orange;
}

#candystrip {
	margin: 0;
	background-color: #dfdcaf;
	height: 6px;
	width: 100%;
	background-image: url(images/candystrip.gif);
	padding: 0;
}

#contactheader {
	background: #000;
	text-align: center;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 100%;
	height: 12px;
}

#menubar {
	background: #000;
	text-align: center;
	color: white;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	height: 25px;
	clear: both;
}

#menu {
	width: 880px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#header h1 {
	margin: 0;

/* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: orange;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#header h1 a:link {
	margin: 0;

/* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: orange;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-decoration: none;
	font-size: 24px;
}

#sidebar1 {


/* since this element is floated, a width must be given */
	width: 200px;
	float: left;
	margin-right: -210px;
	padding: 5px 10px 15px 50px;
	border-right: 1px solid orange;
	z-index: 100;
}

#sidebar1 h3 {
	float: left;
	color: orange;
	font-size: 18px;
	line-height: 15px;
	margin-top: 35px;
}

#sidebar1 h3 a:link {
	float: left;
	color: orange;
	font-size: 18px;
	line-height: 15px;
	margin-top: 35px;
}

#sidebar1 p {
	float: left;
	color: silver;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 5px;
}

#sidebar1 a:link {
	float: left;
	color: #ffa500;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 5px;
}

#sidebar1 a:visited {
	float: left;
	color: #ffa500;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 5px;
}

#sidebar1 li {
	float: left;
	color: silver;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: -10px;
	width: 150px;
}

#sidebar1 img {
	float: left;
	
}

/* @group My Group */



/* @end */

#mainContent {
	float: left;
	width: 580px;
	margin-bottom: 0;
	margin-top: 15px;
	margin-right: 50px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 250px;
}

#mainContent p {
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
}

#mainContent a:link {
	font-size: 12px;
	line-height: 20px;
	color: white;
}

#mainContent h1 a:link {
	color: white;
	font-size: 24px;
	text-decoration: none;
}

#mainContent ul {
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 12px;
	line-height: 20px;
}

#mainContent li {
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 20px;
	color: white;
}

#indexfeature {
	width: 240px;
	background-color: #929070;
	float: right;
	margin-left: 30px;
	margin-top: 15px;
}

#indexfeature p {
	font-size: 11px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	color: white;
	margin-bottom: 5px;
}

#indexfeature a:link {
	font-size: 11px;
	margin-right: 10px;
	text-align: left;
	color: white;
	font-weight: bold;
}

#indexfeature a:visited {
	font-size: 11px;
	margin-right: 10px;
	text-align: left;
	color: silver;
	font-weight: bold;
}

#indexfeature img {
	margin-left: 2px;
}

#indexfeature h1 {
	font-size: 16px;
	text-indent: 10px;
	margin-bottom: 5px;
	color: #d0be6c;
	text-transform: uppercase;
}

#websites strong {
	font-size: 14px;
	color: orange;
	margin-right: 5px;
}

#websites img {
	margin-bottom: 15px;
	float: left;
	margin-right: 10px;
	clear: left;
}

#websites a:link {
	color: white;
}

#websites a:visited {
	color: white;
}

#footer {
	width: 940px;
	border-style: none;
	position: absolute;
	padding-top: 20px;
	padding-bottom: 0;
}

/* @group footerCorners */

.roundedcornr_box_584959 {
   background: #505050;
	width: 940px;
}
.roundedcornr_top_584959 div {
   background: url(images/common/roundedcornr_584959_tl.png) no-repeat left;
}
.roundedcornr_top_584959 {
   background: url(images/common/roundedcornr_584959_tr.png) no-repeat right;
}
.roundedcornr_bottom_584959 div {
   background: url(images/common/roundedcornr_584959_bl.png) no-repeat left;
}
.roundedcornr_bottom_584959 {
   background: url(images/common/roundedcornr_584959_br.png) no-repeat right;
}

.roundedcornr_top_584959 div, .roundedcornr_top_584959, 
.roundedcornr_bottom_584959 div, .roundedcornr_bottom_584959 {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.roundedcornr_content_584959 { margin: 0 15px;
	color: white;
}

.roundedcornr_content_584959 a {
	color: white;
	margin-bottom: 0;
	margin-top: 0;
}

.roundedcornr_content_584959 a:visited {
	color: white;
	margin-bottom: 0;
	margin-top: 0;
}

/* @end */

#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;
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, Geneva, sans-serif;
	border-style: none;
}

.fltrt {


/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft {


/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat {


/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

#edirectcharts {
	float: left;
	padding-top: 10px;
	padding-left: 40px;
	border-width: 1px;
	margin-top: 10px;
}

#rightcol {
	width: 200px;
	border-width: 1px;
	float: right;
	padding-left: 9px;
	padding-bottom: 10px;
}

#rightcol p {
	width: 200px;
	border-width: 1px;
	float: right;
	padding-left: 9px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 12px;
	padding-bottom: 5px;
	font-style: italic;
}

.cscol1examples img {
	margin-bottom: 20px;
	margin-top: 5px;
	padding-right: 120px;
}

#mainContent img.logo {
	float: left;
	margin-right: 15px;
}

#edirectcharts p {
	padding-top: 0;
	color: gray;
	padding-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
	font-size: 11px;
}

#edmlogin {
	width: 150px;
	background-color: silver;
	float: right;
	margin-left: 10px;
	color: white;
	font-size: 12px;
	padding: 15px;
	margin-top: 20px;
}

#linkbox {
	width: 550px;
	clear: both;
	float: left;
}

.linkcols {
	float: left;
	width: 30%;
}

.sitemapcols {
	float: left;
	width: 50%;
}

.linkcols ul {
}

.linkcols li {
}

.linkcols a:link {
	text-decoration: none;
}

.linkcols a:link {
	text-decoration: none;
	color: #d0be6c;
}

.linkcols a:visited {
	text-decoration: none;
	color: #ffa500;
}
