		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: #37414a;
		}
		
		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;				
		}

		ul.domtabs li {
			float: left;
			padding: 0.5em;
			width: 11em;
		}
		
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover {
			width: 11em;
			padding: 0.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: #b1bfcd;
		}
		
		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: #37414a;
			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: #37414a;
		}
		
		#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: #b1bfcd;
			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: 41em;
			padding: 0 20px 20px 20px;
			background: white url("../themes/virtualred/ESGECBackgroundfill1.jpg");
		}
		
		#content ul {
			margin: none;
		}
	
		h2 {
			text-indent: 1.7em;
			font-size: 1.5em;
			color: #37414a;
		}
		
		h3 {
			margin: 0;
			text-indent: 2em;
			font-size: 1.25em;
			color: #37414a;
		}
		
		h4 {
			font-size: 1.5em;
			color: #37414a;
		}
		
		h5 {
			font-size: 1.25em;
			color: #036;
		}
		
		#content img {
			float: right;
			margin: 0 0 0 1em;
			padding: 15px;
			border: 1px solid #ccc;
			background-color: #eee;
		}

		#whitepages img {
			width: 872px;
 	    	height: 596px;
			margin: 1em 2.5em 1em;
	    }

		#latestnews, #latestnewswide {
			float: right;
			clear: right;
			color: black;
			background: #cccccc;
			padding: 15px;
			margin: 1em 1em 1em 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: #37414a;
		}
			
		#latestnews p, #latestnewswide p {
			margin: 9px 18px 9px 18px;
		}
		
		#container {
			position: relative;
			width: 1020px;
			margin: auto;
			border-left: 154px solid #37414a;
			border-right: 15px solid #37414a;
		}
		
		ol
		{
			list-style: lower-roman;
		}
		
		dt
		{
			margin-left: 0;
			font-weight: bold;
		}
	
		dd {
			text-indent: 0;
			margin: 0 0 1em 0;		
		}
		
		#footer
		{
			clear: right;
			background: #37414a;
			text-align: center;
			font-weight: bold;
			line-height: 2.5;
			vertical-align: middle;
			color: white;
			font-size: 0.9em
		}
		
		#footer p
		{
			margin: 0;
		}