h1 
{
	font-family:Sans-Serif, Tahoma, Verdana, Arial;
	font-size:25px;
	color:#009E55;
	font-weight:normal;
	margin-top:0;
	margin-bottom:4px;
}
h2 
{
	font-family:Sans-Serif, Tahoma, Verdana, Arial;
	font-size:18px;
	color:#000000;
	font-weight:normal;
	margin-top:0;
	margin-bottom:4px;
}
h3
{
	font-family:Sans-Serif, Tahoma, Verdana, Arial;
	font-size:13px;
	color:#009E55;
	margin-bottom:0;
	margin-bottom:4px;
}
hr 
{
	height:1px;
	color:black;
}
p, li, label, td
{
	font-family:Sans-Serif, Tahoma, Verdana, Arial;
	font-size:11px;
	color:#000000;
	list-style-type:square;
}
span 
{
	font-family:Sans-Serif, Tahoma, Verdana, Arial;
	font-size:11px;
}
.fact-title 
{
	font-family:Sans-Serif, Tahoma, Verdana, Arial;
	font-size:12px;
	font-weight:bold;
}
.fact-text
{
	font-family:Sans-Serif, Tahoma, Verdana, Arial;
	font-size:12px;
	font-weight:bold;
	color:#009E55;
}
.table-text
{
	font-family:Sans-Serif, Tahoma, Verdana, Arial;
	font-size:11px;
	color:#000000;
}
.bold 
{
	font-weight:bold;
	color:#00513A;
}
.section-title 
{
	font-family:Sans-Serif, Tahoma, Verdana, Arial;
	font-size:11px;
	font-weight:bold;
	color:#EE3A22;
}
.footer
{
	font-family:Sans-Serif, Tahoma, Verdana, Arial;
	font-size:11px;
	color:#ffffff;
}
.copyright
{
	font-family:Sans-Serif, Tahoma, Verdana, Arial;
	font-size:11px;
	color:#000000;
}
.picture-caption-title
{
	font-family:Sans-Serif, Tahoma, Verdana, Arial;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
}
.picture-caption-text
{
	font-family:Sans-Serif, Tahoma, Verdana, Arial;
	font-size:11px;
	color:#ffffff;
}

a:link, a:visited, a:hover, a:active
{
	font-family:Sans-Serif, Tahoma, Verdana, Arial;
	font-size:11px;
	color:#009E55;
	font-weight:bold;
	text-decoration:none;
}
a.whiteout:link, a.whiteout:visited, a.whiteout:hover, a.whiteout:active
{
	font-family:Sans-Serif, Tahoma, Verdana, Arial;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

a.redheavy:link, a.redheavy:visited, a.redheavy:hover, a.redheavy:active
{
	font-family:Sans-Serif, Tahoma, Verdana, Arial;
	font-size:11px;
	color:#CC0000;
	text-decoration:underline;
	font-weight:bold;
}
a.redlink:link, a.redlink:visited, a.redlink:hover, a.redlink:active
{
	font-family:Sans-Serif, Tahoma, Verdana, Arial;
	font-size:11px;
	color:#FF0000;
	text-decoration:underline;
	font-weight:bold;
}
a.developer:link, a.developer:visited, a.developer:hover, a.developer:active
{
	font-family:Sans-Serif, Tahoma, Verdana, Arial;
	font-size:11px;
	color:#666666;
	text-decoration:underline;
}
a.homebig:link, a.homebig:visited, a.homebig:hover, a.homebig:active
{
	font-family:Sans-Serif, Tahoma, Verdana, Arial;
	font-size:21px;
	color:#666666;
	text-decoration:underline;
}
.picture-box
{
	padding:0;
	margin:0;
	border:solid 1px #00513A;
	background-color:#E4F1E4;
}
.picture-box-large
{
	margin:0;
	padding:0;
	border:solid 1px #00513A;
	background-color:#E4F1E4;
	width:272px;
	height:303px;
}
.home-bg 
{
	background-image:url(images/your_energy_homebg.jpg);
	background-repeat:no-repeat;
}
.regLaterDiv 
{
	position:absolute;background-color:white;width:350px;height:300px;margin:-150px 0px 0px -175px;top: 250px;left: 50%;text-align:left;padding:10px;border:2px solid #999999;overflow:auto;
}

#sdabook{ height:200px; background:url(images/sdabooklet.jpg) no-repeat bottom right;}




	.dhtmlgoodies_tree{
		margin:0px;
		padding:0px;
	}
	.dhtmlgoodies_tree ul{	/* Sub menu groups */
		margin-left:20px;	/* Left spacing */
		padding-left:0px;
		display:none;	/* Initially hide sub nodes */
	}
	.dhtmlgoodies_tree li{	/* Nodes */
		list-style-type:none;
		vertical-align:middle;
		
	}
	.dhtmlgoodies_tree li a{	/* Node links */
		color:#000;
		text-decoration:none;
		font-family:arial;
		font-size:0.8em;
		padding-left:2px;
	}
	
	
	
	#contextMenu{	/* The menu container */
		border:1px solid #202867;	/* Border around the entire menu */
		background-color:#FFF;	/* White background color of the menu */
		margin:0px;
		padding:0px;
		width:175px;	/* Width of context menu */
		font-family:arial;
		font-size:12px;
		background-image:url('../images/gradient.gif');
		background-repeat:repeat-y;
		
		/* Never change these two values */
		display:none;
		position:absolute;

	}
	#contextMenu a{	/* Links in the context menu */
		color: #000;
		text-decoration:none;
		line-height:25px;
		vertical-align:middle;	
		height:28px;
		
		/* Don't change these 3 values */
		display:block;	
		width:100%;
		clear:both;
		
	}
	#contextMenu li{	/* Each menu item */
		list-style-type:none;
		padding:1px;
		margin:1px;
		cursor:pointer;	
		clear:both;
	}
	#contextMenu li div{	/* Dynamically created divs */
		cursor:pointer;	
	}
	#contextMenu .contextMenuHighlighted{	/* Highlighted context menu item */
		border:1px solid #000;
		padding:0px;
		background-color:#E2EBED;
	
	}
	#contextMenu img{
		border:0px;
	}
	#contextMenu .imageBox{	/* Dynamically created divs for images in the menu */

		float:left;
		padding-left:2px;
		padding-top:3px;
		vertical-align:middle;
		
		width: 30px;	/* IE 5.x */
		width/* */:/**/28px;	/* Other browsers */
		width: /**/28px;
	}
	#contextMenu .itemTxt{
		float:left;		
		width: 120px;	/* IE 5.x */
		width/* */:/**/140px;	/* Other browsers */
		width: /**/140px;		
	}
.draftimg{ clear:left;}
.draftimg p{ float:left; width: 330px; margin-top: 0}
.draftimg a img { float: left; margin-right: 10px; border:solid 1px #333333;}
.draftimg a:hover img { float: left; margin-right:10px; border:solid 1px #999999;}
#pageframe{ float:left;}
body{text-align:center; margin:0px; padding:0px;}
#dims{ width:750px; margin:0 auto 0 auto; text-align:left; position:relative;}