html, body {
        color: #000;
        padding: 0;
        margin: 0;
        }

div {
        padding: 0;
        margin: 0;
        }

h1, h2, h3, h4, h5, h6 {
        font-family: verdana, geneva, tahoma, palatino, georgia, serif;
        font-weight: normal;
}

h1      {
        font-size: 24px;
        }

h2      {
        font-size: 18px;
        }

h3      {
        font-size: 18px;
        }

h4      {
        font-size: 14px;
        }

h5      {
        font-size: 12px;
        }

h6      {
        font-size: 11px;
        }

img {
        padding: 0;
        border: 0 none;
        margin: 0;
        }

p {
/*        font: 11px/1.5em verdana, geneva, arial, helvetica, sans-serif; */
        color: #000;
        background-color: transparent;
        padding: 0;
        margin: .5em 0 0 0;
        }

a {
/*	font: bold 11px/16px verdana, geneva, arial, helvetica, sans-serif; */
/*	color: #69c;  */
	background: transparent; 
/*	text-decoration: none; */
}

a:link {color: #38397e; background: transparent;}
a:visited {color: #38397e; background: transparent;}
a:hover {color: #38397e; background: transparent; text-decoration: underline;}
a:active {color: #38397e; background: transparent; text-decoration: underline;}

#header h1 {
	font-size: 34px;
        letter-spacing: 0.1em;
        color: #fff;
        background-color: transparent;
        font-variant: small-caps;
        padding: 0 15px 0 0;
	padding-top: 0.6em;
	text-align: center;
	margin: 0;
        }

#header img {
        background-color: transparent;
	padding: 2px 2px 2px 2px;
	margin: 2px 2px 2px 2px;
	float: left;
	border: 1px #000 solid;
        }




#centercontent img {
	margin-top: 10px;
	margin-bottom: 10px;
	}


#centercontent h2 {
        font-size: 18px;
        letter-spacing: 0.1em;
	border-bottom: 1px #000 solid;
	border-right: 1px #000 solid;
        }

#centercontent h3 {
        font-size: 18px;
        letter-spacing: 0.1em;
	font-style: italic;
        }

#centercontent p {
/*        text-indent: 1.5em;  */
	text-align: justify;
/*	margin: 0px 20px 0px 20px; */
        }

#centercontent pre {
	background: #ffffcc;
	border: 1px #d9d9d9 solid;
	padding: 4px 4px 4px 4px;
	margin-left: 40px;
	overflow: auto;
	display: block;
	white-space: pre;
}

#centercontent .first {
        text-indent: 0;
        }

#centercontent .first:first-letter {
        float: left;
        font: 36px palatino, georgia, serif;
        padding-right: 5px;
        }


.clear {
        clear: both;
        }

#centercontent .noindent {
        text-indent: 0;
        }

#leftcontent h1 {
	margin-bottom: -10px -10px -20px -10px;
	padding: 10px -10px -20px -10px;
	line-height: 0.8em;
	font-weight: bold;
}

#leftcontent h2 {
	line-height: 0.7em;
	margin-left: 1em;
	padding: 0;
}

#news {
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 10px 20px 10px 20px;
        background: #d9d9d9;
        border: 1px #000 dashed;
}

#news p {
        padding: 0px 0px 0px 0px;
        margin: 0px 20px 10px 20px;
        background: #d9d9d9;
        text-align: justify;
}

div.figure {
  width: 60%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
  padding-top: 0px;
  margin-left: auto;
  margin-right: auto;
}

div.figure p {
  text-align: center;
/*  font-style: italic; */
  font-size: smaller;
  text-indent: 0;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;	
}

div.figure img {
  width: 100%;
  margin: 0px auto 0px auto;
  padding: 0px 0 0 0;
  border: 0;
}

div.figure2 {
  float: left;
  width: 46%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 4px;
  margin-top: 1em;
}

div.figure2 p {
  text-align: center;
/*  font-style: italic; */
  font-size: smaller;
  text-indent: 0;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;	
  padding: 0.5em;
}

div.figure2 img {
  width: 90%;
  margin: 0px auto 0px auto; 
  padding: 2px 2px 2px 2px;
  text-align: center;
  border: 0;
}


div.figure2 img:after {
   content: "Figure " counter(image) ". " attr(title); 
   counter-increment: image;
   display: block;
   font-weight: bold;
   font-size: smaller;
   padding-top: 6px;
}

div.figure img:after {
   content: "Figure " counter(image) ". " attr(title); 
   counter-increment: image;
   display: block;
   font-weight: bold;
   font-size: smaller;
   padding-top: 6px;
}

div.fig {
  margin-left: auto;
  margin-right: auto;
  border: thin silver solid;
  text-align: center;
}

div.fig p {
  text-align: center;
/*  font-style: italic; */
  font-size: smaller;
  text-indent: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 0px;	
}

div.fig img {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
