body {
	text-align: left;
	background-color: white;
	font-family: Arial, Verdana, Tahoma;
}

#site {
}

#header {
  display: none;
}

#header h1 {
  display: none;
}

#header h1 a {
}

#menu ul {
  display: none
}

#menu a {
}

#menu a:hover {
}

#content {
}

#spacer-top {
  display: none;
}

#left {
  display: none;
}

#left div {
  display: none;
}

#left h2 {
}

#left h2 .first-word {
}

#left h3 {
}

#left p {
}

#right {
}

#right div {
}

#right h2 {
 	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

#right h2 .first-word {
}

#right p {
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: black;
	text-align: justify;
}

#right img {
  border: 1px solid black;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

#right li {
  clear: left;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: black;
	text-align: left; 
	list-style-type: square;
}

#spacer-bottom {
}

#bottom {
  display: none;
}

#author {
}

