body {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 1em;
	color: black;
	background: white;
	width: 95%;
	margin: 1.1em auto;
	height:100%;
	position:relative;
	padding-bottom:5em;}

h1 {
	background: white;
	color: #141;
	font-family: Bodoni, "New Century Schoolbook", "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 2.25em;
	font-variant: small-caps;
	text-align: center;
	clear: both;
}
@media print { h1 {clear: none; } }

h2 {
	color: #141;
	background: white;
	font-family: Bodoni, "New Century Schoolbook", "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.75em;
	text-align: center;
}

h3 {
	color: #141;
	background: white;
	font-family: Bodoni, "New Century Schoolbook", "Times New Roman", Times, serif;
	font-size: 1.5em;
}

h4 {
	color: #141;
	background: white;
	font-family: Bodoni, "New Century Schoolbook", "Times New Roman", Times, serif;
	font-size: 1.25em;
}

h5 {
	color: #141;
	background: white;
	font-family: Bodoni, "New Century Schoolbook", "Times New Roman", Times, serif;
	font-size: 1em;
}

a:link {
	color: #141; 
	background: transparent;
}
a:visited {
	color: #516;
	background: transparent;
}
a img {
	border: 0;
	text-decoration: none;
}

em {
font-style: italic;
font-size: 105%;
}

cite {
font-style: italic;
font-size: 105%;
}

strong {
font-weight: bold;
}

.address {
text-align: center;
color: #141;
font-size: 105%;
background: white;
}

.captioned {
float: left;
width: 33%;
border: 0;
margin: 0 auto;
text-align: center;
}

.captioned p {
margin: .5em auto 1em;
}

.center {
text-align: center;
margin-left: auto;
margin-right: auto;
}

.initial {
font-size: 1.5em;
color: #141;
}

.question {
padding-top: 1.5em;
}

.name {
color: #141;
font-weight: bold;
}

.right {
float: right;
margin-left: 1em;
}

.left {
float: left;
margin-right: 1em;
}

.indent {
margin-left: 5%;
}

img#logo {
	padding-right: 1em;
	float: left;
	width: 145px;
}

#content {
	margin-left: 5%;
	margin-right: 5%;
}

#approval, #annotation {
	color: #141;
	background: white;
	font-family: Bodoni, "New Century Schoolbook", "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: .9em;
	padding-top: 1em;
	clear: both;
}
#breadcrumbs {
	color: #141;
	font-size: .9em;
	clear: left;
	text-align: left;
}
@media print { #breadcrumbs {clear: none; } }

#permission {
	color: #141;
	background: white;
	font-family: Bodoni, "New Century Schoolbook", "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: .9em;
}

#spotlight {
	clear:left;
	width: 165px;
	float: left;
	background: #bd8;
	margin-top: 1em;
	text-align: center;
	border:#141 solid .05em;
}

#spotlight p {
	padding:.2em;
}

#footer {
	position:absolute;
	bottom:0;
	left:50%;
	width:40em;
	margin-left:-20em;
	text-align:center;
}

#footer a {
	text-decoration:none;
}

