table
{
  margin: 0.5em;
}

.toc h2
{
  font-size: small;
}

h1
{
  font-size: 1.7em;
  margin-top: 0.4em;
  margin-left: 0.4em;
  margin-bottom: 0.5em;
  font-weight: bold;
}

h2
{
  font-size: 1.4em;
  margin-top: 0.5em;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
}

div.floatleft
{
  clear: left;
  float: left;
  position: relative;
  margin: 0 .5em .5em 0;
  border: 0;
}

div.floatright
{
  clear: right;
  float: right;
  position: relative;
  margin: 0 0 .5em .5em;
  border: 0;
}

div.noarticletext
{
  margin-left: 1em;
}

div.noarticletext p
{
  margin-left: 0;
}

ul
{
/*  margin-left: 1em; */
  padding-left: 10px;
}

li
{
  margin-left: 1em;
}

div.centeredp p
{
  text-align: center;
}




table.gallery
{
	border: 1px solid #ccc;
	margin: 2px;
	padding: 2px;
/*	background-color: white; */
}

table.gallery tr
{
	vertical-align: top;
}

table.gallery td
{
	vertical-align: top;
/*	background-color: #f9f9f9; */
	border: solid 2px white;
}

/* Keep this temporarily so that cached pages will display right */
table.gallery td.galleryheader
{
  text-align: center;
	font-weight: bold;
}

table.gallery caption
{
	font-weight: bold;
}

div.gallerybox
{
	margin: 2px;
}

div.gallerybox div.thumb
{
	text-align: center;
	border: 1px solid #ccc;
	margin: 2px;
}

div.gallerytext {
	font-size: 94%;
	padding: 2px 4px;
}

div.gallerytext p {
  text-align: left;
}

p
{
	margin: 0 10px 10px;
}

