body {
	font-size: 62.5%;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#wrapper {
	text-align: left;
	width: 90%;
	margin: 0 auto;
	padding-top: 6em;
	max-width: 900px;
	background: #FFF url(scope.jpg) top right no-repeat;
}
#reportShell {
	float: left;
	width: 60%;
	padding: 2%;
	margin: 0;
	border-right: dotted #AAA 1px;
}
#infoShell {
	float: right;
	width: 30%;
	padding: 8% 2% 2% 2%;
	color: #555;
	margin: 0;
}
.breaker {
	clear: both;	
}

h1, h2, h3, dt, #reportShell dd.name {
	font-family: Georgia, "Times New Roman", Times, serif;	
}
h1 {
	font-size: 800%;
	color: #CCC;
	line-height: .95em;
}
h2 {
	font-size: 400%;
	color: #AAA;
	line-height: .95em;
}
h3 {
	font-size: 200%;
	color: #CCC;
	line-height: 1.05em;
	padding-top: 2em;
}
p {
	line-height: 1.5em;
}
#infoShell p {
	font-size: 1em;	
	padding: .2em 0 .5em 0;
}
#infoShell ul {
	padding: 0 0 0 1.5em;
}
#infoShell ul li {
	font-size: 1em;	
	list-style-type: circle;
	padding: .2em 0 .5em 2em;
}



dt {
	font-size: 200%;
	color: #DDD;
	line-height: 1.05em;
	font-weight: bold;
	padding-top: 1em;
}
#wrapper #infoShell p a,
dl a {
	color: #777;
}
#wrapper #infoShell p a:link,
dl a:link {
	color: #777;
}
#wrapper #infoShell p a:visited,
dl a:visited {
	color: #AAA;
}
#wrapper #infoShell p a:hover,
dl a:hover {
	color: #333;
}
#wrapper #infoShell p a:active,
dl a:active {
	color: #DDD;
}

#reportShell dd.year {
	text-align: right;
	border-bottom: dotted 1px #CCC;
	padding-bottom: .2em;
	margin: 1em 0;
}
#reportShell dd.name {
	font-style:italic;
	font-size: 1.05em;
	color: #AAA;
	padding: .5em 1em 1em 2em;
}
#reportShell dd.desc {
	font-size: 1.1em;
	line-height: 1.35em;
	padding-left: 2em;
}
#reportShell dd.click {
	font-style:italic;
	font-size: 1.05em;
	color: #AAA;
	padding: .5em 1em 1em 2em;
}

#reportShell dl dd.click a:hover {
	background: #333;
	color: #DDD;
}

.intro {
	font-size: 1.3em;
	line-height: 1.75em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 40% 1em 1em;
	border-bottom: dotted #AAA 1px;
	margin: 0;
}
.lead {
	font-size: 1.3em;
	line-height: 1.75em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#reportShell #nav {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#reportShell #nav li {
	padding: 0 0 .75em 0;
	font-size: 2em;
}
#reportShell #nav li a {
	border-left: 1em #FFF solid;
	padding-left: 1em;
	display: block;
	color: #777;
}
#reportShell #nav li a:hover {
	border-left: 1em #CCC solid;
	color: #AAA
}
