body {
	text-align: center;

	background-color: lavender;
	background-color: #f0f0ff;
	
	font-family: "Arial", sans-serif;
	font-size: small;
}

div {

	background-color:  ghostwhite ;
	background-color: lavender;
	background-color: white  ;

	/*padding: 10px;*/
	padding: 3px 5px 3px 5px;
	
	margin: 2px auto 4px auto;
	/*
	margin-left:  auto;
	margin-right: auto;
	*/
	
	max-width: 700px;
}

div#head {
	text-align: center;
}

div#head div#advertisement {
	padding: 1px;
}

div#head div#advertisement table {
	padding: 1px;
	margin: 1px;
}

div#head div#navigation {
	color: mediumseagreen;

	font-weight: bold;
	padding: 1px;

	border-style: solid;
	border-width: 1px 0;
	border-color: mediumseagreen ;
}

div#head div#navigation ul {
	padding: 1px;
	margin: 1px;
}

div#head div#navigation li {
	display: inline;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

div#body {
	background-color: white ;
	background-color: ghostwhite ;

	border-style: solid;
	border-width: 1px;
	border-color: gray;

	border-style: none;
}

div#body div#position {
	text-align: left;

	background-color: ghostwhite ;

	font-weight: bold;

	width: 80%;
}

div#body div#position p {
	padding-top:    2px;
	padding-bottom: 2px;
	
	margin-top: 2px;
	margin-bottom: 2px;
}

div#body div#article {
	text-align: left;

	background-color: wheat ;
	background-color: white ;

	/*width: 90%;*/

	border-style: solid;
	border-width: 1px;
	border-color: darkgray ;
	
	margin-left: 2em;
	margin-right: 2em;
	
	padding-left: 2em;
	padding-right: 2em;
}

div#body div#article img {
	border-width: 1px;
	
	margin: 1em;
}

div#body div#article div#content-table {
	background-color: white ;

	padding: 3px;
	margin-left: auto;
	margin-right: auto;
	
	max-width: 80%;
}

div#body div#article div#content-table img {
	float: none;
}

div#body div#appendix {
	text-align: left;

	clear: left;
	
	background-color: ghostwhite ;
	background-color: ivory  ;

	/*width: 90%;*/
	
	font-size: smaller;

	border-style: dashed;
	border-width: 1px;
	border-color: darkgoldenrod ;

	margin-left: 2em;
	margin-right: 2em;

	padding-left: 2em;
	padding-right: 2em;
}

div#body div#appendix img {
	float: left;
	
	border-width: 1px;
	
	margin: 1em;
}

div#foot {
	font-size: x-small;
	
	color: maroon ;
}

div#foot div#contact {
	text-align: left;

	
	width: 95%;
}

div#foot div#contact address {
	font-style: normal;
}

div#foot div#copyright {
	text-align: left;

	width: 95%;

	line-height: 90%;
}

h1 {
	display: none;
}

h2 {
	color: Gray;
	
	clear: both;

	font-size: medium;
	font-weight: bold;
	
	padding: 2px 1em 0 0.5em;

	background-color: WhiteSmoke;

	border-style: none;
	
	padding: 4px 4px 0px 8px;
}

h3 {
	clear: both;

	font-size: small;
	font-weight: bold;
	
	border-style: solid;
	border-color: saddlebrown  ;
	border-width: 0 0 2px 0;
	
	padding: 2px 2px 2px 2px;
}


h4 {
	clear: both;

	color: Navy;
	font-style: normal;
	font-weight: bold;
	
	border-style: solid;
	border-color: silver;
	border-width: 0 0 0 8px;
	
	padding: 2px 2px 2px 2px;
}

hr {
	color: Maroon;            /* IE */
	background-color: Maroon; /* firefox */

	border-width: 0 0 2px 0;

	margin: 1em 0;
}

strong {
	color: Red;
	font-weight: bold;
}

em {
	color: Navy;
	font-style: normal;
	font-weight: bold;
}

.centered {
	text-align: center;
}

.float_left {
	float: left;
}


pre {
	font-family: "Courier", mono-space;

	background-color: WhiteSmoke;
	
	border-style: solid;
	border-color: navy;
	border-width: 1px;
	
	padding: 3px;
}
