/*-----------------------------------------------sfc section page stylesversion:  0.1----------------------------------------------- *//* Gray Bar Styles----------------------------------------------- */#graybar {	background-image: url("../images/graybar.jpg");	height: 31px;	width: 800px;}/* Subnavigation Styles----------------------------------------------- */#subnav {	background-color: #fff;	margin: 0px;	padding: 0px;}#subnav ul {	margin: 0px 0px 0px 50px;	padding: 10px 0px 5px 0px;}#subnav li {	font-size: 11px;	list-style-image: url("../images/arrow.gif");	margin: 0px 0px 5px 0px;} #subnav a {	color: #990000;	text-decoration: none;}#subnav a:hover {	text-decoration: underline;}/* Form Styles----------------------------------------------- */#form {	padding: 0px 0px 15px 25px;	text-align: left;	vertical-align: middle;	width: 200px;}#form select {	width: 150px;}/* Left Column Styles----------------------------------------------- */#left {	height: 200px;	margin: 0px 250px 0px 25px;	min-height: 200px;	padding-left: 40px;	width: 460px;}html>body #left {	/* commented backslash hack for IE Mac 5.x \*/	min-height: 200px;	height: auto;	/* end hack */}#left div {	margin-right: 7px;}#left .summary {	color: #990000;	font-size: 12px;	line-height: 18px;	margin: 15px 0px 0px 0px;}/* Right Column Styles----------------------------------------------- */#right {	font-size: 10px;	height: 78px;	min-height: 78px;	width: 210px;	position: absolute; 	left: 560px; 	top: 30px; }html:lang(en)>body #right {	/* commented backslash hack for IE Mac 5.x \*/	min-height: 78px;	height: auto;	/* end hack */}