body {		/*margin:10px 10px 0px 10px;*/		margin: 0;		padding: 0;		font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;		color: #000;		background-color: #E0E8FF; /* pale blue */;	}		#main {	/*background:#fff;*/	background-color: #FFE582;	min-height: 204px;   	/*margin-left: 199px;*/   	margin-left: 0;   	margin-right:199px;	/*border:1px solid #000;*/	/*	IE5x PC mis-implements the box model. Because of that we sometimes have	to perform a little CSS trickery to get pixel-perfect display across browsers.	The following bit of code was proposed by Tantek Celik, and it preys upon a CSS	parsing bug in IE5x PC that will prematurly close a style rule when it runs	into the string "\"}\"". After that string appears in a rule, then, we can override	previously set attribute values and only browsers without the parse bug will	recognize the new values. So any of the name-value pairs above this comment	that we need to override for browsers with correct box-model implementations	will be listed below.		We use the voice-family property because it is likely to be used very infrequently,	and where it is used it will be set on the body tag. So the second voice-family value 	of "inherit" will override our bogus "\"}\"" value and allow the proper value to	cascade down from the body tag.	The style rule immediately following this rule offers another chance for CSS2	aware browsers to pick up the values meant for correct box-model implementations.	It uses a CSS2 selector that will be ignored by IE5x PC.		Read more at http://www.glish.com/css/hacks.asp	*/		voice-family: "\"}\"";	voice-family: inherit;   	/*margin-left: 201px;*/   	margin-left: 0;   	margin-right: 201px;	height: expression(this.scrollHeight < 300? "300px" : "auto" ); /*accomplishes min-height */	}	html>body #centercontent {   		/*margin-left: 201px;*/   		margin-left: 0;   		margin-right:201px;		}	#status {		float: right; 		top:40px;		width:150px;		min-height: 150px;		padding: 10px;		/* background:#fff; */		background-color: #FFB382; /* pinkish-orange */		border:1px dotted #000;		margin: 10px;		font-size: 11px;		}		#status h2		{			font-size: 12px;			text-align: center;		}		#status h3		{			font-size: 11px;			padding: 0;			margin: 0;		}				#status td		{			font-size: 11px;		}			#banner {		background-color: #82A3FF;		height:40px;		border-bottom: 1px solid #333;		voice-family: "\"}\"";		voice-family: inherit;		height:39px;		}	html>body #banner {		height:39px;		}	#banner h1 {		font-size:14px;		padding:10px 10px 0px 10px;		margin:0px;		}	#banner p {		font-size:12px;		padding:10px 10px 0px 10px;		margin:0px;		}span.left {  float: left;  text-align: left;  font-weight: bold;  width: 49%;  }span.right {  float: right;  text-align: right;  font-weight: bold;  width: 49%;  }	p,h1,pre {		margin:0px 10px 10px 10px;		}			h1 {		font-size:14px;		padding-top:10px;		}	h2 {		font-size:13px;		}				#container				{			background-color: #FFE582;	/* orangish */			/*margin: 1em 5%;*/			margin: 0 0;			background-repeat: repeat-y;			/*border: 1px solid #333;*/			border: 0;			background-position: right;		}		#debug		{			clear: both;			background-color: #82A3FF; /* dark blue */			padding: 1em;			text-align: right;			border-top: 1px solid #333;		}/* for lining up forms: thanks to http://www.webmasterworld.com/forum83/3758.htm */	div.form {	background-color: #E0E8FF; /* pale blue */	border: 1px dotted #333;	padding: 5px; 	margin-top: 10px;	margin-left: 10px;	margin-right: 0px;	font-size: 12px;	min-height: 150px;}form, label, input { 	font-size : 1em;}fieldset { 	/*width : 30em; */	padding : 0.5em 1em; }label { 	position : relative;	/*width : 15em;*/	width: 70%;	display : block;	margin : .5em 0em;}label input { 	position : absolute;	left : 100%;	top : 0px; 	/*width : 10em; */}label select { 	position : absolute;	left : 100%;	top : 0px; 	/*width : 10em;*/}input.submit { 	margin-left : 15em; 	font-size:11pt;	background-color:#82A3FF;	border-color:#FFB382;	}input.earned {	font-size: 11px;}TH.earned {	font-size: 11px;	text-align: center;}TD.earned {	font-size: 11px;	text-align: center;}/*br { 	display : none; }*/