body {
	background-image: url(/images/bg.gif);
	margin: 5px;
	padding: 5px;
}

#menu {
	position: relative;
	margin-left: 20px;
}

#menu a, #menu h1 {
	position: absolute;
	top: 60px;
	padding: 0;
	margin: 0;
}
#menu #item1 { left: 0; }
#menu #item2 { left: 125; }
#menu #item3 { left: 250; }
#menu #item4 { left: 375; }
#menu #item5 { left: 500; }
#menu h1     { z-index: 500; top: 50px; }
#menu .tier2 { z-index: 400; }
#menu .tier3 { z-index: 300; }
#menu .tier4 { z-index: 200; }
#menu .tier5 { z-index: 100; }
#menu a, #menu a img {
	text-decoration: none;
	border: none;
}
#menu a:hover {
	margin-top: -10px;
}

#main {
	position: absolute;
	width: 800px;
	top: 102px;
	z-index: 1000;
}

#main #top {
	width: 800px;
	height: 44px;
	background-image: url(/images/bg_top.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#main #middle {
	background-image: url(/images/bg_middle.png);
	background-position: left;
	background-repeat: repeat-y;
	width: 800px;
	padding: 0;
	margin: 0;
}

#main #bottom {
	width: 800px;
	height: 45px;
	background-image: url(/images/bg_bottom.png);
	background-position: top left;
	background-repeat: no-repeat;
	clear: both;
	
	text-align: center;
	font: 7pt Verdana;
	color: #999;
}

img.photo {
	float: right;
	margin: -10px 0 20px 20px;
}

#content {
	padding: 10px 50px 30px 30px;
	text-align: left;
	
	font: 1em Georgia, Trebuchet, Tahoma, Verdana, sans-serif;
	line-height: 1.45em;
}

#content h2 {
	color: #960;
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 1.5em;
}

#content h3 {
	color: #960;
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 1.2em;
	margin-bottom: 0em;
}

#content a {
	color: #960;
	text-decoration: none;
	border-bottom: 1px solid #960;
}
#content a:hover, #content a:active {
	background-color: #fea;
}

strong {
	color: #960;
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: 0.025em;
}

#content .extract {
	font-size: 0.9em;
	color: #333;
	margin: 0 160px 0 40px;
}
#content .extract p {
	margin: 0;
	line-height: 1.5em;
	text-indent: 2em;
	text-align: justify;
}
#content .extract p.noindent {
	text-indent: 0;
}

#content .headerlinks {
	text-align: center;
	font-size: 0.7em;
	text-transform: uppercase;
	margin-bottom: 2em;
}
#content .headerlinks a {
	margin-right: 10px;
}

.printOnly {
	display: none;
}