body {
	background-image: url(images/background.jpg);
	height: 100%;
	margin-top: 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding-bottom: 5px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 20px;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
}
table {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
tr, td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.details {
	text-align: justify;
}
.formlabels {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 20px;
}
.boldtext {
	font-weight: bold;
}
#container {
	width: 600px;
	margin-left: -300px;
	position: absolute;
	left: 50%;
}
#header {
	height: 200px;
	width: 600px;
	position: absolute;
}
#content {
	position: absolute;
	top: 220px;
	height: 100px;
	width: 600px;
}
#content2 {
	position: absolute;
	top: 340px;
	height: 100px;
	width: 600px;
}
#content3 {
	position: absolute;
	top: 460px;
	height: 100px;
	width: 600px;
}
#details {
	width: 600px;
	position: absolute;
	top: 220px;
	background-image: url(images/details.jpg);
	background-repeat: repeat;
}
