.title {
	position: absolute;
	height: 200px;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	white-space: nowrap;
	border:4px;
	border-bottom-style: outset;
	background-color: #800000;
	border-bottom-color: #8C0000;
	z-index: 1;
	vertical-align: middle;
	border-left-style: outset;
	border-left-color: #E84747;
	border-top-color: #E84747;
	border-top-style: outset;
}
.navbar {
	position: absolute;
	left: 0px;
	top: 206px;
	z-index: 10;
}
.navbutton {
	border-right-style: inset;
	border-left-style: outset;
	border-right-color: #8C0000;
	border-left-color: #E84848;
	border-left-width: 2px;
	border-right-width: 2px;
}
.upleft {
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
}
.titleimages {
    border: none;
	position: absolute;
	left: 15px;
	top: 15px;
	white-space: nowrap;
	vertical-align: middle;
	z-index: 10;
}
.content {
	position: absolute;
	height: 100%;
	width: 75%;
	left: 180px;
	top: 210px;
}
.small {
	font-size: small;
}

h1 {
	color: #800000;
}
h2 {
	color: #800000;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
p {
	padding-left: 20px;
}
