﻿body {
	background-image: url('dark green background 1 9 2010.gif');
}
#menu {
	width: 195px;
	float: left;
}
#menu a {
	text-decoration: none;
	color: white;
	width:145px;
	height:35px;
}
#menu a:hover{
	color:black
}
#menu ul {
	list-style-type: none; /* Remove the bullets from the list */;
	overflow: hidden;
}
#menu ul li {
	width: 145px;
	height: 35px;
	border: 4px outset gray;
	background-color: #990000;
	text-align: center;
	font-size: 16pt;
	font-family: Vijaya;
	margin-bottom: 10px;
	vertical-align: middle;
}
#menu ul:hover .list {
        display: list-item;
}
#content {
	width: inherit;
}
table {
	background-image: url('image001.jpg');
	width: inherit;
}
#footer {
	color: white;
	text-align: center;
	font-size: large;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;

}
#signup a:hover{
	color:black
}
p {
	font-size: large;
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	margin:0 0 0 0;
	text-indent:20pt
}
h1{
	text-align:center;
	color:maroon
}
h2{
	color:blue
}
h3{
	color:maroon
}
p.points {
	text-indent: -40px; margin-left: 50px}
span.points {
	color:blue;
	font-weight:normal
}
#signup{
	text-align:center;
	font-weight:bold;
	font-size:x-large;
	height: 35px;
	border: 4px outset gray;
	background-color:#003300;
	text-align: center;
	font-size: 19pt;
	font-family: Vijaya;
	margin-bottom: 10px;
	vertical-align: middle;
}
#signup a{
	color:white
}
#signup a:hover{
	color:black
}