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

a {
	text-decoration: none;
	font-weight: bold;
	color:  #66f;
	outline: none;
	}

a:visited {
	color:  #c7f;
	}

a:active {
	color:  #f33;
	}

a:hover {
	color: #f33;
	text-decoration: underline;
	}

.ahem {
	display: none;
	}

strong, b {
	font-weight: bold;
	}

p {
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}

/* 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: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}

h5 {
	font-size: 12px;
	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; 
	}	

#top {
	margin: 20px 50px 0px 50px;
	padding: 10px;
	/*border: 5px solid #ccc;*/
	/*background: #fff;*/
	text-align: center;
	height: 100px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 70px;
	}
html>body #top {
	height: 70px; /* ie5win fudge ends */
	}

#left {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px 20px 20px 0px;
	padding: 50px 10px 0px 10px;
	/*border: 5px solid #ccc;*/
	background: #fff;
	width: 200px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 170px;
	}
html>body #left {
	width: 170px; /* ie5win fudge ends */
	}
	
#left ul{ 
	list-style-type: none; 
	text-indent: -30px;
}

#left li{
	margin-top: 8px;
}

#middle {
	margin: 20px 50px 20px 220px;
	padding: 10px;
	/*border: 5px solid #ccc;*/
	/*background: #fff;*/
	}

#middle img{
	margin: 10px 10px 10px 10px;
}
	
pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}

.urhere{
	text-decoration: none;
	font-weight: bold;
	color:  #666;
	outline: none;
}

.sectionImage{
	float: left;
}


