html, body{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: White;
} 
 
 div.printhead {display: none;
 	
 }
 
.clearfix:after {
	display: block;
	height: 0;
	clear: both;
	margin-left: 5%;
	margin-right: auto;
}
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
 
h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #006400;
	font-size: 130%;
	text-align: center;
}

h2 {font-family: verdana,sans-serif;
color: #800000;
font-size: 85%}

h3 {font-family: verdana,sans-serif;
color: #808000;
font-size: 100%}

p {
	font-family: verdana,sans-serif;
	color: #006400;
	font-size: 100%;
	padding-left: 3%;
}
p.large {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #006400;
	font-size: 130%;
	text-align: center;
	font-weight: bold;
}

p.sansserif {font-family: sans-serif}
p.small {
	font-family: sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #000000;
}

a:link {
	color: Blue;
	text-decoration: none;
}
a:visited {
	color: #003CFF;
	text-decoration: none;
}
a:hover {
	color: #FF4500;
	font-size: 98%;
	text-decoration: underline;
}
a:active {
	color: Blue;
	text-decoration: none;
}
p.highlight {font-family: "Century Gothic", Verdana, sans-serif; font-size: 90%; color: #DE9203; font-weight: bold}
 
 .content {
	margin: auto 15% auto 15%;
	text-align: left;
}


ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
	color: #00FF02;
	text-decoration: underline;
	background-color: transparent;
	font-size: 90%;
	font-weight: bold;
}

#navlist a:hover
{
	color: Green;
	text-decoration: underline;
	font-size: 90%;
	font-weight: bold;
}
div.image{
	float: none;
	padding: 0px 0px 0px;
	margin-left: auto;
}

#footer
{
	clear: both;
	margin: 0;
	padding: 0.1em;
	color: Black;
	background-color: transparent;
	border-top: 0;
	font-style: normal;
	font-weight: normal;
}

div.accomprint {
	display: none;
}
div.print {
	display: none;
}
/* Photo-Caption PZ3 CSS v080630 
* copyright: http://randsco.com/copyright 
* www.randsco.com 
*/

.PZ3-l { float:left; margin-right:100px; }
.PZ3-r { float:right; margin-left:100px; direction:rtl; }
  html>/**/body .PZ3-r { position:relative; }

.PZ3zoom { border:1px solid #369; }
.PZ3zoom a,.PZ3zoom a:visited { display:block;
  padding:0; overflow:hidden; text-decoration:none;
  height:100%; width:100%; }
  html>/**/body .PZ3-r a { right:0; }

.PZ3zoom a:hover { position:absolute;
  z-index:999; padding:0; background:none; 
  cursor:default; height:auto; width:auto;
  overflow:visible; border:0;
  margin:-1px 0 0 -1px; }
  html>body .PZ3zoom a:hover { margin:-1px -1px 0 -1px; }

.PZ3zoom a img { border:0; height:100%; width:100%; }
.PZ3zoom a:hover img { height:auto; width:auto;
  border:0; }

a:hover .PZ3cap,
a:hover .PZ31cap { display:block;
  direction:ltr; font:10pt verdana,sans-serif;
  margin-top:-3px; background:#369; color:#fff;
  text-align:left; }
a:hover .PZ3cap { padding:3px 5px; }
.PZ3inr { display:block; padding:2px 5px; }

.noCap a:hover .PZ3cap,
.noCap a:hover .PZ31cap { display:none; }
.noBdr,.noBdr a:hover { border:0; }
.Lnk a:hover { cursor:default; }

/* End Photo-Caption Zoom CSS */ 
