body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
	background-image: none;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-align: right;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	text-align: right;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
}

p.borders {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FFFFFF;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

p.highlight {
	font-size: 1.3em;
	font-style: italic;
	font-weight: 600;
	font-family: "Times New Roman", Times, serif;

}

a {
	color: #FFCC00;
	text-decoration: none;
}

div.main {
	text-align: left;
	margin: 0 auto;
	height: 800px;
	width: 1000px;
}

div.top {
	position: static;
	top: 1px;
}

div.maintext {
	position: absolute;
	top: 220px;
	width: 998px;
	height: 550px;
	background-image: url(smoke.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	overflow: auto;
	background-color: #000000;
}

div.nav {
	height: 50px;
	width: 998px;
	top: 165px;
	position: absolute;

}

div.footer {
	position: absolute;
	top: 780px;
	width: 998px;
	text-align: right;
	background-image: url(footerbackground.jpg);
	background-position: right;
	background-color: #000000;
}

div.narrow {
	width: 95%;

}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	border: thin solid #FFFFFF;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(formbackground.jpg);
	background-repeat: repeat;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	border: thin solid #FFFFFF;
	color: #FFFFFF;
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(formbackground.jpg);
	background-repeat: repeat;
}

li.navlink {
	}

li.navlink a {
	text-decoration: none;
	display: block;
}

li.navlink a:hover {
}

li.navlink a:link span {display: none;}

li.navlink a:visited span {display: none;}

li.navlink a:hover span {
	font-size: 1em;
	position: absolute;
	top: 250px;
	font-weight: normal;
	display: block;
	left: 100px;
}