body {
	margin: 1em;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #FFFFCC;
	font-size: 100%;
	background-color: #263e50;
	}
#menu {
	font-size: .8em;
	line-height:.8em;
}
#content {
	width: 70%;
	margin: 1em 5em;
	padding: 1em 2em;
	border-top: solid 1px #DDD;
	border-right: solid 3px #222;
	border-bottom: solid 3px #222;
	border-left: solid 1px #DDD;
	}
li {
	color: #FFFFCC;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .8em;
	font-weight: 500;
	line-height: 1.4em;
	margin: .8em 0;
	}
a {
	text-decoration: none;
	color:  #FFFF00;
	}
a:visited {
	color:  #FFFF00;
	background-color: inherit;
	}
a:active {
	color:  #00FF33;
	background-color: inherit;
	text-decoration: none;
	}
a:hover {
	color: #00FF33;
	background-color: inherit;
	text-decoration: none;
	}
.index {
	text-align:right;
	border-top:1px solid;
	font-size:.8em;
	}
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	color: #FFFFCC;
   background-color: inherit;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
   text-indent: 0px;
	line-height: 1.5em;
	margin-bottom: .8em; 
	}
blockquote {
	font-size:.8em;
	line-height:1.4em;
}
/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. */
h1 {
	color: #FEB;
	background-color: inherit;
	font-family: rockwell, serif;
	font-size: 2em;
	font-weight: bold;
	margin:0;
	}
h2 {
	color: #FEB;
	background-color: inherit;
	font-family: rockwell, serif;
	font-size: 1.8em;
	font-weight: bold;
	margin: 0;
	padding: .75em 0 0 0;
	position: relative;
	}
h2 span {
	background:url(gradient.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 36px;
	}
h3 {
	color: #FEB;
	background-color: inherit;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
	margin:0;
	}
h4 {
	color: #FEB;
      background-color: inherit;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold;
	margin:0;
	}
h5 {
	color: #FFFFCC;
	background-color: inherit;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .8em;2
	line-height: 1.4em;
	font-weight: 500;
	}
h6 {
	color: #999;
	background-color: inherit;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.4em;
	font-weight: 400;
	margin:0;
	}
.balderhead {
	margin:0;
	text-align:right;
}
.subhead {
	text-align:right;
	margin:0;
	}
.c1 {
	margin:1em 0;
	text-align: center;
}
.abstract {
	margin-top:0;
      }
img {
	border-top: solid 1px #DDD;
	border-right: solid 2px #222;
	border-bottom: solid 2px #222;
	border-left: solid 1px #DDD;
	}
.borderless {
	border:0;
	}	
.nowrap {
	white-space: nowrap;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.sig {
	font-weight:500;
	text-align:right;
}
.tiny {
	color: #ccc;
	background-color: inherit;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}	
#top {
	margin: 20px 20px 0px 20px;
	padding: 10px;
	border: 5px solid #ccc;
	background: #666;
	height: 100px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 70px;
	}
html>body #top {
	height: 70px; /* ie5win fudge ends */
	}
#left {
	position: absolute;
	margin: 20px;
	padding: 10px;
	border: 5px solid #ccc;
	background: #666;
	width: 150px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 120px;
	}
html>body #left {
	width: 120px; /* ie5win fudge ends */
	}
#middle {
	margin: 20px 190px 20px 190px;
	padding: 10px;
	border: 5px solid #ccc;
	background-color: #666;
	}
#right {
	position: absolute;
	top: 120px;
	right: 0px; /* Opera5.02 will show a space at right when there is no scroll bar */
	margin: 20px;
	padding: 10px;
	border: 5px solid #ccc;
	background: #666;
	width: 150px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 120px;
	}
html>body #right {
	width: 120px; /* ie5win fudge ends */
	}
pre {
	color: #000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
li {
	color: #FFFFCC;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .8em;
	font-weight: 500;
	line-height: 1.4em;
	margin: .8em 0;
	}
noscript {
	width:400px;
	border-bottom:1px solid #222;
}
