#structure
{
}

.heading
{
  font-weight: bold;
  font-size: xx-large;
  text-align: center;
}

.subtitle
{
  font-weight: bold;
  font-size: large;
  text-align: center;
}

.subtitle-clear
{
  font-weight: bold;
  font-size: large;
  text-align: center;
  clear: both;
}

.subtitle-left
{
	font-weight: bold;
	font-size: large;
	text-align: left;
}

.officer-title
{
  font-weight: bold;
  font-size: x-large;
  text-decoration: underline;
  margin-top: 20px;
  margin-bottom: 10px;
  clear: both;
}

.question-title
{
  font-weight: bold;
  font-style: italic;
  font-size: 95%;
}

.question-answer
{
  font-weight: normal;
  font-style: normal;
  font-size: 90%;
  margin-left: 1em;
}

.credit
{
  font-style: italic;
  text-align: justify;
  margin-top: 5px;
  margin-bottom: 5px;
}

.textblock
{
  text-align: justify;
  /*text-autospace: none;*/
  margin: 5px;
  font-size: 90%;
}

.textblock-title
{
  text-align: justify;
  /*text-autospace: none;*/
  margin: 5px;
  font-weight: bold;
}

.textblock-centred
{
	text-align: center;
	/*text-autospace: none;*/
	margin: 5px;
	font-size: 90%;
}

.centred
{
  font-weight: bold;
  text-align: center;
}

.picture-links
{
  text-align: center;
  margin-left: 20px;
  margin-top: 11px;
}

.picture-links img
{
	border: 0px;
}

.floating-image-right
{
  float: right;
  border: 2px solid black;
  margin: 6px;
}

.floating-image-left
{
  float: left;
  border: 2px solid black;
  margin: 6px;
}

.image-centred
{
	clear: both;
	text-align: center;
}

.image-centred img
{
	border: 2px solid black;
	margin: 6px;
}

.centred-table table
{
	margin-left: auto;
	margin-right: auto;
}

.whos-who-picture
{
	float: left;
	border: 2px solid black;
	margin-right: 6px;
	margin-bottom: 6px;
}

.horizline
{
  border: 1px solid black;
}

#content ul, #content ol
{
	list-style-type: circle;
  text-align: justify;
  /*text-autospace: none;*/
  margin: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 90%;
}

.list-spaced li
{
  margin-top: 1em;
}

.list-unspaced li
{
	margin-top: 0px;
}

.menu-spacer
{ 
  margin-top: 15px;
}

.para-spacer
{
	margin-top: 20px;
}

.para-spacer-large
{
	margin-top: 30px;
}
	
#title-img
{
  text-align: center;
}

#title-img img
{
  border: 2px solid black;
}

#nav-menu img
{
  border: 0px;
}

