body {
	margin: 0;
	background-color: #000000;
}

p {
	margin: 0;
	padding: 0;
}

a:hover {
	text-decoration: none;
}

.hide {
	display: none;
}

#page {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	width: 700px;
	display: block;
	background-color: #FFFFFF;
}

#content {
	margin: 10px 15px;
	clear: both;
}

#content p {
	margin: 10px 0;
}

#foot {
	text-align: right;
	background-color: #009900;
	color: #FFFFFF;
	border-top: 1px solid #000000;
	clear: both;
}

.title {
	font-weight: bold;
	font-size: 20px;
}
.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.green {
	color: #009900;
}
/*
** Start Menu Items
*/

#nav a {
	font-weight: bold;
	color: green;
	text-decoration: none;
	background-color: #FFFFFF;
}

ul#nav  {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	width: 50em;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #006600;
	padding: 0.2em 10px;
	background-color: transparent;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #336600;
	border-width: 0 5px;
	background-color: transparent;
}

li {
	float: left;
	position: relative;
	width: 13em;
	text-align: center;
	background-color: transparent;
}

li#first {
	border-left-width: 1em;
}

li#last {
	border-right-width: 1em;
}

li ul {
	display: none;
	position: absolute;
	top: 18px;
	left: -20px;
	font-weight: normal;
	padding: 0.5em 0 1em 0;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul {
	display: block;
}

li.over ul {
	display: block;
	margin-left: -50px;
}

/*
**	end menu items
*/

#phatfly {
	text-align: center;
	font-size: 12px;
	color: #009900;
}
