p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: 700;
	color: #990000;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	}
	
img {
	margin-bottom: 10px
	}

#content {
	position: absolute;
	left: 140px;
	top: 85px;
	width: 420px;
	height: auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #FFFFFF;
	layer-background-color: #FFFFFF;
	}

#content-top {
	position: absolute;
	left: 140px;
	top: 10px;
	width: 420px;
	height:75px;
	background-image:  url(content_header.jpg);
	layer-background-image:  url(content_header.jpg);
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	layer-background-color: #FFFFFF;
	}

#menu {
	position: absolute;
	left: 10px;
	top: 85px;
	width: 120px;
	background-color: #FFFFFF;
	layer-background-color: #FFFFFF;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	}

#menu-top {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 120px;
	height: 75px;
	background-image:  url(nav_color.gif);
	layer-background-image:  url(nav_color.gif);
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	}

#container {
	position: absolute;
	left: 570px;
	top: 10px;
	width: 140px;
	height:380px;
	}.sub {  font-weight: bold; color: #000000}

/* Below is the CSS I added... additional necessary comments are inline above */

#points
	{
	list-style-type:none;
	font:12px arial, helvetica, sans-serif;
	margin-left:10px;
	}

#newtd
	{
	font:bold 12px arial, helvetica, sans-serif;
	text-align:center;
	}
	
/* The next three are for the snowfall table */
#snowfall
	{
	border:0;
	margin:10px;
	}

.bluehead
	{
	font-family:"DomDiagonal BT", serif;
	font-weight:bold;
	background:#BCD1FF;
	}

.bluerow
	{
	font-family:"DomDiagonal BT", serif;
	background:#BCD1FF;
	}
	
.whiterow
	{
	font-family:"DomDiagonal BT", serif;
	}

.whitehead
	{
	font-family:"DomDiagonal BT", serif;
	font-weight:bold;
	}


