		body {
			font: 100% tahoma, arial, helvetica, sans-serif;
			color: black;
			background: white url("../themes/virtualred/spider.gif");
			margin: 0;
		}
		
		#header {
			text-align: center;
			line-height: 60px;
			color: white;
			vertical-align: middle;
			background: slategray;
		}
		
		div.domtab {
			padding: 0;
			width: 100%;
			font-size: 90%;
			margin: 0 0 1em;
		}
		
		ul.domtabs {
			list-style: none;
			float: left;
			width: 100%;
			margin: 0 0 1em 0;				
		}

		ul.domtabs li {
			float: left;
			padding: 0.5em 1em 1em 1em;
			width: 11em;
		}
		
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover {
			width: 11em;
			padding: 1.5em .3em 0 .3em;
			display: block;
			text-align: center;
			vertical-align: middle;
			background: #cccccc;
			color: black;
			height: 3em;
			font-weight: bold;
			text-decoration: none;
		}
		
		html>body ul.domtabs a:link,
		html>body ul.domtabs a:visited,
		html>body ul.domtabs a:active,
		html>body ul.domtabs a:hover {
			height: auto;
			min-height: 3em;
		}
		
		ul.domtabs a:hover {
			background: lightsteelblue;
		}
		
		div.domtab div {
			clear: both;
			width: auto;
			background: #696;
			color: #fff;
			padding: 1em 1em;
		}
		
		ul.domtabs li.active a:link,
		ul.domtabs li.active a:visited,
		ul.domtabs li.active a:active,
		ul.domtabs li.active a:hover {
			background: slategray;
			color: #fff;
		}
		
		div.domtab div a:link,
		div.domtab div a:visited,
		div.domtab div a:active {
			color: #fff;
			display: block;
			padding: 1em 0.5em;
			font-weight: bold;
			font-size: 1.3em;
		}

		#navigation {
			position: absolute;
			top: 60px;
			left: -154px;
			width: 154px;
			background: slategray;
		}
		
		#navigation ul {
			top: 60px;
			margin: 0 0 1em 0;
			padding: 0;
			list-style: none;
			font-size: 0.80em;
			line-height: 20px;
		}
		
		#navigation ul a {
			color: black;
			text-decoration: none;
			display: block;
			background: #cccccc;
			padding: 0 0.5em;
			margin: 0px 1em 1px 1em;
		}
		
		#navigation a:visited {
			color: black;
		}
		
		#navigation a:hover {
			font-weight: bold;
			background: white;
			border: 2px solid black;
		}
		
		#content {
			min-height:25em;
			background: white url("../themes/virtualred/ESGECBackgroundfill1.jpg");
			padding: 0 20px 20px 20px;
		}
		
		ol {
			margin-right: 1em;
		}
		
		ol ol {
			list-style: lower-roman;
			margin-right: 1.5em;
		}
	
		dt {
			margin-left: 1em;
			font-weight: bold;
		}
		
		h2 {
			margin-top: 0;
			text-indent: 1.7em;
			font-size: 1.5em;
			color: slategray;
		}
		
		h3 {
			text-indent: 2em;
			font-size: 1.25em;
			color: slategray;
		}
		
		h4 {
			font-size: 1.5em;
			color: slategray;
		}
		
		h5 {
			font-size: 1.25em;
			color: #036;
		}
		
		#content img {
			padding: 15px;
			border: 1px solid #333;
			float: right;
			margin: 1.2em 0 1em 1em;
			background: #cccccc;
		}

		#latestnews, #latestnewswide {
			float: right;
			clear: right;
			color: black;
			background: #cccccc;
			padding: 15px;
			margin: 0.5em 1em 2em 1.5em;
			border: 1px solid #333;
			font-size: 75%;
		}
		
		#latestnews {
			width: 252px;
			height: 330px;
		}

		#latestnewswide {
			width: 336px;
			min-height: 250px;
		}
		
		#latestnews h5, #latestnewswide h5 {
			text-align: center;
			text-indent: 0;
			margin: 15px 15px 5px 15px;
			color: white;
			background: slategray;
		}
			
		#latestnews p, #latestnewswide p {
			margin: 9px 18px 9px 18px;
		}
		
		#container {
			position: relative;
			width: 1000px;
			margin: auto;
			border-left: 154px solid slategray;
			border-right: 15px solid slategray;
		}
		
		#footer {
			clear: right;
			background: slategray;
			text-align: center;
			font-weight: bold;
			line-height: 2.5;
			vertical-align: middle;
			color: white;
			font-size: 0.9em
		}
		
		#chapter {
			font-weight: bold;
			text-decoration: underline;
		}
		
		#chapter1 {
			text-decoration: underline;
		}
		
		#footer p {
			margin: 0;
		}