
html, body
{
   min-width: 500px;
   width: 100%;
   text-align: left;
}
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, embed, footer, header, audio, video
{
   margin: 0;
   padding: 0;
   border: 0;
   border-spacing: 0px;
   font-size: 100%;
   font-family: Helvetica, Arial, sans-serif;
   vertical-align: baseline;
}
.noscrolls
{
   overflow-y: hidden; /* disable vertical scroll bar */
   overflow-x: hidden; /* disable horizontal scroll bar */
}
.barone
{
   background: #000996;
   height: 20px;
}
.bartwo
{
   background: #FFFFFF;
   height: 60px;
   padding-top: 4px;
   border: none; /* solid 6pt fuchsia; */
}
.mainbody
{
   height: 500px;
   border: none;
}
.textbodyWide
{
   border: none;
   width: 70%;
	 margin-left: auto;
   margin-right: auto;
}
.textbodyNarrow
{
   border: none;
   width: 46%;
	 margin-left: auto;
   margin-right: auto;
}
.denverimg
{
    height: 500;
    position: fixed;
}
.textover
{
   border: none; /* solid 6pt pink; */
   text-align: center;
   position: relative;
   left: 0;
   right: 0;
   top: 100;
   bottom: 0;
   margin: auto;
   height: 250px;
}
h1
{
   color: #FFFFFF;
   font-size: 300%;
   font-family: Helvetica, Arial, sans-serif;
   letter-spacing: 1px;
   text-shadow: 2px 2px 1.5px rgb(0 0 0 / 50%);
   text-align: center;
}
.contactbody
{
   min-height: 530px;
   border: none; /* solid 6pt pink; */
}
img
{
  border: none;
}
P.para
{
	text-indent: 0px;
	text-align: left;
	line-height: 20px;
}
.footer
{
  margin-top: 50px;
  color: #000996;
  text-align: center;
  align-items: center;
}