/* Original layout obtained with thanks from BlueRobot.com (http://bluerobot.com/web/layouts/) */body {	color:#333;	background-color:white;	margin:20px;	padding:0px;	font-size:0.7em;	font-family: verdana, arial, helvetica, sans-serif;	}h1 {	margin:0px 0px 15px 0px;	padding:0px;	font-size:2.1em;	font-weight:900;	color:#bfbfbf;	}h2 {	font-family: verdana, arial, helvetica, sans-serif;	font-size:1.6em;	margin:0px 0px 5px 0px;	font-weight:600;	padding:0px;	}h3 {font-size:1.2em;}pre {font-size: 1.2em;}	p {	font-family: verdana, arial, helvetica, sans-serif;	margin:0px 0px 16px 0px;	padding:0px;	}	table { text-align: Center; 	border: 1px solid #000000; 	margin:0;	font-size:1em}th           { 	color: #FFFFFF; 		background-color: #404090} td {	padding-left:5px;	padding-right:5px;	margin:0;}p.code {font-family: Courier New, Courier, mono;} .nobordertable    { text-align: Center; 	border: 0px; 	margin:0;	}.noborderlefttable {         text-align: Left;        border: 0px;        margin:0;}.seq {font-family: Courier New, monospace;}      .td1 { color: #000000; background: #EFEFFF; text-align: Center; }.td2 { color: #000000; background: #EFEFEF; text-align: Center; }.error  { color: red; font-weight:600; }.menulink {font-weight:600}.Content>p {margin:0px;}.Content>p+p {text-indent:30px;}a {	color:#09c;		font-family:verdana, arial, helvetica, sans-serif;	text-decoration:none;	}a:link {color:#0F7FAF;}a:visited {color:#0F7FAF;}a:hover {background-color:#bbb;}a.nohover:hover {background-color: transparent}  textarea {width: 98%}.mH {color:#60c; cursor:pointer;  font-weight:600;}.mL {display:block; margin-bottom:10px;}.mLhide {display:none; margin-bottom:10px;}.mO {margin-left:5px}.mI {display:block; border-top:1px dotted #B0B0B0}.mIhide {display:none; border-top:1px dotted #B0B0B0}.nav {font-family:monospace}/* All the content boxes belong to the content class. */.content {	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */	width:auto;	overflow:auto;	min-width:120px;	margin:0px 0px 5px 150px;	border:1px solid black;	background-color:#fcfcf9;	padding:10px;	}#leftmenu {	position:absolute;	width:12em;	top:20px;	left:10px;	border:1px solid #999;	background-color:#efefff;	padding:10px;	z-index:2;/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style declaration. The incorrect IE5/Win value is above, while the correct value is below. See http://glish.com/css/hacks.asp for details. */	voice-family: "\"}\"";	voice-family:inherit;	width:13.5em;	}/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct length values to user agents that exhibit the parsing error exploited above yet get the CSS box model right and understand the CSS2 parent-child selector. ALWAYS includea "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */body>#leftmenu {width:128px;}				