/* ohwprint.css - by Orjan Hansson, 2006-01-08 */

/* Text formatting */

html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: white;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans serif;
	font-size: xx-small; /* For IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small; /* For compliant browsers */
}
p, td, li, ol, ul {
	font-family: Verdana, Arial, Helvetica, sans serif;
}
p {
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	line-height: 1.66;
}
ul {
	list-style-type: none;
	margin-top: 0;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.66;
	}
h1 {
	font-size: 200%;
	font-weight: bold;
	letter-spacing: 2px;
}
h2 {
	margin-bottom: 0;
	font-size: 150%;
	font-weight: bold;
}
h3 {
	margin-bottom: 0;
	border-bottom: 1px solid #000;
	font-size: 133%;
	font-weight: normal;
}
h4 {
	margin-bottom: 0;
	font-size: 110%;
	font-weight: bold;
}

/* Links */

a {
	background: transparent;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

img {
	display: block;
	border: 0;
	text-align: center;
}

.rightFigure {
	float: right;
	width: 322px;
	margin: 0 0 10px 10px;
	padding: 0;
	text-align: center;
	font-size: 85%;
}
/* Design (layout) blocks */

#siteInfo { /* Positioned at bottom */
	clear: both;
/*	background: #eef; */
	border-top: 1px solid #000;
	text-align: center;
	font-size: 85%;
}
* html #siteInfo {position: relative;}

#textWrapper { /* Around mainText */
	overflow: hidden;
	position: relative;
	width: 100%;
	background: white;
	font-size: 110%;
}

#mainText { 
	float: left;
	margin-left: 100px;
	margin-right: 50px;
}
* html #mainText {display: inline;}
