body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333;
	background-color: #ccc;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
/* part 1 of 2 centering hack */
	}
a {
	text-decoration: none;
	font-weight: bold;
	color:  #333;
	outline: none;
	}
a.bro{ color:#999; }
a:visited {
	color:  #333;
	}
a.bro:visited{ color:#999; }
a:active {
	color:  #666;
	}
a.bro:active{ color:#999; }
a:hover {
	color: #666;
	}
a.bro:hover{ color:#666; }
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 5px; 
	}

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 10px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	}
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}
#leftfloat {
	position:absolute;
	top:5px;
	left:5px;
	width:80px;
	border:1px dashed #999;
	text-align:left;
	padding:3px;
	}
#topcontent {
	padding-left:10px;
	padding-right:10px;
	border-left:3px solid #eee;
	border-right:3px solid #eee;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	background: #ccc;
	text-align:left; /* part 2 of 2 centering hack */
	width: 660px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 660px;
	height:85px;
	background-image:url(delitop2.gif);
	background-repeat:no-repeat;
	background-position:top;
	}
html>body #topcontent {
	width: 660px; /* ie5win fudge ends */
	height:85px;
	}
#content {
	padding: 10px;
	border:3px solid #eee;
	border-top:none;
	margin-top: -25px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	background:transparent;
	background-image:url(/image/grad.gif);
	background-position:top;
	background-repeat:repeat-x;
	text-align:left; /* part 2 of 2 centering hack */
	width: 660px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 660px;
	}
html>body #content {
	width: 660px; /* ie5win fudge ends */
	}
	#b_content {
	z-index:10;
	border-top:3px solid #ccc;
	bottom: 0px;
	left:0px;
	margin-right: auto;
	margin-left: auto;
	background: #ccc;
	color:#999;
	text-align:center;
	width: 100%;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 650px;
	height:35px;
	}
html>body #b_content {
	width: 650px; /* ie5win fudge ends */
	height:35px;
	}
pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
	
.hovermenu ul{
font: bold 13px arial;
padding: 0px 0px 0px 0px;
margin: 0px 0px 5px 0px;
height: 14px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 1px 0.5em;
text-decoration: none;
float: left;
color: black;
background-color: #ccc;
border: 1px solid #ccc;
}
.hovermenu ul li span{
padding: 1px 0.5em;
text-decoration: none;
float: left;
color: black;
background-color: #eee;
border: 1px solid #ccc;
}

.hovermenu ul li a:hover{
background-color: #eee;

}
	
	/*modified from www.thenoodleincident.com and www.dynamicdrive.com*/
