p {
	font : 13px Verdana, Arial, Helvetica;
	margin-left:20px;
	margin-top:0px;
	padding-left:10px;
	padding-top:5px;
	color:#333333;
}

table {
	font : 13px Verdana, Arial, Helvetica;
	margin-left:20px;
	margin-top:0px;
	padding-left:10px;
	padding-top:5px;
	color:#333333;
}


td {
	font : 13px Verdana, Arial, Helvetica;
	margin-left:30px;
	margin-top:0px;
	padding-left:10px;
	padding-top:5px;
	color:#333333;
}

ul {
	margin:0px;
	margin-bottom:0px;
	margin-left:20px;
	padding-bottom:0px;
	padding-top:0px;
	padding-left:20px;
}

li{
	font : 13px Verdana, Arial, Helvetica;
	margin-left:30px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	padding-left:0px;
	color:#333333;
}

a {
	color:#813838;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#bb3838;}
a:visited {color:#aa3838;}
a:hover {background-color:#bbddff;}


h1 {
	font : 13px Verdana, Arial, Helvetica;
	margin-left:30px;
	margin-top:2px;
	padding:3px;
	padding-left:3px;
	font-weight:bold;
	line-height:14px;
	color:#333333;
	background-color:#fff;
	border-left-width:0px;
	border-top-width:1px;
	border-bottom-width:1px;
	border-right-width:0px;
	border-color:#91cae5;
	border-style:solid;
	margin-bottom:4px;
	}
	
h2 {
	font : 12px Verdana, Arial, Helvetica;
	margin-left:30px;
	margin-top:2px;
	padding:2px;
	padding-left:3px;
	font-weight:bold;
	line-height:12px;
	color:#333333;
	background-color:#fff;
	border-left-width:8px;
	border-top-width:0px;
	border-bottom-width:1px;
	border-right-width:0px;
	border-color:#bb3838;
	border-style:solid;
	margin-bottom:4px;
	}


#content {
  position:absolute;
  top:130px;
  left:130px;
  width: 750;
  text-align: left;
 }
 
#disclaimer {
 	font : 9px Verdana, Arial, Helvetica;
 	position:fixed;
 	left : 3px;
	bottom:0px;
	height:15px;
	width:120px;
 }
 
#disclaimer a {
  	font-size:9px;
}

#Menu {
	font : 14px Verdana, Arial, Helvetica;
	position:absolute;
	top:200px;
	left:30px;
	width:110px;
	height:115px; /* the correct height */
	padding:3px;
	border-width:1px;
	border-color:#91cae5;
	border-style:solid;
	background-color:#fff;

/* 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:115px; /* the correct height */
	}
body>#Menu {height:115px;}

#Menu a {
	font-size:11px;
	line-height:15px;
}