	
	body {
margin: 0px;
padding: 0px;
text-align:center;
margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
width: auto;
background-color: silver;
font-family: Arial, Helvetica, sans-serif;
font-size:12pt;
}

/*  Basic format
----------------------------------------------- */

#structure,#footer{
max-width:100%;
max-width: 1060px;
margin:0;
margin-left: auto;
margin-right: auto;
padding:2%;
background:white;
text-align: left;
height: auto;
border-right:5px solid gray;
border-bottom:5px solid gray;
border-collapse:collapse;
}
#topblock
{width:100%;
height:auto;
padding:0;



}

#topblock a {
display:block;
background-color: #e0e0e0;
padding:14px;
color:maroon;
text-decoration: none;
font-weight: 600;
float:left;
margin-right: 5px;
margin-bottom:10px;


}
			a {
display:inline-block;
font-weight:bold;
text-decoration:none;
width:auto;
color:indigo;
padding:10px;
padding-left: 0px;
padding-right: 0px;
}
a:hover {
background-color:silver;
text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
	margin: padding:0;
}
h1 { 
   	 font-size: 18pt;
	 padding:0;
	 margin-top:5px;
   	 font-weight: 800;
	 color: maroon;
	 text-align: center;
	 }
h2 {
   	 font-size: 16pt;
	 line-height:16pt;
   	 font-weight: 800;
	 color: maroon;
	 text-align: left;
	 padding-top: 5px;
	 padding-bottom: 5px;
	 }
	h3
 			{font-size: 14pt;
			font-weight:bold;
			color:#ae0000;
			text-align:left;
			border-bottom: 1px solid #ae0000;
			padding-bottom: 5px;
			margin-bottom:20px;
			margin-top: 0;
			clear:both;
			}
p {	 font-size: 14pt; 
  			text-align: left; }
p.pictitle {
  	width:100%;
			font-size: 12pt; 
  			text-align: center;
			
			font-weight: bold;
			}
			

	 .centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
	margin-left:auto;
	margin-right:auto;
	border: 0;
    }

#imagecontainer
{clear:both;
margin-top: 3px;
width:100%;
height: auto;
border: 0;
background-color:#FFFFF0;
padding-top:1.7%;
padding-bottom:10px;
border:1px solid black;

}
#myimage {

	max-width: 97%;
	height: auto;
	margin: 0;
}
border:1px solid silver;
margin:0;
}
#thumbscontainer{
margin-top:10px;
padding-left:20px;
width:100%;
height:auto;
} 
#thumbscontainer img {
width:70px;
height:53px;
border:0;
margin:0;
}
#thumbscontainer a{
display:block;
float:left;
height:55px;
width: 72px;
padding:3px;
margin:4px;
text-decoration:none;
}

#thumbscontainer a:hover{
background-color:gray;
}
#thumbscontainer a:active, #thumbscontainer a:focus {
background-color:gray;
}
#imagetitlespace{
font-size :8pt;
font-weight:bold;
padding-top: 5px;}
#controls {
width:98%;
padding:5px;
background-color: white;
margin-bottom: 5px;
clear:both;
}
.right {
float:right;
}
.left {
float:left;
}
/* Footer
----------------------------------------------- */   					

#footer {

font-size: 12pt;
clear:both;
height:auto;
padding:0;
padding-top: 2px;
margin:0;

text-align: center;
   	 font-weight: 500;
	 background:#dddddd;
	 color: maroon;
	
	
}	
#footer a{
display:inline;

padding:10px;
color:maroon;
text-decoration: none;
font-weight: 600;

}
@media print{
	#structure{
max-width:100%;
max-width: 1060px;
margin:0;
margin-left: auto;
margin-right: auto;
padding:0;
background:white;
text-align: left;
height: auto;
border-right:0;
border-bottom:0y;
border-collapse:collapse;
}
img {
	width: 100%;
	height: auto;
	margin: padding:0;
}
}