body{
  width:100%;
  
}
div{
width:80%;
}
.topmenu{
  width:95%;
  background-color: #BFC3C5;
  text-align:center;
}
.middle1{
  float:left;
  width:30%;
}
.middle2{
  float:left;
  width: 60%;
  padding:5%;
}
.middle3{
  clear:both;
  width:95%;
  padding: 1%;
}
.bottom{
  width:95%;
  background-color: black;
  padding:1%;
}
.heading{
  background-color:#B22222;
  font-size: 18pt;
  font-weight: bold;
  font-family: Book Antiqua;
  color:white;
}
.heading2{
	font-size: 18pt;
	font-weight: bold;
	font-family: Book Antiqua;
	color: black;
	font-weight:bold;
	text-align:center;
}

.menulink{
  font-size:12pt;
  font-family: Book Antiqua;
  color: black;
}
.space{
	clear:both;
	padding: 1%;
	
}
.textgray{
  font-size:12pt;
  font-family: Book Antiqua;
  color: CBC6C7;
}
.textwhite{
  font-size:12pt;
  font-family: Book Antiqua;
  color: white;
  }
  .textblack{
	font-size:12pt;
	font-family: Book Antiqua;
	color: black;
  }
  .textlinkblack{
	font-size:12pt;
	font-family: Book Antiqua;
	color: black;
	text-decoration:underline;
  }
  .textblack2{
	font-size:12pt;
	font-family: Book Antiqua;
	color: black;
	font-weight:bold;
  }
  .columnleft{
	float:left;
	width:30%;
	padding:1%;
  }
   .columnright{
	float:right;
	width:60%;
	padding:1%;
  }
.columnright2{
	float:right;
	width:60%;
	padding:1%;
    text-align:left;
    
  }
.columnrightcontactshow{
	float:left;
	width:70%;
        text-align:left;
    
  }
  .picturebox{
	  border-style:solid;
	  border-color:black;
  }
.aboutus{
  background-color: black;
  padding:1%;
}