@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(images/bkgd.gif);
	margin: 0px;
}
#nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFCC;
	padding-left: 105px;
}
#nav a {
	color: #FFFFCC;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#maincontent {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #663300;
	font-weight: bold;
	text-align: left;
}
#maincontent a {
	color: #663300;
}
.headline {
	font-size: 18px;
	color: #000000;
	font-style: italic;
}
.subhead {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
