@charset "UTF-8";
.wholething {
	font-family: Arial, Helvetica, sans-serif;
	color: #330;
	background-color: #c96;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #330;
}

a:link {
	color: #060;
}
a:visited {
	color: #060;
}
a:active {
	color: #060;
}
a:hover {
	color: #330;
	/* [disabled]font-weight: bold; */
}
body {
	background-color: #C5932F;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	float: left;
	font-size: 250%;
	width: 700px;
	font-weight: bold;
}
.pic {
	margin-left: 50px;
}
#subhead {
	font-size: 50%;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	float: left;
	width: 700px;
}
.content {
	float: left;
	clear: both;
}
.pagehead {
	font-size: 125%;
	color: #330;
	font-weight: bold;
}
.pagesub {
	font-style: italic;
	font-weight: bold;
	color: #060;
}
.leftcol {
	float: left;
	width: 185px;
	text-align: center;
}.linkbox {
	width: 100px;
	border: 3px ridge #330;
	text-align: center;
	margin: 2px;
}
.nav {
	list-style-type: none;
	text-align: center;
	clear: both;
	text-decoration: none;
}
.right {
	float: left;
	width: 710px;
	padding: 15px;
}
.footer {
	font-size: 85%;
	font-style: italic;
	clear: both;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 25px;
	text-align: center;
}
.floatlft {
	float: left;
	padding-right: 15px;
	padding-bottom: 20px;
}
.ul {
	list-style-type: none;
}
.a {
	text-decoration: none;
}

.hilite {	font-style: italic;
	color: #633;
}
