body {
	margin:0;
	padding:0;
	font-family: verdana, arial, helvetica, sans-serif;
	background-image:url(../img/tree_bckg.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center 50px;
	color: #000;
	background-color: #fff;
	}

/* left side for links */
#side {
	float: left;
	text-align:right;
	line-height:20px;
	padding: 10px;
	margin: 20px;
	background: #fff;
	width: 250px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 210px;
	}
html>body #side {
	width: 210px; /* ie5win fudge ends */
	}
	
/* center space for main content */
#side .thislink {
	color:#000;
	font-size:11px;
	background-color:transparent;
	text-decoration:none;
	border-bottom:0;	
}

#content {
	float: left;
	padding: 10px 10px 10px 30px;
	margin: 15px;
	border-left:#999 solid 1px;
	background-color: transparent;
	width: 700px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 660px;
	}
html>body #content {
	width: 660px; /* ie5win fudge ends */
	}

/* side link appearance */
a:link {
	text-decoration: none;
	color:  #0f0;
	outline: none;
	font-size:11px;
	}
a:visited {
	text-decoration: none;
	color:  #0f0;
	font-size:11px;
	}
a:active {
	color:  #fff;
	background-color:#0f0;
	text-decoration:none;
	font-size:11px;
	}
a:hover {
	color:  #fff;
	background-color:#0f0;
	text-decoration:none;
	font-size:11px;
	}
#side .thislink {
	color: #000;
	background-color:transparent;
	text-decoration:none;
	font-size:11px;
	}
/* end */

.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p, ul, ol {
	font-size: 11px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
.indent {
	margin-left:45px;
	}
/* 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;
	text-align:center;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	text-align:center;
	}
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;
	}
	
.spacebefore {
	padding-top:20px;
	}
	
.left {
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	margin-right:5px;
	padding:5px;
	float:left;
	}
.center {
	border:1px solid #999;
	margin-top:10px;
	margin-bottom:10px;
	padding:5px;
	text-align:center;
	}
.right {
	border-left:1px solid #999;
	border-bottom:1px solid #999;
	margin-left:5px;
	padding:5px;
	float:right;
	}
.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 */
	}
ul, ol {
	line-height:20px;
	}
ul.none {
	list-style-type: none;
	}
ul.leaf {
	list-style:url(../img/leaf-right.gif);
	line-height:22px;
	}
.code {
	font-family:courier,monaco,monotype;
	color:violet;
	font-weight:normal;
	}
.tiny {
	font-size:10px;
	}