body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  letter-spacing: 1px;
  line-height: 145%;
  background-color: #fff;
}
html {
  border-top: 8px solid #594f4d;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
body {
  color: #594f4d;
  font-family: "Century Gothic", "Helvetica", "Arial";
}
/* Header Styles */
header {
  margin: 0;
  padding: 40px 0 0 40px;
}
header a {
  text-decoration: none;
}
#logo {
  width: 452px;
  height: 138px;
  background-image: url('../images/logo.gif');
  background-repeat: no-repeat; /* Prevent the background image from repeating */
  background-size: auto;
}

/* Global Side Navigation Styles */
nav, nav ul, nav li, nav #selected, nav a {
  margin: 0;
}
nav, nav ul, nav #selected {
  padding: 0;
}
nav {
  text-align: left;
  font-size: 18px;
}
nav li {
  display: block;
  padding: 0 0 0 4px;
  list-style-type: none;
  letter-spacing: 3px;
  line-height: 70px;
  height: 70px;
}
nav #selected {
  background-repeat: no-repeat;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 4px solid #7dabab;
  color: #7dabab;
}
nav a:link, nav a:visited {
  text-decoration: none;
  padding: 0 0 0 50px;
  color: #909090;
}

nav a:hover, nav a:active, nav #selected a {
  color: #7dabab;
}

/* Main Content */
aside, main {
  position: relative;
  float: left;
}
aside {
  width: 24%;
  margin-right: 10px;
}
main{
  width: 74%;
}
.clearfloat { /*this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
  clear: both;
  height:0;
  font-size: 0;
  line-height: 0;
}/* =Content

/*Sublevel Pages content*/
#sublvlContent {
  font-size: 13px;
  text-align: left;
  letter-spacing: 1px;
  line-height: 145%;
  width: 65%;
  position: relative;
  float: left;
  padding: 0 0 90px 15px;
  margin: 0;
  z-index: 2;
}

/* Footer Styles*/
footer {
  background-image: url(../images/footer.gif);
  background-repeat: repeat-x;
  height: 113px;
  width: 100%;
  opacity: 0.7;
  position: relative;
  margin:0;
  padding: 0;
  clear: both;
}
#copyright {
  background-color: #7dabab;
  opacity: 100%;
  font-size: 14px;
  color: #fff;
  margin:0;
  padding: 2px;
  position: absolute;
  left: 320px;
  bottom: 0;
  width: auto;

}
.hCenteredBlock{
  margin: 0 auto;
}
/*Text Styles*/
.hCenteredText {
  text-align: center;
}
.vCenteredTextContainer {
  display: flex;
  justify-content: center; /* Horizontally center */
  align-items: center; /* Vertically center */
  height: 200px; /* Set a height for the container */
}


/* Heading Styles */
h1{
  font-size: 30px;
  color: #7dabab;
  letter-spacing: 5px;
  padding-bottom: 10px;
}
h2{
  font-size: 16px;
  font-weight: bold;
}
h3{
  font-size: 15px;
}

