body {
	background-attachment: fixed;
	background-image: url(images/sitebg.jpg);
	background-repeat: repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #111111;
	margin: 0px;
}
#topfade {
	background-image: url(images/topfade.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #F2F0C3;
}
#maintable {
	background-attachment: scroll;
	background-image: url(images/maintable_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #F2F0C3;
}
#bottomfade {
	background-attachment: scroll;
	background-image: url(images/bottom_fade.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #F2F0C3;
}
#footer {
	background-attachment: scroll;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #111111;
	text-decoration: none;
}
.weather {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #111111;
	text-decoration: none;
}

#footer a {
	color: #111111;
	text-decoration: none;
}
.subhead {
	font-size: 20px;
	font-weight: bold;
	color: #111111;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.caption {
	font-size: 11px;
}
.photoborder {
	padding: 1px;
	border: 1px solid #990000;
}
.bodytextbigger {
	font-size: 15px;
}
.formfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tdborder {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #996600;
}
.formbtn {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #996600;
	border: 1px solid #999900;
}

