	
	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:14pt;
}

/*  Basic format
----------------------------------------------- */

#structure{
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;
margin:0;


}

#topblock a {
display:block;
background-color: #e0e0e0;
padding:14px;
color:maroon;
text-decoration: none;
font-weight: 600;
float:left;
margin-right: 5px;

}
.inlinelink a {
display:inline-block;
text-decoration: none;
width:auto;
line-width: 20px;
color:indigo;
padding:10px;
}
a:hover {
background-color:silver;
text-decoration: underline;
}
h1 { 
   	 font-size: 18pt;
	 padding:0;
	 margin-top:5px;
   	 font-weight: 800;
	 color: maroon;
	 text-align: center;
	 }
h2
 			{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-weight:normal;  	
			font-size: 14pt; 
  			text-align: left;
			}
p.pictitle {
font-weight:bold;  	
			font-size: 14pt; 
  			text-align: center;
			width:100%;
			}
img {
	max-width: 100%;
	height: auto;
	margin: 0;
	border:0;}
	
.ordtext {
padding: 1%;
background-color: whitesmoke;
border: 1px solid silver;
 border-radius: 5px;
 margin-top:10px;
 margin-bottom:10px;
 }

#container{
margin-top:10px;
padding-left:20px;
padding-leftright0%;
height:auto;
border:1px solid silver;
} 

.right {
float:right;
}
.left {
float:left;
}

.contentlinks {
margin: 0;
margin-left: 5%;
float:left;}

.contentlinks li{
line-height:12px;
margin: 0;
padding:0;
}
.contentlinks li a , .inlinelink a
{
display:block;

width:auto;
margin:0;
padding:10px;

text-decoration: none;
font-weight: 600;

}
.contentlinks li a:hover {
background-color:silver;
text-decoration: underline;
}
#references li
{
line-height:30px;
}
#references li a 
{
display:block;
width:auto;

padding:10px;

text-decoration: none;
font-weight: 600;

}
#references li a:hover {
background-color:silver;
text-decoration: underline;
}
.inlinelink a {
display:inline-block;
width:auto;
color:indigo;
padding:10px;
}
.inlinelink a:hover {
background-color:silver;
text-decoration: underline;
}
 /*  Footer
----------------------------------------------- */
#footer {
clear:both;
width: 98%;
font-size: 12pt;
font-style: italic;
font-weight: 700;
color:darkblue;
background-color:silver;
border: 1px solid black;

padding: 1%;
text-align: center;
}

}
@media screen and (max-width: 500px) {
img {
	max-width: 100%;
	height: auto;
	max-height: 300px;
	margin: 0;
}

	}
	
	.hide-mobile {
		display: none;
	}
	}
