@charset "UTF-8";body {	font: 12px/15px Helvetica;	background: #424242 url(images/bkgd-top-curtain.png) repeat-x;	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: #333;	border-top-width: 4px;	border-top-style: solid;	border-top-color: #900;}.oneColFixCtrHdr #container {	width: 846px;	margin: 2px auto 0px auto;	text-align: left;	border-right: 2px solid #252525;	border-bottom: 2px solid #252525;	border-left: 2px solid #252525;	position: relative;	background-image: url(images/bkgd-all.jpg)font-family: Georgia, "Times New Roman", Times, seriffont-weight: lighterfont-size: 14pxcolor: #999;	padding-top: 0px;}.oneColFixCtrHdr #header {	margin: 0px;}.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 */	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */}.oneColFixCtrHdr #mainContent {}.oneColFixCtrHdr #footer {	padding: 12px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */	background:#2C2C2C url(images/footer-bkgd.gif) repeat-x;	border-top-width: 1px;	border-top-style: solid;	border-top-color: #000;	background-color: #2A2929;}.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */}#lightbulb , font-family: Georgia, "Times New Roman", Times, serif, font-weight: lighter, font-size: 16px, color: #999{	position: absolute;	z-index: 100;	right: 12px;	top: -12px;}#header2 {}.textheader {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 14px;	color: #999;}.homebody {	font-family: Helvetica, Verdana, Arial, sans-serif;	font-size: 11px;	line-height: 15px;	color: #666;}.verticalline {	width: 350px;	margin-left: 10px;	padding-left: 45px;	border-left-width: 1px;	border-left-style: solid;	border-left-color: #666;	float: right;}.homebox {	width: 370px;	margin-left: 10px;	padding-left: 10px;	padding-top: 0px;}
