body {
	background-color: #DFE0F1;
	height: 100%;
	background-image: url(images/gradient.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

.header {
	height: 105px;
	width: 600px;
	background-image: url(images/top.gif);
	margin: 0px;
	padding: 0px;
}
.menubar {
	vertical-align: middle;
	background-image: url(images/menuback.gif);
	background-repeat: repeat-x;
	height: 27px;
	width: 600px;
	font-family: "Trebuchet MS";
	vertical-align: middle;
	white-space: pre;
	font-size: medium;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.footer {
	height: 31px;
	width: 600px;
	background-image: url(images/bottom.gif);
	margin: 0px;
	padding: 0px;
}
.body {
	background-color: #FFFFFF;
	background-image: url(images/mainback.gif);
	height: auto;
	width: 600px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

.textbox {
	height: 100%;
	width: 500px;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font-family: "Trebuchet MS";
	font-size: medium;
	color: #333333;
}

.credits {
	font-family: "Trebuchet MS";
	font-size: x-small;
	color: #ADAFDC;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
