body,html {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0em;
	background-color: #006;
	color: white;
}
a:hover {
	color: white;
}
a:link {
	color: white;
}
a:visited {
	color: white;
}
a:active {
	color: white;
}
h1 {
	font-family: Georgia, serif;
	font-size: 2em;
}
h2 {
	font-size: large;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: normal;
}
form {
	padding: .5em;
	width: 100%;
}
input {
	margin-bottom: .5em;
}
label {
	font-weight: bold;
}
textarea {
	width: 98%;
}
table {
	width: 100%;
}
th {
	padding-bottom: .8em;
	/*border-bottom: solid gold; */
	background-image: url(rope2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;
}
#links li {
	padding: .2em;
	padding-left: 2em;
}
td ul {
	margin: 0px;
	padding: 0px;
	padding-left: .5em;
	margin-bottom: 1em;
}
td ul li {
	list-style-type: none;
}
#header {
	margin-top: 0px;
	text-align: center;
	padding-bottom: 1em;
	background-color: #004;
	background-image: url(rope.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#content {
	margin-left: 5%;
	margin-right: 5%;
	padding: 10px;
}
#content p {
	text-indent: 1em;
	margin-bottom: .5em;
	margin-top: .1em;
}
#content h4 {
	margin-top: .5em;
	margin-bottom: .1em;
	font-size: 22pt;
	padding-bottom: .5em;
	/*border-bottom: solid gold; */
	background-image: url(rope2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
