body {
	margin: 0px;
	padding: 0px;
	background-image: url(graphics/body-bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#snowmass {
	background-image: url(graphics/header-bg.gif);
	background-repeat: repeat-x;
	position: absolute;
	height: 180px;
	width: 100%;
	left: 0px;
	top: 0px;
}
#navigation {
	position: absolute;
	width: 121px;
	left: 0px;
	top: 190px;
}
#navigation a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #FF9900;
	text-decoration: none;
	height: 20px;
	width: 121px;
	display: block;
	text-indent: 16px;
}
#navigation a:hover {
	background-image: url(graphics/button-bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#content {
	position: absolute;
	width: 80%;
	left: 135px;
	top: 160px;
}
#content p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
#content a {
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	color: #CC0000;
}
#content a.ext {
	color: #999999;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FF9900;
	text-align: center;
}
li {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	list-style-type: disc;
}
