.control_bar {
        position: absolute;
        text-align: left;
        z-index: 99;
}

#control {
        text-align: left;
        padding-left: 5px;
        width: 300px;
        color: black;
        font-family: Verdana, sans-serif;
        font-size: 12px;
        z-index: 99;

}

#control a b {
        color: red;
}


div#sidebarLIGHTING {
	float: left; /* since this element is floated, a width must be given */
	width: 228px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(resources/bg/lighting_calculator_box.jpg)  top center no-repeat ; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	height: 460px;
	margin-top: 30px;
	text-align: left;
}
div#textLIGHTING1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 0px 10px;
	height: 170px;
	margin-top: 230px;
	margin-left: 0px;
	text-align: left;
}
div#textLIGHTING2 {
	float: right; /* since this element is floated, a width must be given */
	width: 90px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 0px 20px;
	height: 170px;
	margin-top: 180px;
	margin-left: 0px;
	text-align: left;
}
.bread_font2 {
	color: #000000;
	font-family: "Trebuchet MS", Helvetica,Arial,sans-serif;
	font-size:11px;
	font-style:normal;
	}
.bread_font2 a:link {
color:#000000;
text-decoration: underline;
text-underline-style: dotted;
}
.bread_font2 a:visited {
color:#000000;
text-decoration: underline;
text-underline-style: dotted;
}
.bread_font2 a:hover {
color:#CC0000;
text-decoration:none;
}	
.totalsfont {
	color: #0a8c16;
	font-family: "Trebuchet MS", Helvetica,Arial,sans-serif;
	font-size:12px;
	font-weight: bold;
	}