/* body   h1 {font-family: Helvetica, Geneva, Arial,
          SunSans-Regular, sans-serif }*/
body{
padding:50px; margin:5px; }

		  p {
    margin: 0cm 0cm 0cm 0cm;
		line-height: 100%;
}
		body h1 {font-family: helvetica;
		  	text-align: center;
			font-size:40pt;}
		body   h2 {
    font-family: Helvetica;
	text-align: center;
	font-size:32pt;}
		    body   h3 {
	line-height: 125%;
    font-family: Helvetica;
		text-align: justify;
		font-size:28pt;}
		    body   h4 {
    font-family: Helvetica;
	text-align: center;
font-size:20pt;	}
		    body   h5 {
    font-family: Helvetica;
		text-align: center;
		font-size:16pt;}
		    body   h6 {
    font-family: Helvetica ;
		text-align: center;
		font-size:10pt;}
.boxed {
height:1420px;
width:331px;
border-radius:3px;
border:2px solid black;
background-color:white;
margin:auto;
float:center; 
text-align:center
} 



.right {
    position: absolute;
    right: 0px;
    width: 500px;
    border: 3px solid #73AD21;
    padding: 10px;
}

.img {
    display: block;
    position: relative;
  top: 1%;
  left: 3%;
  margin-top: 0px;
  margin-left: 0px;

}
img {margin: 5px 5px 5px 5px;
}
img.thumb
{
width:50px;
height:50px;
}
/*
img {
  position: relative;
}
img:before 
{
    content: ' ';
    display: block;
    position: absolute;
    height: 50px;
    width: 50px;
	background-image: images/missing-image.jpg;
}
*/
}
/*button classes*/
.btn {
    border: none;
    background-color: inherit;
    padding: 3px 3px;
    font-size: 32px;
    cursor: pointer;
    display: inline-block;
}
.greenbox {
    color: green;
}
.greenbox:hover {
    background-color: #4CAF50;
    color: white;
}
.bluebox {
    color: dodgerblue;
}
.bluebox:hover {
    background: #2196F3;
    color: white;
}
.orangebox {
    color: orange;
}
.orangebox:hover {
    background: #ff9800;
    color: white;
}
.redbox {
    color: red;
}
.redbox:hover {
    background: #f44336;
    color: white;
}
.blackbox {
    color: black;
}
.blackbox:hover {
    background: #e7e7e7;
}
.graylink
{
	color:rgb(120,120,120);
	
}

/*Gallery Classes*/
.clear			{ clear:both; }
.photo-link		{ padding:5px; margin:5px; border:1px solid #ccc; display:block; width:200px; float:left; }
.photo-link:hover	{ border-color:#999; }


.header {
  background-color: #f1f1f1;
  padding: 30px;
  text-align: center;
}

#navbar {
  overflow: hidden;
  background-color: #333;
}

#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
/* font-size: 17px;*/
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
}

#navbar a.active {
  background-color: #4CAF50;
  color: white;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}

.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 2px;
  width: 40%;
  border: 2px;
  text-align: center;
  outline: 200px;
  font-size: 15px;
}
.collapsible:hover {
  background-color: #cccccc;
}

.content {
  padding: 5px, 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}