@charset "utf-8"; body  { font: 100% Verdana, Arial, Helvetica, sans-serif; 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-color: #000; } .twoColFixLtHdr #container { width: 960px; /* the auto margins (in conjunction with a width) center the page */ border: 1px solid #000000; text-align: left; /* this overrides the text-align: center on the body element. */ padding: 0px; margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; background-color: #FFFFFF; }  .twoColFixLtHdr #header { background-color: #FFF; height: 85px; padding-top: 0; padding-right: 10px; padding-bottom: 0; padding-left: 20px; background-image: url('bbf-topsteps.jpg'); background-repeat: no-repeat; background-position: right top; margin: 0px; }  .twoColFixLtHdr #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 */ } .twoColFixLtHdr #sidebar1 { width: 160px; padding-top: 0px; padding-right: 10px; padding-bottom: 15px; padding-left: 20px; background-color: #FFF; font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin: 0px; } .twoColFixLtHdr #mainContent { padding-top: 5px; padding-right: 20px; padding-bottom: 5px; padding-left: 20px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin: 0px; }  .twoColFixLtHdr #footer { margin-left: 200px; padding-top: 0; padding-right: 10px; padding-bottom: 0; padding-left: 20px; background-color: #FFE600; font-family: Arial, Helvetica, sans-serif; font-size: 11px; border-top-width: 1px; border-left-width: 1px; border-top-style: solid; border-left-style: solid; border-top-color: #000; border-left-color: #000; font-weight: bold; }  .twoColFixLtHdr #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 */ } .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */ float: right; margin-left: 8px; } .fltlft { /* this class can be used to float an element left in your page */ float: left; margin-right: 8px; } .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */ clear:both; height:0; font-size: 1px; line-height: 0px; }.twoColFixLtHdr #topnav { padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-color: #FFE600; font-family: Arial, Helvetica, sans-serif; font-size: 14px; border-top-width: 1px; border-left-width: 1px; border-top-style: solid; border-left-style: solid; border-top-color: #000; border-left-color: #000; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #000; height: 30px; margin-left: 200px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } .twoColFixLtHdr #statusbox { background-color: #999; border: 1px solid #000; width: 153px; height: 14px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; float: left; margin-top: 0px; margin-right: 0px; margin-bottom: 3px; margin-left: 20px; color: #FFF; font-weight: bold; padding-top: 8px; padding-right: 0px; padding-bottom: 8px; padding-left: 0px; text-align: center; } .twoColFixLtHdr #footer a { 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 */ color: #000; text-decoration: underline; } .twoColFixLtHdr #pspbox { background-color: #FAFAFA; border: 1px solid #CCC; text-align: center; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 20px; width: 145px; padding-top: 10px; padding-right: 5px; padding-bottom: 10px; padding-left: 5px; } .twoColFixLtHdr #toparea { background-color: #FFF; height: 30px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin: 0px; } .twoColFixLtHdr #content { background-color: #FFF; height: 30px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 20px; background-image: url('bbf-topsteps.jpg'); background-repeat: no-repeat; background-position: right top; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; } .twoColFixLtHdr #navbox { padding: 0px; text-align: left; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 20px; width: 155px; } .twoColFixLtHdr #mainContent h3 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; } .p-shadow { width: 90%; float:left; background: url('shadowAlpha.png') no-repeat bottom right !important; background: url('shadow.gif') no-repeat bottom right; margin: 10px 0 0 10px !important; margin: 10px 0 0 5px; } .p-shadow div { background: none !important; background: url('shadow2.gif') no-repeat left top; padding: 0 !important; padding: 0 6px 6px 0; } .p-shadow p { color: #777; background-color: #fff; font: italic 1em georgia, serif; border: 1px solid #a9a9a9; padding: 4px; margin: -6px 6px 6px -6px !important; margin: 0; } .img-shadow { float:left; background: url('shadowAlpha.png') no-repeat bottom right !important; background: url('shadow.gif') no-repeat bottom right; margin: 10px 0 0 10px !important; margin: 10px 0 0 5px; } .img-shadow img { display: block; position: relative; background-color: #fff; border: 1px solid #a9a9a9; margin: -6px 6px 6px -6px; padding: 4px; }  .twoColFixLtHdr #topnav a { background-color: #FFE600; font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000; border-right-width: 1px; border-right-style: solid; border-right-color: #000; text-decoration: none; line-height: 14px; padding-top: 8px; padding-bottom: 8px; height: 14px; } .twoColFixLtHdr #mainContent p { font-family: Arial, Helvetica, sans-serif; font-size: 12px; } #opdiv { width: 740px; height: 118px; overflow : auto; margin: 0px; padding: 0px; text-align: left; } .twoColFixLtHdr #topnav a:hover { background-color: #FFE600; font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000; border-right-width: 1px; border-right-style: solid; border-right-color: #000; text-decoration: underline; } 