@charset "utf-8";
/* CSS Document */

#nav {
	position: absolute;
	left: 0;
	top: 0;
	width: 6em;
	margin: 1em;
}

#content {
	position: absolute;
	margin-left: 22em;
	width: 600px;
	margin-top: 0em;
}

#underNavPannel {
	position: absolute;
	margin-top: 33em;
	left: 8em;
	text-align:center;
}


body {
	font-style:italic;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

a:hover {
	text-decoration: underline;
}

table {

}

#content object {
	text-align: center;
}

h2 {
	font-family: "Stencil Std", Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
}
h3 {
	font-family: "Stencil Std", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}
#center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
