body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:white;
	}

p {
	font:100% verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}

a {
	color:RGB(0,90,156);
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:RGB(0,90,156);} /* #09c */
a:visited {color:purple;} /* #07a */
a:hover {background-color:#eee;}

#Logo {
	margin:5px 0px 5px 20px;
	padding:0px 0px 0px 0px;
	/* height:60px; */
	}
#Header {
	color:RGB(0,90,156);
	margin:0px 0px 10px 0px;
	padding:17px 0px 2px 20px;
	height:32px;
	border-style:solid;
	border-color:black;
	border-width:1px 0px 1px 0px;
	font-size: 16pt;
	font-weight:900;
	line-height:11px;
	background-color:#eee;
/* 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;
	height:14px;
	}

body>#Header {height:14px;}

#Content {
	margin:0px 210px 50px 10px; /* changed */
	padding:10px;
	}

.dot    { display : none }

#Menu a {
	display : block;
	color:RGB(0,90,156);
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
#Menu a:link {color:RGB(0,90,156);} /* #09c */
#Menu a:visited {color:purple;} /* #07a */
#Menu a:hover {background-color:white;}

#Menu {
	position:fixed;
	top:100px;
	right:20px; /* changed */
	width:172px;
	padding:10px;
	background-color:#eee;
	border:1px dashed #999;
	line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}
