
/* global */
body {
	background-color: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
}
table {
	border: 0;
}
img {
	border: none;
}
a {
	color: #660000;
/*	text-decoration: none; */
}
a:hover, a:active {
	color: #ff3300;
	text-decoration: underline;
}
h1 {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	font-weight: bold;
}
h2, h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #660000;
	font-size: 120%;
	margin: 1.5em 0 1em;
}
h3 {
	font-size: 100%;
	margin: 1.5em 0 1em;
}
p {
	margin: 0 0 1em;
}
ul {
	list-style-type: circle;
}
.subhead {
	text-align: center;
	font-size: 80%;
}
.subheadmajor {
	text-align: center;
	font-weight: bold;
}
.isolatedtext {
	margin-top: 60px;
	margin-bottom: 40px;
}
thead {
	font-weight: bold;
}

/* entire used area */
#centerpage {
	width: 50em;
	margin: auto;
}

/* top of header */
#pagehead {
	width: 100%;
	margin-bottom: 6px;
}
#pagehead tr td {
	vertical-align: top;
}

/* right-top header */
#headinfo {
	float: right;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
}
#headinfo span {
	display: block;
}
#location {
	text-transform: uppercase;
}

/* navigation part of header */
#headnav {
	border-top: 2px solid #000;
	padding-top: 2px;
	margin-bottom: 4px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.nav {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}
.nav li {
	margin-right: 1em;
	display: inline;
}
.nav li a {
	text-decoration: none;
	color: #000;
}
/* footer */
#pagefoot {
	margin-top: 4px;
}
.bullet {
	width: 16px;
	height: 16px;
	vertical-align: top;
}

/* content area */
#content {
	border: 1px solid #000;
	padding: 6px;
}

/* list of members */
.memberlist {
	list-style: none;
	display: block;
	margin: 0 0 1em;
	padding: 0;
}
.memberlist li {
	margin: 0;
	padding: 0;
}
.memberlist li a {
	font-weight: normal;
}

.hugelink {
	text-align: center;
	font-size: 175%;
}
.hugelink a {
	text-decoration: underline;
	font-weight: normal;
}

div.usefullinks p {
	font-size: 70%;
	font-weight: bold;
}
div.usefullinks ul {
	margin-top: 0;
}

td {
	vertical-align: top;
}
