body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 2em 5em 0 5em;
	padding-top: 0;
}

h1 {
	color: #ff9900;
	background: #dfdfdf;
	padding-left: 5px;
	margin-right: 0;
	border: 2px solid #8e7d61;
}

p {
	text-align: justify;
}

a {
	text-decoration: none;
	font-weight: bold;
	font-size: 75%;
	color: black;
}

a:hover {
	text-decoration: underline;
}

div.boxout {
	min-width: 130px;
	float: right;
	margin-top: 0px;
	margin-left: 2em;
	padding: 0px 5px 5px 5px;
	background: #efebae;
	border: 2px ridge #efebae;
	border: 2px solid #8e7d61;
	width: 8em;
}

div.boxout p {
	text-align: center;
}

div.boxout p.vcreator {
	text-align: center;
	font-size: 150%;
	padding: 0 0 0 0;
	margin: 5px 5px 5px 5px;
}

div.boxout p.copyright {
	text-align: center;
	font-size: 75%;
	padding: 0 0 0 0;
	margin: 5px 5px 5px 5px;
}

ul.navlist {
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

ul.navlist li {
	border: 2px inset #efebae;
}

ul.navlist li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 75%;
	color: black;
}

ul.navlist li a:hover {
	display: block;
	background: #ff9900;
	text-decoration: none;
}

