body {
	background-color: #999;
	margin: 0px;
	padding: 20px 0px;
}

#container {
	width: 700px;
	padding: 0px 125px 5em;
	border: 1px solid #777;
	margin: 0px auto;
	background-color: #fdfdfd;
	overflow: hidden;
	position: relative;
	#top:25px;
	z-index: 10;
}

#header {
	width: 900px;
	height: 20px;
	padding: 0px 25px;
	border: 1px solid #777;
	margin: 0px auto;
	background-color: #fdfdfd;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

#header a, a:active, a:visited {
	color: #777777;
	text-decoration: none;
}

li {
	margin-top: 0.7em;
	margin-bottom: 0.7em;
	margin-left: 20px;
	font-size: 85%;
	list-style-type: disc;
}

a, a:active, a:visited {
	color: #777777;
	text-decoration: underline;
}

a:hover {
	color: #777777;
	text-decoration: none;
}

h1 { 
	font-family: Garamond, Georgia, serif;
	font-size: 220%; 
	text-align: center;
	color: #222222;
	margin: .4em;
}

h2 { 
	font-family: Garamond, Georgia, serif;
	font-size: 100%;
	text-align: center;
	color: #777777;
}

h2 a {
	color: #777777;
	text-decoration: none;
}

h2 b {
	font-weight: normal;
}

h3 {
	font-family: Garamond, Georgia, serif;
	font-size: 153.9%;
	border-bottom: 1px solid #777777;
	margin: 0em 0px 1em;
	color: #222222;
}

p {
	font-family: Garamond, Georgia, serif;
	margin: 0.5em auto 1em;
	text-align: left;
}

p#footer {
	text-align: center;
	font-size: 85%;
}


p#footer a { 
	color: white; 
	text-decoration: none;
	border-bottom: 1px dashed #aaa;
}

.block {
	clear: both;
	margin: 1em auto;
	width: 96%;
}

.block div {
	overflow: hidden;
}

.footnote {
	font-family: Garamond, Georgia, serif;
	font-size: 60%;
}

.objective {
	width: 96%;
}

.project {
	font-family: Garamond, Georgia, serif;
	font-size: 101%;
	font-face: bold;
}

span.dot {
	font-family: Arial, sans-serif;
	font-size: inherit;
	font-weight: bold;
}
