@charset "utf-8";
/* cbstyle.css */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../IMAGES/backgroundcircuit_backup.gif);
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ff8000;
	text-align: left;
	margin-bottom: 30px;
	margin-top: 15px;
}

.oneColFixCtrHdr #header {
	background: #000000;
	border-bottom-color: #FF8000;
	border-bottom-width: thin;
	border-bottom-style: solid;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}
.oneColFixCtrHdr #sidebar-left {
	font-size: 100%;
	float: left;
	width: 190px;
	background: #000000;
	padding: 10px 10px 0px 10px;
}
.oneColFixCtrHdr #mainContent {
	font-size: 100%;
	margin: 0 0 0 210px;
	padding: 2px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
	border-left-color: #FF8000;
	border-left-style: solid;
	border-left-width: thin;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	border-top-color: #FF8000;
	border-top-style: solid;
	border-top-width: thin;
}
.oneColFixCtrHdr #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: 0px 0;
}

.style1 {
	color: #FF8000;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style2 {
	color: #ff8000
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF8000;
	font-weight: bold;
}
/* Make all navigation links red when hovered over */
a.nav:visited { color: #ff8000; }
a.nav:link { color: #ff8000; }
a.nav:hover { color: #804000; }
a:visited {
	color: #0033FF;
	text-decoration: none;
}
a:hover {
	color: #804000;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #1141FF;
}
a:active {
	text-decoration: none;
	color: #D4D0C8;
}
.style6 {
	color: #FF8000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style6RED {
	color: #FF0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.style7 {
	color: #FF8000;
	font-family: Arial, Helvetica, sans-serif;
}
.style10 {
	color: #FF8000;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
.style8 {font-size: 12px}
.style49 {color: #FF8000; font-size: 18px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.style41 {	font-size: 24pt
}
