body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #139f9f;
}

.outermost {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.outer {
	width: 98%;
	background: #f0efe3;
	border: 2px solid black;
	border-radius: 20px;
	-moz-border-radius: 20px;
}

.inner {
	width: 96%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	border: 0;
}

.top {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	background: white;
	border: 2px solid black;
	border-radius: 20px;
	-moz-border-radius: 20px;
}

.nav-outer {
	width: 200px;
	float: left;
	border: 0;
	margin: 0 20px 0 0;
}

.nav {
	width: 186px;
	background: white;
	border: 2px solid black;
	border-radius: 20px;
	-moz-border-radius: 20px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 20px;
}

.content {
	background: white;
	overflow: hidden;
	border: 2px solid black;
	border-radius: 20px;
	-moz-border-radius: 20px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	margin: 0 0 20px 0;
}

a { text-decoration: none; }
a:link, a:visited {color:#139f9f; }
a:hover {color:#000000; text-decoration: underline;}
a:active {color:#000000;}

h1 {
	font-size: 4em;
	text-align: center;
	margin: 10px;
}

.nav h2 {
	font-size: 1.5em;
	margin: 5px 5px 8px 0;
	font-weight: normal;
}

.content h2 {
	font-size: 2em;
	margin: 5px 5px 8px 0;
	font-weight: normal;
}

.center { text-align: center; }

img { border: 0; }

sup { font-size: .5em; }

pre { font-family: courier; }

hr.seventy { width: 70%; }
hr.ninety { width: 90%; }

ul.circle { list-style-type: circle; }
