body 
{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #111111;
	color: #333;
	text-align: center;
}

#outerPage 
{
  #background-color: #969090;
  background-color: #111111;
  color: white;
  width: 850px;
  margin: 0px auto;
  border: 0px;
}
  
#page 
{
	background-color: black;
  color: white;
	border: 1px solid black;
	text-align: left;
  width: 798px;
  margin: -1 auto;
}

.Menu1
{
  font-size: 16pt;
  color: white;
  position: relative;
  bottom: 30px;
  left: 250px;
  max-width: 480px;
}

.centeredHeader
{
  margin: 0px auto;
  text-align: center;
}
 
a
{
  text-decoration:none;
  color: white;
}

a:hover
{
  color: #EF9C07;
}

.selected
{
  color: #EF9C07;
}

.bodytext
{
  margin: 20px;
}

a
{
  color: #EDB65F;
}

a.notselected
{
  color: white;
}

a.notselected:hover
{
  color: #EF9C07;
}

p
{
  font-size: 120%
}

img.floatLeft
{
  float: left;
  margin: 10px;
  border:0;
}

img.floatRight
{
  float: right;
  margin: 10px;
  border:0;
}

img.photo
{
  width: 500;
  margin: 20px auto;
}

.listitem
{
  margin-left: 20px;
}

