	body {
		font-family: "Lucida Grande", verdana, arial, sans-serif;
		background-color: #7f8897;/*#2E333B;/*#d5d6d7;/*url('bg_body.gif') repeat-x top #eef;*/
		color: #333;
		font-size: 90%;
	}
	#wrap {
		margin: 2em auto;
		border: 1px solid black;
		width: 50em;
		background: white;
	}
	#header {
		padding-top: 0;
		margin: 3em 0 0 0;
	  height: 20px;
		background: url('header.jpg') left top no-repeat;
		border-width: 0;
		border-style: solid;
		border-color: black;
	}
	#header h2 {
		font-size: 0.7em;
		text-align: center;
		padding: 0.2em 0;
		width: 47em;
		background-color: white;
		border-width: 1px;
		border-style: solid;
		border-color: black;
		position: relative;
		left: 8em;
	}
	#content {
		padding: 3em 1.5em 1.5em 1.5em;
		background-color: white;
	}
	#content p {
		font-size: 90%;
		padding: auto 2em;
		text-indent: 1em;
		text-align: justify;
	}
	h1 {
		margin-top: 0;
		position: relative;
		top: -0.7em;
		font-size: 1.2em;
		width: 35em;
		text-align: center;
		padding: 0 1em;
		border-width: 1px 1px 1px 0;
		border-style: solid;
		border-color: black;
		background-color: #e0dd85;/*#2D405B;*/
		color: #2E333B;/*black;/*#2D405B;*/
}
	h2 {
		font-size: 1.2em;
		color: #2D405B;
		border-bottom: 1px solid #b3b4b5;
	}
	h3 {
		font-size: 1em;
		color: #40608C;
border-bottom: 1px dotted #b3b4b5;
	}
h4 {
  font-size: 0.9em;
}
	dl { font-size: 90%; }
	dt { font-weight: bold; color: #40608C; }
	dt:after { content: ":"; }
