body {
	font-size: 90%;
	background-color: black;
	text-align: center;
	margin: 0px;
	color: white;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
/* structural styles */
div {
	overflow: hidden;
}
#content {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	padding: 150px 0px 0px;
	background: url(images/tangle.jpg) no-repeat;
	color: white;
	text-align: left;
	overflow: visible;
}
#menu {
	float: right;
	width: 150px;
	margin-left: 0px;
	padding: 0px 20px 20px 20px;;
	text-align: right;
}
.menuitem {
	margin-bottom: 10px;
}
#main {
	margin: 0px 20px 20px 20px;
	text-align: justify;
}
#footer {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	font-size: 80%;
	text-align: left;
	background-color: black;
}
.clear {
	clear: both;
}
div.pdflink {
	padding: 5px;
	margin: 5px 10px;
	font-size: 80%;
	text-align: center;
	margin-top: 30px;
}

/* text styles */
h1, h2, h3, h4, h5, h6 {
	color: white;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 110%;
}
h6 {
	font-size: 105%;
}
p {
	margin-top: 0px;
	margin-bottom: 0.5em;
}
a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}
ul {
	padding-right: 40px;
}
ol {
	padding-right: 40px;
}
img {
	padding: 5px;
	margin: 5px 10px;
	border: 1px solid white;
}
a img {
	padding: 0px 5px;
	margin: 0px;
	border: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
hr {
	border: 0;
	height: 1px;
	color: #999999;
	background-color:  #999999;
	text-align: center;	
}

/* form styles */
.req {
	color: red;
}
th.form {
	padding-right: 20px;
}
input,textarea,select {
	border: 1px solid #999999;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
input,textarea {
	padding: 2px;
}
textarea {
	font-size: 95%;
}