body {
	background-image: url(graphics/bg-body.GIF);
	background-repeat: repeat-y;
	background-position: left;
	margin: 0px;
	padding: 0px;
}
#whistler {
	position: absolute;
	height: 123px;
	width: 100%;
	left: 0px;
	top: 0px;
	background-image: url(graphics/bg-header.GIF);
	background-repeat: repeat-x;
}
#navigation {
	position: absolute;
	width: 130px;
	left: 5px;
	top: 140px;
}
#navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #000066;
	height: 17px;
	width: 130px;
	background-image: url(graphics/bg-button.GIF);
	display: block;
	text-indent: 11px;
	vertical-align: middle;
	margin-bottom: 4px;
}
#navigation a:hover {
	background-image: url(graphics/bg-button2.GIF);
}
#content {
	position: absolute;
	width: 75%;
	left: 160px;
	top: 140px;
}
#content a {
	color: #000099;
}
#content a:hover {
	color: #FF6600;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF6600;
	font-style: italic;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #000066;
	text-align: center;
}
