/*****************************************************
 * High level
 *****************************************************/
html {
  background-color: white;
}

body {
  width: 1364px;
  background-color: White;
  font-family: Geneva, Arial, Verdana, Helvetica, sans-serif;
  margin: 10px auto;
  padding: 0px;
  border-width: 1px;
  border-color: gray;
  border-style: solid;
  position: relative;
}

a {
  color: black;
  text-decoration: none;
}

a.underline {
  color: black;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

img {
  border-style: none;
}

/*****************************************************
 * DIV IDs
 *****************************************************/
#divwholepage {
  /* Borders commented out for clarity */
  /* border-width: 1px;
  border-color: blue;
  border-style: solid; */
}

#divheader {
  text-align: left;
  padding: 0px;
  /* border-width: 1px;
  border-color: blue;
  border-style: solid; */
  position: relative;
  height: 163px;
}

#divcontent {
  text-align: center;
  padding: 0px;
  /* border-width: 1px;
  border-color: brown;
  border-style: solid; */
  position: relative;
}

#divpictureband {
  position: relative;
  top: 50px;
}

#divnav {
  text-align: center;
  padding: 0px;
  /* border-width: 1px;
  border-color: purple;
  border-style: solid; */
  position: relative;
  height: 75px;
}

#divfooter {
  text-align: left;
  padding: 0px;
  /* border-width: 1px;
  border-color: black;
  border-style: solid; */
  font-size: x-small;
  position: relative;
  height: 75px;
}

/*****************************************************
 * IMAGE IDs
 *****************************************************/
#imgheader {
  position: relative;
  top: 50px;
  left: 90px;
  width: 475px;
  height: 81px;
  border: 0px;
}

#imgbandimg1 {
  position: relative;
  float: left;
  margin: 0px;
  padding: 0px;
  width: 272px;
  height: 200px;
}

#imgbandimg2 {
  position: relative;
  float: left;
  margin: 0px;
  padding-left: 1px;
  width: 272px;
  height: 200px;
}

#imgbandimg3 {
  position: relative;
  float: left;
  margin: 0px;
  padding-left: 1px;
  width: 272px;
  height: 200px;
}

#imgbandimg4 {
  position: relative;
  float: left;
  margin: 0px;
  padding-left: 1px;
  width: 272px;
  height: 200px;
}

#imgbandimg5 {
  position: relative;
  float: left;
  margin: 0px;
  padding-left: 1px;
  width: 272px;
  height: 200px;
}

#imgnav {
  position: relative;
  margin: 0px;
  padding: 0px;
  top: 0px;
  left: 0px;
  width: 1364px;
  height: 75px;
}

/*****************************************************
 * TEXT Classes
 *****************************************************/
.copyright {
  position: relative;
  top: 50px;
  left: 100px;
}

.navtext1 {
  display: inline-block;
  position: absolute;
  top: 25px;
  left: 200px;
  font-weight: bold;
  font-size: x-large;
}

.navtext2 {
  display: inline-block;
  position: absolute;
  top: 25px;
  left: 600px;
  font-weight: bold;
  font-size: x-large;
}

.navtext3 {
  display: inline-block;
  position: absolute;
  top: 25px;
  left: 1000px;
  font-weight: bold;
  font-size: x-large;
}

/*****************************************************
 * Additional Classes
 *****************************************************/
.homealigntext {
  position: relative;
  margin-left: 100px;
  margin-right: 100px;
  top: 75px;
}

.aligntext {
  position: relative;
  margin-left: 100px;
  margin-right: 100px;
}

.headingtext {
  position: relative;
  margin-left: 100px;
  margin-right: 100px;
  font-weight: bold;
  font-size: x-large;
}
